Searched refs:pd_shift (Results 1 – 25 of 26) sorted by relevance
12
/linux-6.1.9/drivers/clk/mediatek/ |
D | clk-pll.h | 34 int pd_shift; member
|
D | clk-pll.c | 130 val &= ~(POSTDIV_MASK << pll->data->pd_shift); in mtk_pll_set_rate_regs() 131 val |= (ffs(postdiv) - 1) << pll->data->pd_shift; in mtk_pll_set_rate_regs() 221 postdiv = (readl(pll->pd_addr) >> pll->data->pd_shift) & POSTDIV_MASK; in mtk_pll_recalc_rate()
|
D | clk-mt8195-apusys_pll.c | 41 .pd_shift = MT8195_POSDIV_SHIFT, \
|
D | clk-mt7986-apmixed.c | 32 .pcwbits = _pcwbits, .pd_reg = _pd_reg, .pd_shift = _pd_shift, \
|
D | clk-mt8186-apmixedsys.c | 33 .pd_shift = _pd_shift, \
|
D | clk-mt6795-apmixedsys.c | 36 .pd_shift = _pd_shift, \
|
D | clk-mt8195-apmixedsys.c | 48 .pd_shift = _pd_shift, \
|
D | clk-mt8135.c | 626 .pd_shift = _pd_shift, \
|
D | clk-mt7629.c | 38 .pd_shift = _pd_shift, \
|
D | clk-mt6797.c | 625 .pd_shift = _pd_shift, \
|
D | clk-mt8516.c | 750 .pd_shift = _pd_shift, \
|
D | clk-mt7622.c | 38 .pd_shift = _pd_shift, \
|
D | clk-mt8167.c | 996 .pd_shift = _pd_shift, \
|
D | clk-mt2701.c | 951 .pd_shift = _pd_shift, \
|
D | clk-mt6779.c | 1163 .pd_shift = _pd_shift, \
|
D | clk-mt2712.c | 1181 .pd_shift = _pd_shift, \
|
D | clk-mt6765.c | 732 .pd_shift = _pd_shift, \
|
D | clk-mt8183.c | 1082 .pd_shift = _pd_shift, \
|
D | clk-mt8365.c | 780 .pd_shift = _pd_shift, \
|
D | clk-mt8173.c | 970 .pd_shift = _pd_shift, \
|
D | clk-mt8192.c | 1007 .pd_shift = _pd_shift, \
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | intel_ppgtt.c | 230 shift = vm->pd_shift; in i915_vm_alloc_pt_stash()
|
D | gen6_ppgtt.c | 439 ppgtt->base.vm.pd_shift = ilog2(SZ_4K * SZ_4K / sizeof(gen6_pte_t)); in gen6_ppgtt_create()
|
D | intel_gtt.h | 275 u8 pd_shift; member
|
/linux-6.1.9/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()
|
12