| /device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/ |
| D | hpm_pllctl_drv.h | 58 static inline void pllctl_pll_unlock(PLLCTL_Type *ptr, uint8_t pll, uint32_t lock_mask) in pllctl_pll_unlock() 71 static inline void pllctl_pll_lock(PLLCTL_Type *ptr, uint8_t pll, uint32_t lock_mask) in pllctl_pll_lock() 84 static inline hpm_stat_t pllctl_pll_ss_disable(PLLCTL_Type *ptr, uint8_t pll) in pllctl_pll_ss_disable() 104 static inline hpm_stat_t pllctl_pll_powerdown(PLLCTL_Type *ptr, uint8_t pll) in pllctl_pll_powerdown() 124 static inline hpm_stat_t pllctl_pll_poweron(PLLCTL_Type *ptr, uint8_t pll) in pllctl_pll_poweron() 160 static inline hpm_stat_t pllctl_pll_ss_enable(PLLCTL_Type *ptr, uint8_t pll, in pllctl_pll_ss_enable() 195 static inline hpm_stat_t pllctl_set_postdiv1(PLLCTL_Type *ptr, uint8_t pll, uint8_t div) in pllctl_set_postdiv1() 219 static inline hpm_stat_t pllctl_set_fbdiv_int(PLLCTL_Type *ptr, uint8_t pll, uint16_t fbdiv) in pllctl_set_fbdiv_int() 242 static inline hpm_stat_t pllctl_set_fbdiv_frac(PLLCTL_Type *ptr, uint8_t pll, uint16_t fbdiv) in pllctl_set_fbdiv_frac() 263 static inline hpm_stat_t pllctl_set_frac(PLLCTL_Type *ptr, uint8_t pll, uint32_t frac) in pllctl_set_frac() [all …]
|
| D | hpm_pllctlv2_drv.h | 61 static inline bool pllctlv2_pll_is_stable(PLLCTLV2_Type *ptr, uint8_t pll) in pllctlv2_pll_is_stable() 72 static inline bool pllctlv2_pll_is_enabled(PLLCTLV2_Type *ptr, uint8_t pll) in pllctlv2_pll_is_enabled() 85 static inline void pllctlv2_select_reference_clock(PLLCTLV2_Type *ptr, uint8_t pll, uint8_t src) in pllctlv2_select_reference_clock() 104 static inline void pllctlv2_disable_spread_spectrum(PLLCTLV2_Type *ptr, uint8_t pll) in pllctlv2_disable_spread_spectrum() 115 static inline void pllctlv2_set_pll_lock_time(PLLCTLV2_Type *ptr, uint8_t pll, uint32_t xtal_cycles) in pllctlv2_set_pll_lock_time() 126 static inline void pllctlv2_set_pll_step_time(PLLCTLV2_Type *ptr, uint8_t pll, uint32_t xtal_cycles) in pllctlv2_set_pll_step_time()
|
| /device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/ |
| D | clk-pll.c | 98 struct rockchip_clk_pll *pll; in rockchip_pll_clk_adaptive_scaling() local 119 struct rockchip_clk_pll *pll; in rockchip_pll_clk_rate_to_scale() local 146 struct rockchip_clk_pll *pll; in rockchip_pll_clk_scale_to_rate() local 196 static struct rockchip_pll_rate_table *rockchip_pll_clk_set_by_auto(struct rockchip_clk_pll *pll, u… in rockchip_pll_clk_set_by_auto() 257 …c struct rockchip_pll_rate_table *rockchip_rk3066_pll_clk_set_by_auto(struct rockchip_clk_pll *pll, in rockchip_rk3066_pll_clk_set_by_auto() 340 static const struct rockchip_pll_rate_table *rockchip_get_pll_settings(struct rockchip_clk_pll *pll… in rockchip_get_pll_settings() 374 static int rockchip_pll_wait_lock(struct rockchip_clk_pll *pll) in rockchip_pll_wait_lock() 408 static int rockchip_rk3036_pll_wait_lock(struct rockchip_clk_pll *pll) in rockchip_rk3036_pll_wait_lock() 426 static unsigned long rockchip_rk3036_pll_con_to_rate(struct rockchip_clk_pll *pll, u32 con0, u32 co… in rockchip_rk3036_pll_con_to_rate() 444 static void rockchip_rk3036_pll_get_params(struct rockchip_clk_pll *pll, struct rockchip_pll_rate_t… in rockchip_rk3036_pll_get_params() [all …]
|
| D | clk-rk3188.c | 698 struct rockchip_pll_clock *pll = &rk3188_pll_clks[i]; in rk3188_clk_init() local
|
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/src/ |
| D | hpm_pllctlv2_drv.c | 17 hpm_stat_t pllctlv2_init_pll_with_freq(PLLCTLV2_Type *ptr, uint8_t pll, uint32_t freq_in_hz) in pllctlv2_init_pll_with_freq() 35 void pllctlv2_enable_spread_spectrum(PLLCTLV2_Type *ptr, uint8_t pll, uint32_t step, uint32_t stop) in pllctlv2_enable_spread_spectrum() 53 void pllctlv2_set_postdiv(PLLCTLV2_Type *ptr, uint8_t pll, uint8_t div_index, uint8_t div_value) in pllctlv2_set_postdiv() 62 uint32_t pllctlv2_get_pll_freq_in_hz(PLLCTLV2_Type *ptr, uint8_t pll) in pllctlv2_get_pll_freq_in_hz() 74 uint32_t pllctlv2_get_pll_postdiv_freq_in_hz(PLLCTLV2_Type *ptr, uint8_t pll, uint8_t div_index) in pllctlv2_get_pll_postdiv_freq_in_hz()
|
| D | hpm_pllctl_drv.c | 25 hpm_stat_t pllctl_set_refdiv(PLLCTL_Type *ptr, uint8_t pll, uint8_t div) in pllctl_set_refdiv() 54 hpm_stat_t pllctl_init_int_pll_with_freq(PLLCTL_Type *ptr, uint8_t pll, in pllctl_init_int_pll_with_freq() 118 hpm_stat_t pllctl_init_frac_pll_with_freq(PLLCTL_Type *ptr, uint8_t pll, in pllctl_init_frac_pll_with_freq() 187 uint32_t pllctl_get_pll_freq_in_hz(PLLCTL_Type *ptr, uint8_t pll) in pllctl_get_pll_freq_in_hz()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/arch/hi3516cv500/hal/ |
| D | sys_drv.c | 240 hi_s32 pll; in sys_drv_drv_ioctrl() local 248 hi_s32 pll; in sys_drv_drv_ioctrl() local 256 hi_s32 pll; in sys_drv_drv_ioctrl() local 264 hi_s32 pll; in sys_drv_drv_ioctrl() local 272 hi_s32 pll; in sys_drv_drv_ioctrl() local
|
| D | sys_hal.c | 277 hi_s32 sys_hal_set_vo_pll_frac(hi_s32 pll, hi_u32 bits_set) in sys_hal_set_vo_pll_frac() 287 hi_s32 sys_hal_set_vo_pll_postdiv1(hi_s32 pll, hi_u32 bits_set) in sys_hal_set_vo_pll_postdiv1() 296 hi_s32 sys_hal_set_vo_pll_postdiv2(hi_s32 pll, hi_u32 bits_set) in sys_hal_set_vo_pll_postdiv2() 305 hi_s32 sys_hal_set_vo_pll_refdiv(hi_s32 pll, hi_u32 bits_set) in sys_hal_set_vo_pll_refdiv() 314 hi_s32 sys_hal_set_vo_pll_fbdiv(hi_s32 pll, hi_u32 bits_set) in sys_hal_set_vo_pll_fbdiv()
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/best2003/ |
| D | hal_cmu_best2003.c | 1307 int BOOT_TEXT_SRAM_LOC hal_cmu_flash_select_pll(enum HAL_CMU_PLL_T pll) in hal_cmu_flash_select_pll() 1312 int BOOT_TEXT_SRAM_LOC hal_cmu_flash1_select_pll(enum HAL_CMU_PLL_T pll) in hal_cmu_flash1_select_pll() 1317 int hal_cmu_mem_select_pll(enum HAL_CMU_PLL_T pll) in hal_cmu_mem_select_pll() 1322 int hal_cmu_dsp_select_pll(enum HAL_CMU_PLL_T pll) in hal_cmu_dsp_select_pll() 1349 int BOOT_TEXT_FLASH_LOC hal_cmu_sys_select_pll(enum HAL_CMU_PLL_T pll) in hal_cmu_sys_select_pll() 1379 int BOOT_TEXT_FLASH_LOC hal_cmu_audio_select_pll(enum HAL_CMU_PLL_T pll) in hal_cmu_audio_select_pll() 1390 int hal_cmu_get_pll_status(enum HAL_CMU_PLL_T pll) in hal_cmu_get_pll_status() 1411 int BOOT_TEXT_FLASH_LOC hal_cmu_pll_enable(enum HAL_CMU_PLL_T pll, enum HAL_CMU_PLL_USER_T user) in hal_cmu_pll_enable() 1480 int BOOT_TEXT_FLASH_LOC hal_cmu_pll_disable(enum HAL_CMU_PLL_T pll, enum HAL_CMU_PLL_USER_T user) in hal_cmu_pll_disable() 1574 enum HAL_CMU_PLL_T pll; in hal_cmu_low_freq_mode_enable() local [all …]
|
| /device/soc/telink/b91/b91_ble_sdk/drivers/B91/ |
| D | clock.c | 237 void clock_init(sys_pll_clk_e pll, sys_clock_src_e src, sys_pll_div_to_cclk_e cclk_div, in clock_init()
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/ |
| D | hal_cmu_common.c | 181 int BOOT_TEXT_FLASH_LOC hal_cmu_flash_all_select_pll(enum HAL_CMU_PLL_T pll) in hal_cmu_flash_all_select_pll()
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/ |
| D | ccu_common.c | 58 struct ccu_pll_nb *pll = to_ccu_pll_nb(nb); in ccu_pll_notifier_cb() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/hal/ |
| D | vou_drv.c | 560 hi_s32 vo_drv_check_dev_pll_param(hi_vo_dev dev, hi_vo_user_intfsync_pll *pll) in vo_drv_check_dev_pll_param() 579 hi_s32 vo_drv_check_dev_pll_postdiv(hi_vo_dev dev, hi_vo_user_intfsync_pll *pll) in vo_drv_check_dev_pll_postdiv() 591 hi_s32 vo_drv_check_dev_pll_foutvco(hi_vo_dev dev, hi_vo_user_intfsync_pll *pll) in vo_drv_check_dev_pll_foutvco() 607 hi_s32 vo_drv_check_dev_pll(hi_vo_dev dev, hi_vo_user_intfsync_pll *pll) in vo_drv_check_dev_pll()
|
| /device/board/osware/imx8mm/drivers/audio/soc/src/ |
| D | sai_driver.c | 976 struct clk *p = sai->mclk_clk[clk_id], *pll = 0, *npll = 0; in fsl_sai_set_mclk_rate() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
| D | phy-rockchip-inno-dsidphy.c | 247 } pll; member
|
| /device/board/isoftstone/yangfan/kernel/src/driv/phy/ |
| D | phy-rockchip-inno-mipi-dphy.c | 234 } pll; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
| D | phy-rockchip-samsung-dcphy.c | 200 } pll; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_drv.h | 330 struct clk *pll; member
|
| D | rockchip_drm_vop.c | 277 struct rockchip_dclk_pll *pll; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
| D | rockchip_drm_drv.h | 337 struct clk *pll; member
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
| D | hndpmu.c | 5438 uint pll = PMU4716_MAINPLL_PLL0; in BCMPOSTTRAPFN() local 5544 uint pll = PMU4716_MAINPLL_PLL0; in BCMINITFN() local
|