Home
last modified time | relevance | path

Searched refs:DSUCRU_BASE (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/pmu/
H A Dpm_pd_regs.c144 REG_REGION(0x040, 0x054, 4, DSUCRU_BASE, WMSK_VAL),
145 REG_REGION(0x300, 0x31c, 4, DSUCRU_BASE, WMSK_VAL),
146 REG_REGION(0x800, 0x80c, 4, DSUCRU_BASE, WMSK_VAL),
147 REG_REGION(0xa00, 0xa0c, 4, DSUCRU_BASE, WMSK_VAL),
148 REG_REGION(0xd00, 0xd20, 8, DSUCRU_BASE, 0),
149 REG_REGION(0xd04, 0xd24, 8, DSUCRU_BASE, WMSK_VAL),
150 REG_REGION(0xf00, 0xf00, 4, DSUCRU_BASE, WMSK_VAL),
151 REG_REGION(0xf10, 0xf1c, 4, DSUCRU_BASE, 0),
477 dsu_cru_mode = mmio_read_32(DSUCRU_BASE + 0x280); in pd_dsu_core_save()
495 mmio_write_32(DSUCRU_BASE + 0x280, 0x00030000); in pd_dsu_core_restore()
[all …]
H A Dpmu.c1333 mmio_write_32(DSUCRU_BASE + 0x280, 0x00030000); in rockchip_soc_soft_reset()
1334 mmio_write_32(DSUCRU_BASE + 0x318, 0x30600000); in rockchip_soc_soft_reset()
1335 mmio_write_32(DSUCRU_BASE + 0x31c, 0x30600000); in rockchip_soc_soft_reset()
1336 mmio_write_32(DSUCRU_BASE + 0x304, 0x00010000); in rockchip_soc_soft_reset()
/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/scmi/
H A Drk3588_clk.c336 mmio_write_32(DSUCRU_BASE + CRU_CLKSEL_CON(7), in clk_cpul_set_rate()
338 mmio_write_32(DSUCRU_BASE + CRU_CLKSEL_CON(6), in clk_cpul_set_rate()
340 mmio_write_32(DSUCRU_BASE + CRU_CLKSEL_CON(7), in clk_cpul_set_rate()
347 mmio_write_32(DSUCRU_BASE + CRU_CLKSEL_CON(6), in clk_cpul_set_rate()
349 mmio_write_32(DSUCRU_BASE + CRU_CLKSEL_CON(7), in clk_cpul_set_rate()
352 mmio_write_32(DSUCRU_BASE + CRU_CLKSEL_CON(5), in clk_cpul_set_rate()
354 mmio_write_32(DSUCRU_BASE + CRU_CLKSEL_CON(6), in clk_cpul_set_rate()
356 mmio_write_32(DSUCRU_BASE + CRU_CLKSEL_CON(7), in clk_cpul_set_rate()
384 mode = (mmio_read_32(DSUCRU_BASE + CRU_CLKSEL_CON(5)) >> 14) & in rk3588_lpll_get_rate()
390 m = (mmio_read_32(DSUCRU_BASE + CRU_PLL_CON(16)) >> in rk3588_lpll_get_rate()
[all …]
/rk3399_ARM-atf/plat/rockchip/rk3588/
H A Drk3588_def.h79 #define DSUCRU_BASE 0xfd818000 macro