Searched refs:pd_shift (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/clk/mediatek/ |
| D | clk-pll.c | 125 val &= ~(POSTDIV_MASK << pll->data->pd_shift); in mtk_pll_set_rate_regs() 126 val |= (ffs(postdiv) - 1) << pll->data->pd_shift; in mtk_pll_set_rate_regs() 216 postdiv = (readl(pll->pd_addr) >> pll->data->pd_shift) & POSTDIV_MASK; in mtk_pll_recalc_rate()
|
| D | clk-mtk.h | 223 int pd_shift; member
|
| D | clk-mt8135.c | 607 .pd_shift = _pd_shift, \
|
| D | clk-mt7629.c | 37 .pd_shift = _pd_shift, \
|
| D | clk-mt6797.c | 627 .pd_shift = _pd_shift, \
|
| D | clk-mt7622.c | 37 .pd_shift = _pd_shift, \
|
| D | clk-mt8516.c | 749 .pd_shift = _pd_shift, \
|
| D | clk-mt2701.c | 930 .pd_shift = _pd_shift, \
|
| D | clk-mt6779.c | 1159 .pd_shift = _pd_shift, \
|
| D | clk-mt2712.c | 1180 .pd_shift = _pd_shift, \
|
| D | clk-mt8183.c | 1084 .pd_shift = _pd_shift, \
|
| D | clk-mt8173.c | 1038 .pd_shift = _pd_shift, \
|
| /Linux-v5.4/drivers/media/rc/img-ir/ |
| D | img-ir-hw.c | 206 unsigned int pd_shift, in img_ir_symbol_timing() argument 214 tolerance, clock_hz, pd_shift); in img_ir_symbol_timing()
|