Lines Matching defs:pd
228 * @pd: address of output post dividor.
238 static int32_t _cal_pll_data(uint32_t *pd, uint32_t *dds, uint32_t freq)
260 *pd = postdiv_reg;
510 uint32_t pd, old_pd, dds;
519 _cal_pll_data(&pd, &dds, freq / 1000);
522 __func__, pllidx2name(pll_idx), pd, dds, freq / 1000, mode);
536 pd = RG_PLL_SDM_PCW_CHG |
537 (pd & POSDIV_MASK) << POSDIV_SHIFT | dds;
538 apupwr_writel(pd, mixed_con1_addr[pll_idx]);
545 _set_postdiv_reg(pll_idx, pd);
554 if (pd > old_pd) {
555 _set_postdiv_reg(pll_idx, pd);
559 _set_postdiv_reg(pll_idx, pd);