Searched refs:dbsc_config1 (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/board/renesas/koelsch/ |
H A D | koelsch_spl.c | 196 static const struct reg_config dbsc_config1[] = { in spl_init_dbsc() local 290 for (i = 0; i < ARRAY_SIZE(dbsc_config1); i++) { in spl_init_dbsc() 291 writel(dbsc_config1[i].val, dbsc3_0_base | dbsc_config1[i].off); in spl_init_dbsc() 292 writel(dbsc_config1[i].val, dbsc3_1_base | dbsc_config1[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/porter/ |
H A D | porter_spl.c | 195 static const struct reg_config dbsc_config1[] = { in spl_init_dbsc() local 348 for (i = 0; i < ARRAY_SIZE(dbsc_config1); i++) { in spl_init_dbsc() 349 writel(dbsc_config1[i].val, dbsc3_0_base | dbsc_config1[i].off); in spl_init_dbsc() 350 writel(dbsc_config1[i].val, dbsc3_1_base | dbsc_config1[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/stout/ |
H A D | stout_spl.c | 186 static const struct reg_config dbsc_config1[] = { in spl_init_dbsc() local 334 for (i = 0; i < ARRAY_SIZE(dbsc_config1); i++) { in spl_init_dbsc() 335 writel(dbsc_config1[i].val, dbsc3_0_base | dbsc_config1[i].off); in spl_init_dbsc() 336 writel(dbsc_config1[i].val, dbsc3_1_base | dbsc_config1[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/blanche/ |
H A D | blanche.c | 134 static const struct reg_config dbsc_config1[] = { in blanche_init_dbsc() local 242 for (i = 0; i < ARRAY_SIZE(dbsc_config1); i++) in blanche_init_dbsc() 243 writel(dbsc_config1[i].val, dbsc3_0_base | dbsc_config1[i].off); in blanche_init_dbsc()
|
/openbmc/u-boot/board/renesas/lager/ |
H A D | lager_spl.c | 183 static const struct reg_config dbsc_config1[] = { in spl_init_dbsc() local 288 for (i = 0; i < ARRAY_SIZE(dbsc_config1); i++) in spl_init_dbsc() 289 writel(dbsc_config1[i].val, dbsc3_0_base | dbsc_config1[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/gose/ |
H A D | gose_spl.c | 191 static const struct reg_config dbsc_config1[] = { in spl_init_dbsc() local 297 for (i = 0; i < ARRAY_SIZE(dbsc_config1); i++) in spl_init_dbsc() 298 writel(dbsc_config1[i].val, dbsc3_0_base | dbsc_config1[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/alt/ |
H A D | alt_spl.c | 197 static const struct reg_config dbsc_config1[] = { in spl_init_dbsc() local 303 for (i = 0; i < ARRAY_SIZE(dbsc_config1); i++) in spl_init_dbsc() 304 writel(dbsc_config1[i].val, dbsc3_0_base | dbsc_config1[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/silk/ |
H A D | silk_spl.c | 199 static const struct reg_config dbsc_config1[] = { in spl_init_dbsc() local 312 for (i = 0; i < ARRAY_SIZE(dbsc_config1); i++) in spl_init_dbsc() 313 writel(dbsc_config1[i].val, dbsc3_0_base | dbsc_config1[i].off); in spl_init_dbsc()
|