Home
last modified time | relevance | path

Searched refs:PLL_SETUP (Results 1 – 3 of 3) sorted by relevance

/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_cru.h94 struct PLL_SETUP { struct
128 uint32_t HAL_CRU_GetPllFreq(struct PLL_SETUP *pSetup);
129 HAL_Status HAL_CRU_SetPllFreq(struct PLL_SETUP *pSetup, uint32_t rate);
130 HAL_Status HAL_CRU_SetPllPowerUp(struct PLL_SETUP *pSetup);
131 HAL_Status HAL_CRU_SetPllPowerDown(struct PLL_SETUP *pSetup);
/bsp/rockchip/common/rk_hal/lib/hal/src/cru/
A Dhal_cru.c258 static const struct PLL_CONFIG *CRU_PllGetSettings(struct PLL_SETUP *pSetup, in CRU_PllGetSettings()
302 uint32_t HAL_CRU_GetPllFreq(struct PLL_SETUP *pSetup) in HAL_CRU_GetPllFreq()
355 HAL_Status HAL_CRU_SetPllFreq(struct PLL_SETUP *pSetup, uint32_t rate) in HAL_CRU_SetPllFreq()
415 HAL_Status HAL_CRU_SetPllPowerUp(struct PLL_SETUP *pSetup) in HAL_CRU_SetPllPowerUp()
442 HAL_Status HAL_CRU_SetPllPowerDown(struct PLL_SETUP *pSetup) in HAL_CRU_SetPllPowerDown()
464 uint32_t HAL_CRU_GetPllFreq(struct PLL_SETUP *pSetup) in HAL_CRU_GetPllFreq()
517 HAL_Status HAL_CRU_SetPllFreq(struct PLL_SETUP *pSetup, uint32_t rate) in HAL_CRU_SetPllFreq()
584 HAL_Status HAL_CRU_SetPllPowerUp(struct PLL_SETUP *pSetup) in HAL_CRU_SetPllPowerUp()
617 HAL_Status HAL_CRU_SetPllPowerDown(struct PLL_SETUP *pSetup) in HAL_CRU_SetPllPowerDown()
A Dhal_cru_rk2108.c40 static struct PLL_SETUP GPLL = {
51 static struct PLL_SETUP CPLL = {

Completed in 10 milliseconds