Searched refs:dbsc_config5 (Results 1 – 8 of 8) sorted by relevance
/u-boot/board/renesas/koelsch/ |
A D | koelsch_spl.c | 237 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 300 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) { in spl_init_dbsc() 301 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc() 302 writel(dbsc_config5[i].val, dbsc3_1_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/u-boot/board/renesas/porter/ |
A D | porter_spl.c | 291 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 388 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) { in spl_init_dbsc() 389 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc() 390 writel(dbsc_config5[i].val, dbsc3_1_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/u-boot/board/renesas/stout/ |
A D | stout_spl.c | 281 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 374 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) { in spl_init_dbsc() 375 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc() 376 writel(dbsc_config5[i].val, dbsc3_1_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/u-boot/board/renesas/blanche/ |
A D | blanche.c | 195 static const struct reg_config dbsc_config5[] = { in blanche_init_dbsc() local 261 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) in blanche_init_dbsc() 262 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in blanche_init_dbsc()
|
/u-boot/board/renesas/lager/ |
A D | lager_spl.c | 236 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 301 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) in spl_init_dbsc() 302 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/u-boot/board/renesas/gose/ |
A D | gose_spl.c | 247 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 313 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) in spl_init_dbsc() 314 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/u-boot/board/renesas/alt/ |
A D | alt_spl.c | 253 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 319 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) in spl_init_dbsc() 320 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc()
|
/u-boot/board/renesas/silk/ |
A D | silk_spl.c | 260 static const struct reg_config dbsc_config5[] = { in spl_init_dbsc() local 333 for (i = 0; i < ARRAY_SIZE(dbsc_config5); i++) in spl_init_dbsc() 334 writel(dbsc_config5[i].val, dbsc3_0_base | dbsc_config5[i].off); in spl_init_dbsc()
|
Completed in 8 milliseconds