Home
last modified time | relevance | path

Searched refs:pll_addr (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c279 static void disable_odiv(uintptr_t pll_addr, uint32_t div_index) in disable_odiv() argument
281 mmio_clrbits_32(PLLDIG_PLLODIV(pll_addr, div_index), PLLDIG_PLLODIV_DE); in disable_odiv()
284 static void enable_odiv(uintptr_t pll_addr, uint32_t div_index) in enable_odiv() argument
286 mmio_setbits_32(PLLDIG_PLLODIV(pll_addr, div_index), PLLDIG_PLLODIV_DE); in enable_odiv()
289 static void enable_odivs(uintptr_t pll_addr, uint32_t ndivs, uint32_t mask) in enable_odivs() argument
295 enable_odiv(pll_addr, i); in enable_odivs()
300 static int adjust_odiv_settings(const struct s32cc_pll *pll, uintptr_t pll_addr, in adjust_odiv_settings() argument
316 pllodiv = mmio_read_32(PLLDIG_PLLODIV(pll_addr, i)); in adjust_odiv_settings()
331 mmio_write_32(PLLDIG_PLLODIV(pll_addr, i), pllodiv); in adjust_odiv_settings()
337 static uint32_t get_enabled_odivs(uintptr_t pll_addr, uint32_t ndivs) in get_enabled_odivs() argument
[all …]
/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h356 uintptr_t pll_addr; in s32cc_obj2pll() local
358 pll_addr = ((uintptr_t)mod) - offsetof(struct s32cc_pll, desc); in s32cc_obj2pll()
359 return (struct s32cc_pll *)pll_addr; in s32cc_obj2pll()
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/
H A Dmt_spm_cond.h90 uintptr_t pll_addr; member
H A Dmt_spm_cond.c121 if (mmio_read_32(pll_table[i].pll_addr) & in mt_spm_cond_update()