Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3576/scmi/
H A Drk3576_clk.c736 src = mmio_read_32(CCI_CRU_BASE + CCICRU_CLKSEL_CON(4)) & 0x3000; in clk_scmi_cci_get_rate()
741 div = mmio_read_32(CCI_CRU_BASE + CCICRU_CLKSEL_CON(4)) & 0xf80; in clk_scmi_cci_get_rate()
786 mmio_write_32(CCI_CRU_BASE + CCICRU_CLKSEL_CON(4), in clk_cci_set_rate()
788 mmio_write_32(CCI_CRU_BASE + CCICRU_CLKSEL_CON(4), in clk_cci_set_rate()
790 mmio_write_32(CCI_CRU_BASE + CCICRU_CLKSEL_CON(4), in clk_cci_set_rate()
797 mmio_write_32(CCI_CRU_BASE + CCICRU_CLKSEL_CON(4), in clk_cci_set_rate()
800 mmio_write_32(CCI_CRU_BASE + CCICRU_CLKSEL_CON(4), in clk_cci_set_rate()
/rk3399_ARM-atf/plat/rockchip/rk3576/drivers/soc/
H A Dsoc.h89 #define CCICRU_CLKSEL_CON(i) ((i) * 0x4 + 0x300) macro