Searched refs:dbsc3_1_base (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/board/renesas/porter/ |
D | porter_spl.c | 37 static const u32 dbsc3_1_base = DBSC3_0_BASE + 0x10000; in dbsc_wait() local 42 while (!(readl(dbsc3_1_base + reg) & BIT(0))) in dbsc_wait() 343 static const u32 dbsc3_1_base = DBSC3_0_BASE + 0x10000; in spl_init_dbsc() local 350 writel(dbsc_config1[i].val, dbsc3_1_base | dbsc_config1[i].off); in spl_init_dbsc() 357 writel(dbsc_config2[i].val, dbsc3_1_base | dbsc_config2[i].off); in spl_init_dbsc() 367 dbsc3_1_base | dbsc_config3r0d1[i].off); in spl_init_dbsc() 374 dbsc3_1_base | dbsc_config3r2[i].off); in spl_init_dbsc() 380 writel(dbsc_config4[i].val, dbsc3_1_base | dbsc_config4[i].off); in spl_init_dbsc() 387 writel(dbsc_config5[i].val, dbsc3_1_base | dbsc_config5[i].off); in spl_init_dbsc() 394 writel(dbsc_config6[i].val, dbsc3_1_base | dbsc_config6[i].off); in spl_init_dbsc() [all …]
|
/external/u-boot/board/renesas/stout/ |
D | stout_spl.c | 37 static const u32 dbsc3_1_base = DBSC3_0_BASE + 0x10000; in dbsc_wait() local 42 while (!(readl(dbsc3_1_base + reg) & BIT(0))) in dbsc_wait() 329 static const u32 dbsc3_1_base = DBSC3_0_BASE + 0x10000; in spl_init_dbsc() local 336 writel(dbsc_config1[i].val, dbsc3_1_base | dbsc_config1[i].off); in spl_init_dbsc() 343 writel(dbsc_config2[i].val, dbsc3_1_base | dbsc_config2[i].off); in spl_init_dbsc() 353 dbsc3_1_base | dbsc_config3r0d1[i].off); in spl_init_dbsc() 360 dbsc3_1_base | dbsc_config3r2[i].off); in spl_init_dbsc() 366 writel(dbsc_config4[i].val, dbsc3_1_base | dbsc_config4[i].off); in spl_init_dbsc() 373 writel(dbsc_config5[i].val, dbsc3_1_base | dbsc_config5[i].off); in spl_init_dbsc() 380 writel(dbsc_config6[i].val, dbsc3_1_base | dbsc_config6[i].off); in spl_init_dbsc() [all …]
|
/external/u-boot/board/renesas/koelsch/ |
D | koelsch_spl.c | 37 static const u32 dbsc3_1_base = DBSC3_0_BASE + 0x10000; in dbsc_wait() local 42 while (!(readl(dbsc3_1_base + reg) & BIT(0))) in dbsc_wait() 287 static const u32 dbsc3_1_base = DBSC3_0_BASE + 0x10000; in spl_init_dbsc() local 292 writel(dbsc_config1[i].val, dbsc3_1_base | dbsc_config1[i].off); in spl_init_dbsc() 299 writel(dbsc_config5[i].val, dbsc3_1_base | dbsc_config5[i].off); in spl_init_dbsc() 306 writel(dbsc_config6[i].val, dbsc3_1_base | dbsc_config6[i].off); in spl_init_dbsc() 313 writel(dbsc_config7[i].val, dbsc3_1_base | dbsc_config7[i].off); in spl_init_dbsc() 320 writel(dbsc_config8[i].val, dbsc3_1_base | dbsc_config8[i].off); in spl_init_dbsc()
|