Home
last modified time | relevance | path

Searched refs:BIGCORE_CRU_BASE (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3576/drivers/pmu/
H A Dpm_pd_regs.c85 REG_REGION(0x300, 0x30c, 4, BIGCORE_CRU_BASE, WMSK_VAL),
86 REG_REGION(0x800, 0x804, 4, BIGCORE_CRU_BASE, WMSK_VAL),
87 REG_REGION(0xa00, 0xa0c, 4, BIGCORE_CRU_BASE, WMSK_VAL),
88 REG_REGION(0xcc0, 0xcc0, 4, BIGCORE_CRU_BASE, 0),
89 REG_REGION(0xf28, 0xf28, 8, BIGCORE_CRU_BASE, 0),
90 REG_REGION(0xf2c, 0xf2c, 8, BIGCORE_CRU_BASE, WMSK_VAL),
123 REG_REGION(0x300, 0x30c, 4, BIGCORE_CRU_BASE, WMSK_VAL),
124 REG_REGION(0x800, 0x804, 4, BIGCORE_CRU_BASE, WMSK_VAL),
125 REG_REGION(0xa00, 0xa0c, 4, BIGCORE_CRU_BASE, WMSK_VAL),
126 REG_REGION(0xcc0, 0xcc0, 4, BIGCORE_CRU_BASE, 0),
[all …]
/rk3399_ARM-atf/plat/rockchip/rk3576/scmi/
H A Drk3576_clk.c601 mmio_write_32(BIGCORE_CRU_BASE + BCORE_CRU_CLKSEL_CON(2), in clk_cpub_set_rate()
605 mmio_write_32(BIGCORE_CRU_BASE + BCORE_CRU_CLKSEL_CON(1), in clk_cpub_set_rate()
611 mmio_write_32(BIGCORE_CRU_BASE + BCORE_CRU_CLKSEL_CON(1), in clk_cpub_set_rate()
615 mmio_write_32(BIGCORE_CRU_BASE + BCORE_CRU_CLKSEL_CON(1), in clk_cpub_set_rate()
623 mmio_write_32(BIGCORE_CRU_BASE + BCORE_CRU_CLKSEL_CON(1), in clk_cpub_set_rate()
626 mmio_write_32(BIGCORE_CRU_BASE + BCORE_CRU_CLKSEL_CON(1), in clk_cpub_set_rate()
629 mmio_write_32(BIGCORE_CRU_BASE + BCORE_CRU_CLKSEL_CON(1), in clk_cpub_set_rate()
703 value = mmio_read_32(BIGCORE_CRU_BASE + BCORE_CRU_CLKSEL_CON(1)); in clk_scmi_cpub_get_rate()
708 value = mmio_read_32(BIGCORE_CRU_BASE + BCORE_CRU_CLKSEL_CON(1)); in clk_scmi_cpub_get_rate()
/rk3399_ARM-atf/plat/rockchip/rk3576/
H A Drk3576_def.h64 #define BIGCORE_CRU_BASE 0x27238000 macro