Home
last modified time | relevance | path

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

/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/drivers/soc/
H A Dsoc.h74 #define BCORE_CRU_CLKSEL_CON(i) ((i) * 0x4 + 0x300) macro