soc/nvidia: Remove unneeded white spaces
Change-Id: Ifd19cdcfbdf0b01984e0db0aa880fdcb256663b4 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83255 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
def571c8ad
commit
06575901cf
@ -8,8 +8,8 @@
|
||||
#include <soc/pmc.h>
|
||||
#include <soc/power.h>
|
||||
|
||||
static struct tegra_pmc_regs * const pmc = (void *)TEGRA_PMC_BASE;
|
||||
static struct flow_ctlr * const flow = (void *)TEGRA_FLOW_BASE;
|
||||
static struct tegra_pmc_regs *const pmc = (void *)TEGRA_PMC_BASE;
|
||||
static struct flow_ctlr *const flow = (void *)TEGRA_FLOW_BASE;
|
||||
|
||||
static int partition_powered(int id)
|
||||
{
|
||||
|
@ -23,8 +23,8 @@
|
||||
*/
|
||||
void sdram_lp0_save_params(const struct sdram_params *sdram)
|
||||
{
|
||||
struct tegra_pmc_regs * pmc = (void *)TEGRA_PMC_BASE;
|
||||
struct clk_rst_ctlr * clk_rst = (void *)TEGRA_CLK_RST_BASE;
|
||||
struct tegra_pmc_regs *pmc = (void *)TEGRA_PMC_BASE;
|
||||
struct clk_rst_ctlr *clk_rst = (void *)TEGRA_CLK_RST_BASE;
|
||||
|
||||
#define pack(src, src_bits, dst, dst_bits) { \
|
||||
_Static_assert((1 ? src_bits) >= (0 ? src_bits) && (1 ? dst_bits) >= \
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <soc/pmc.h>
|
||||
#include <soc/power.h>
|
||||
|
||||
static struct tegra_pmc_regs * const pmc = (void *)TEGRA_PMC_BASE;
|
||||
static struct tegra_pmc_regs *const pmc = (void *)TEGRA_PMC_BASE;
|
||||
|
||||
enum {
|
||||
POWER_GATE = 0,
|
||||
|
@ -12,7 +12,7 @@
|
||||
*/
|
||||
void sdram_lp0_save_params(const struct sdram_params *sdram)
|
||||
{
|
||||
struct tegra_pmc_regs * pmc = (void *)TEGRA_PMC_BASE;
|
||||
struct tegra_pmc_regs *pmc = (void *)TEGRA_PMC_BASE;
|
||||
|
||||
#define pack(src, src_bits, dst, dst_bits) { \
|
||||
_Static_assert((1 ? src_bits) >= (0 ? src_bits) && (1 ? dst_bits) >= \
|
||||
|
Loading…
x
Reference in New Issue
Block a user