Lines Matching defs:pll_base
855 static inline void pm_pll_wait_lock(uint32_t pll_base, uint32_t pll_id)
860 if (mmio_read_32(pll_base + PLL_CON(1)) &
870 static inline void pll_pwr_ctr(uint32_t pll_base, uint32_t pll_id, uint32_t pd)
872 mmio_write_32(pll_base + PLL_CON(1),
875 mmio_write_32(pll_base + PLL_CON(1),
878 mmio_write_32(pll_base + PLL_CON(1),
896 uint32_t pll_base;
899 pll_base = CRU_BASE + CRU_PLL_CONS(pll_id, 0);
901 pll_base = PMUCRU_BASE + CRU_PLL_CONS(0, 0);
906 mmio_read_32(pll_base + PLL_CON(i));
914 uint32_t mode, pll_base;
917 pll_base = CRU_BASE + CRU_PLL_CONS(pll_id, 0);
920 pll_base = PMUCRU_BASE + CRU_PLL_CONS(0, 0);
926 pm_pll_wait_lock(pll_base, pll_id);