Searched refs:pd_shift (Results 1 – 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/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 | 622 .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 | 1161 .pd_shift = _pd_shift, \
|
D | clk-mt8167.c | 995 .pd_shift = _pd_shift, \
|
D | clk-mt6765.c | 731 .pd_shift = _pd_shift, \
|
D | clk-mt8183.c | 1084 .pd_shift = _pd_shift, \
|
D | clk-mt2712.c | 1180 .pd_shift = _pd_shift, \
|
D | clk-mt8173.c | 951 .pd_shift = _pd_shift, \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_ppgtt.c | 219 shift = vm->pd_shift; in i915_vm_alloc_pt_stash()
|
D | intel_gtt.h | 257 u8 pd_shift; member
|
D | gen6_ppgtt.c | 445 ppgtt->base.vm.pd_shift = ilog2(SZ_4K * SZ_4K / sizeof(gen6_pte_t)); in gen6_ppgtt_create()
|
D | gen8_ppgtt.c | 692 ppgtt->vm.pd_shift = ilog2(SZ_4K * SZ_4K / sizeof(gen8_pte_t)); in gen8_ppgtt_create()
|
/kernel/linux/linux-5.10/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()
|