Home
last modified time | relevance | path

Searched refs:dbsc_config3r0d1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/renesas/porter/
H A Dporter_spl.c232 static const struct reg_config dbsc_config3r0d1[] = { in spl_init_dbsc() local
365 for (i = 0; i < ARRAY_SIZE(dbsc_config3r0d1); i++) { in spl_init_dbsc()
366 writel(dbsc_config3r0d1[i].val, in spl_init_dbsc()
367 dbsc3_1_base | dbsc_config3r0d1[i].off); in spl_init_dbsc()
/openbmc/u-boot/board/renesas/stout/
H A Dstout_spl.c222 static const struct reg_config dbsc_config3r0d1[] = { in spl_init_dbsc() local
351 for (i = 0; i < ARRAY_SIZE(dbsc_config3r0d1); i++) { in spl_init_dbsc()
352 writel(dbsc_config3r0d1[i].val, in spl_init_dbsc()
353 dbsc3_1_base | dbsc_config3r0d1[i].off); in spl_init_dbsc()