Searched refs:dbsc_config5 (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/board/renesas/koelsch/ |
H A D | koelsch_spl.c | 234 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 297 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) { in spl_init_dbsc() 298 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc() 299 writel(dbsc_config5[i].val, dbsc3_1_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/porter/ |
H A D | porter_spl.c | 288 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 385 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) { in spl_init_dbsc() 386 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc() 387 writel(dbsc_config5[i].val, dbsc3_1_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/stout/ |
H A D | stout_spl.c | 278 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 371 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) { in spl_init_dbsc() 372 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc() 373 writel(dbsc_config5[i].val, dbsc3_1_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/blanche/ |
H A D | blanche.c | 189 static const struct reg_config dbsc_config5[] = { in blanche_init_dbsc() local 255 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) in blanche_init_dbsc() 256 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in blanche_init_dbsc()
|
/openbmc/u-boot/board/renesas/lager/ |
H A D | lager_spl.c | 233 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 298 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) in spl_init_dbsc() 299 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/gose/ |
H A D | gose_spl.c | 244 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 310 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) in spl_init_dbsc() 311 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/alt/ |
H A D | alt_spl.c | 250 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 316 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) in spl_init_dbsc() 317 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/openbmc/u-boot/board/renesas/silk/ |
H A D | silk_spl.c | 257 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 330 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) in spl_init_dbsc() 331 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc()
|