Searched refs:postDiv1 (Results 1 – 3 of 3) sorted by relevance
| /bsp/rockchip/common/rk_hal/lib/hal/src/cru/ |
| A D | hal_cru.c | 141 static HAL_Status CRU_PllSetPostDiv(uint32_t foutHz, uint32_t *postDiv1, in CRU_PllSetPostDiv() argument 147 for (*postDiv1 = 1; *postDiv1 <= 7; (*postDiv1)++) { in CRU_PllSetPostDiv() 149 freq = foutHz * (*postDiv1) * (*postDiv2); in CRU_PllSetPostDiv() 160 *postDiv1 = 1; in CRU_PllSetPostDiv() 191 uint32_t postDiv1, postDiv2; in CRU_PllSetByAuto() local 199 error = CRU_PllSetPostDiv(foutHz, &postDiv1, &postDiv2, &foutVco); in CRU_PllSetByAuto() 203 rateTable->postDiv1 = postDiv1; in CRU_PllSetByAuto() 219 rateTable->postDiv1 = 1; in CRU_PllSetByAuto() 382 …WRITE_REG_MASK_WE(*(pSetup->conOffset1), PLL_POSTDIV1_MASK, pConfig->postDiv1 << PLL_POSTDIV1_SHIF… in HAL_CRU_SetPllFreq() 544 …WRITE_REG_MASK_WE(*(pSetup->conOffset0), PLL_POSTDIV1_MASK, pConfig->postDiv1 << PLL_POSTDIV1_SHIF… in HAL_CRU_SetPllFreq()
|
| /bsp/rockchip/common/rk_hal/lib/hal/inc/ |
| A D | hal_cru.h | 79 .rate = _rate##U, .fbDiv = _fbdiv, .postDiv1 = _postdiv1, \ 87 uint32_t postDiv1; member
|
| /bsp/rockchip/common/rk_hal/lib/hal/src/pm/ |
| A D | hal_pm_rk2108.c | 133 static uint32_t PM_GetPllPostDivEven(uint32_t rateIn, uint32_t rateOut, uint32_t *postDiv1, uint32_… in PM_GetPllPostDivEven() argument 139 *postDiv1 = div; in PM_GetPllPostDivEven() 156 *postDiv1 = div1; in PM_GetPllPostDivEven()
|
Completed in 11 milliseconds