Searched refs:CCICRU_CLKSEL_CON (Results 1 – 2 of 2) sorted by relevance
736 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()
89 #define CCICRU_CLKSEL_CON(i) ((i) * 0x4 + 0x300) macro