Home
last modified time | relevance | path

Searched defs:pll_id (Results 1 – 11 of 11) sorted by relevance

/arm-trusted-firmware/plat/rockchip/rk3399/drivers/soc/
H A Dsoc.c53 static void set_pll_slow_mode(uint32_t pll_id) in set_pll_slow_mode() argument
62 static void set_pll_normal_mode(uint32_t pll_id) in set_pll_normal_mode() argument
71 static void set_pll_bypass(uint32_t pll_id) in set_pll_bypass() argument
81 static void _pll_suspend(uint32_t pll_id) in _pll_suspend() argument
123 restore_pll(int pll_id,uint32_t * src) restore_pll() argument
154 save_pll(uint32_t * dst,int pll_id) save_pll() argument
218 set_plls_nobypass(uint32_t pll_id) set_plls_nobypass() argument
228 _pll_resume(uint32_t pll_id) _pll_resume() argument
[all...]
H A Dsoc.h16 #define CRU_PLL_CON(pll_id, n) ((pll_id) * 0x20 + (n) * 4) argument
/arm-trusted-firmware/plat/rockchip/rk3328/drivers/pmu/
H A Dpmu.c270 static inline void pm_pll_wait_lock(uint32_t pll_id) in pm_pll_wait_lock() argument
284 static inline void pll_pwr_dwn(uint32_t pll_id, uint32_t pd) in pll_pwr_dwn() argument
340 static inline void pll_suspend(uint32_t pll_id) in pll_suspend() argument
356 pll_resume(uint32_t pll_id) pll_resume() argument
[all...]
H A Dpmu.h116 #define PLL_IS_NORM_MODE(mode, pll_id) \ argument
/arm-trusted-firmware/plat/rockchip/rk3368/drivers/soc/
H A Dsoc.c125 static void plls_suspend(uint32_t pll_id) in plls_suspend() argument
[all...]
/arm-trusted-firmware/plat/rockchip/px30/drivers/pmu/
H A Dpmu.c855 static inline void pm_pll_wait_lock(uint32_t pll_base, uint32_t pll_id) in pm_pll_wait_lock() argument
870 static inline void pll_pwr_ctr(uint32_t pll_base, uint32_t pll_id, uint32_t pd) in pll_pwr_ctr() argument
882 static inline void pll_set_mode(uint32_t pll_id, uint32_t mode) in pll_set_mode() argument
893 static inline void pll_suspend(uint32_t pll_id) in pll_suspend() argument
912 pll_resume(uint32_t pll_id) pll_resume() argument
[all...]
/arm-trusted-firmware/plat/rockchip/rk3288/drivers/soc/
H A Dsoc.c105 static void pll_save(uint32_t pll_id) in pll_save() argument
/arm-trusted-firmware/drivers/st/clk/
H A Dstm32mp1_clk.c830 static unsigned long stm32mp1_read_pll_freq(enum stm32mp1_pll_id pll_id, in stm32mp1_read_pll_freq() argument
1468 static bool stm32mp1_check_pll_conf(enum stm32mp1_pll_id pll_id, in stm32mp1_check_pll_conf() argument
1543 static void stm32mp1_pll_start(enum stm32mp1_pll_id pll_id) in stm32mp1_pll_start() argument
1555 static int stm32mp1_pll_output(enum stm32mp1_pll_id pll_id, uint32_t output) in stm32mp1_pll_output() argument
1576 static int stm32mp1_pll_stop(enum stm32mp1_pll_id pll_id) in stm32mp1_pll_stop() argument
1602 stm32mp1_pll_config_output(enum stm32mp1_pll_id pll_id,uint32_t * pllcfg) stm32mp1_pll_config_output() argument
1618 stm32mp1_pll_config(enum stm32mp1_pll_id pll_id,uint32_t * pllcfg,uint32_t fracv) stm32mp1_pll_config() argument
1666 stm32mp1_pll_csg(enum stm32mp1_pll_id pll_id,uint32_t * csg) stm32mp1_pll_csg() argument
2177 enum stm32mp1_pll_id pll_id; get_parent_id_parent() local
[all...]
H A Dclk-stm32mp13.c1632 int pll_id; member
/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
H A Dpmu.c565 uint32_t pll_id, clst_st_msk, clst_st_chk_msk, pmu_st; in clst_pwr_domain_suspend() local
609 uint32_t pll_id, pll_st; in clst_pwr_domain_resume() local
[all...]
/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
H A Dsuspend.c653 __pmusramfunc static void pmusram_restore_pll(int pll_id, uint32_t *src) in pmusram_restore_pll() argument