Searched refs:pd_shift (Results 1 – 9 of 9) sorted by relevance
101 val &= ~(POSTDIV_MASK << pll->data->pd_shift); in mtk_pll_set_rate_regs()102 val |= (ffs(postdiv) - 1) << pll->data->pd_shift; in mtk_pll_set_rate_regs()193 postdiv = (readl(pll->pd_addr) >> pll->data->pd_shift) & POSTDIV_MASK; in mtk_pll_recalc_rate()
213 int pd_shift; member
615 .pd_shift = _pd_shift, \
617 .pd_shift = _pd_shift, \
45 .pd_shift = _pd_shift, \
943 .pd_shift = _pd_shift, \
1184 .pd_shift = _pd_shift, \
1046 .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()