Searched refs:LCORE_CRU_CLKSEL_CON (Results 1 – 2 of 2) sorted by relevance
439 mmio_write_32(LITTLE_CRU_BASE + LCORE_CRU_CLKSEL_CON(1), in clk_cpul_set_rate()443 mmio_write_32(LITTLE_CRU_BASE + LCORE_CRU_CLKSEL_CON(0), in clk_cpul_set_rate()449 mmio_write_32(LITTLE_CRU_BASE + LCORE_CRU_CLKSEL_CON(1), in clk_cpul_set_rate()452 mmio_write_32(LITTLE_CRU_BASE + LCORE_CRU_CLKSEL_CON(0), in clk_cpul_set_rate()459 mmio_write_32(LITTLE_CRU_BASE + LCORE_CRU_CLKSEL_CON(0), in clk_cpul_set_rate()462 mmio_write_32(LITTLE_CRU_BASE + LCORE_CRU_CLKSEL_CON(0), in clk_cpul_set_rate()465 mmio_write_32(LITTLE_CRU_BASE + LCORE_CRU_CLKSEL_CON(1), in clk_cpul_set_rate()532 src = mmio_read_32(LITTLE_CRU_BASE + LCORE_CRU_CLKSEL_CON(1)) & 0x00c0; in clk_scmi_cpul_get_rate()537 src = mmio_read_32(LITTLE_CRU_BASE + LCORE_CRU_CLKSEL_CON(0)) & 0x3000; in clk_scmi_cpul_get_rate()539 div = mmio_read_32(LITTLE_CRU_BASE + LCORE_CRU_CLKSEL_CON(6)) & 0x0f80; in clk_scmi_cpul_get_rate()
65 #define LCORE_CRU_CLKSEL_CON(i) ((i) * 0x4 + 0x300) macro