Searched refs:dbsc_config8 (Results 1 – 8 of 8) sorted by relevance
| /u-boot/board/renesas/koelsch/ |
| A D | koelsch_spl.c | 277 static const struct reg_config dbsc_config8[] = { in spl_init_dbsc() local 321 for (i = 0; i < ARRAY_SIZE(dbsc_config8); i++) { in spl_init_dbsc() 322 writel(dbsc_config8[i].val, dbsc3_0_base | dbsc_config8[i].off); in spl_init_dbsc() 323 writel(dbsc_config8[i].val, dbsc3_1_base | dbsc_config8[i].off); in spl_init_dbsc()
|
| /u-boot/board/renesas/porter/ |
| A D | porter_spl.c | 335 static const struct reg_config dbsc_config8[] = { in spl_init_dbsc() local 409 for (i = 0; i < ARRAY_SIZE(dbsc_config8); i++) { in spl_init_dbsc() 410 writel(dbsc_config8[i].val, dbsc3_0_base | dbsc_config8[i].off); in spl_init_dbsc() 411 writel(dbsc_config8[i].val, dbsc3_1_base | dbsc_config8[i].off); in spl_init_dbsc()
|
| /u-boot/board/renesas/stout/ |
| A D | stout_spl.c | 325 static const struct reg_config dbsc_config8[] = { in spl_init_dbsc() local 395 for (i = 0; i < ARRAY_SIZE(dbsc_config8); i++) { in spl_init_dbsc() 396 writel(dbsc_config8[i].val, dbsc3_0_base | dbsc_config8[i].off); in spl_init_dbsc() 397 writel(dbsc_config8[i].val, dbsc3_1_base | dbsc_config8[i].off); in spl_init_dbsc()
|
| /u-boot/board/renesas/blanche/ |
| A D | blanche.c | 239 static const struct reg_config dbsc_config8[] = { in blanche_init_dbsc() local 276 for (i = 0; i < ARRAY_SIZE(dbsc_config8); i++) in blanche_init_dbsc() 277 writel(dbsc_config8[i].val, dbsc3_0_base | dbsc_config8[i].off); in blanche_init_dbsc()
|
| /u-boot/board/renesas/lager/ |
| A D | lager_spl.c | 276 static const struct reg_config dbsc_config8[] = { in spl_init_dbsc() local 316 for (i = 0; i < ARRAY_SIZE(dbsc_config8); i++) in spl_init_dbsc() 317 writel(dbsc_config8[i].val, dbsc3_0_base | dbsc_config8[i].off); in spl_init_dbsc()
|
| /u-boot/board/renesas/alt/ |
| A D | alt_spl.c | 297 static const struct reg_config dbsc_config8[] = { in spl_init_dbsc() local 334 for (i = 0; i < ARRAY_SIZE(dbsc_config8); i++) in spl_init_dbsc() 335 writel(dbsc_config8[i].val, dbsc3_0_base | dbsc_config8[i].off); in spl_init_dbsc()
|
| /u-boot/board/renesas/gose/ |
| A D | gose_spl.c | 291 static const struct reg_config dbsc_config8[] = { in spl_init_dbsc() local 328 for (i = 0; i < ARRAY_SIZE(dbsc_config8); i++) in spl_init_dbsc() 329 writel(dbsc_config8[i].val, dbsc3_0_base | dbsc_config8[i].off); in spl_init_dbsc()
|
| /u-boot/board/renesas/silk/ |
| A D | silk_spl.c | 304 static const struct reg_config dbsc_config8[] = { in spl_init_dbsc() local 348 for (i = 0; i < ARRAY_SIZE(dbsc_config8); i++) in spl_init_dbsc() 349 writel(dbsc_config8[i].val, dbsc3_0_base | dbsc_config8[i].off); in spl_init_dbsc()
|
Completed in 37 milliseconds