Searched refs:pd_shift (Results 1 – 5 of 5) sorted by relevance
100 val &= ~(POSTDIV_MASK << pll->data->pd_shift); in mtk_pll_set_rate_regs()101 val |= (ffs(postdiv) - 1) << pll->data->pd_shift; in mtk_pll_set_rate_regs()192 postdiv = (readl(pll->pd_addr) >> pll->data->pd_shift) & POSTDIV_MASK; in mtk_pll_recalc_rate()
168 int pd_shift; member
615 .pd_shift = _pd_shift, \
1020 .pd_shift = _pd_shift, \
210 unsigned int pd_shift, in img_ir_symbol_timing() argument218 tolerance, clock_hz, pd_shift); in img_ir_symbol_timing()