Searched refs:pd_shift (Results 1 – 25 of 28) sorted by relevance
12
/linux-6.3-rc2/drivers/clk/mediatek/ |
A D | clk-fhctl.c | 145 regval = readl(pll->pd_addr) >> pll->data->pd_shift; in __get_postdiv() 156 regval &= ~(POSTDIV_MASK << pll->data->pd_shift); in __set_postdiv() 157 regval |= (ffs(postdiv) - 1) << pll->data->pd_shift; in __set_postdiv()
|
A D | clk-pll.c | 103 val &= ~(POSTDIV_MASK << pll->data->pd_shift); in mtk_pll_set_rate_regs() 104 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()
|
A D | clk-mt8195-apusys_pll.c | 41 .pd_shift = MT8195_POSDIV_SHIFT, \
|
A D | clk-mt7981-apmixed.c | 34 .pcwbits = _pcwbits, .pd_reg = _pd_reg, .pd_shift = _pd_shift, \
|
A D | clk-pll.h | 36 int pd_shift; member
|
A D | clk-mt7986-apmixed.c | 32 .pcwbits = _pcwbits, .pd_reg = _pd_reg, .pd_shift = _pd_shift, \
|
A D | clk-mt6795-apmixedsys.c | 36 .pd_shift = _pd_shift, \
|
A D | clk-mt8195-apmixedsys.c | 48 .pd_shift = _pd_shift, \
|
A D | clk-mt8173-apmixedsys.c | 35 .pd_shift = _pd_shift, \
|
A D | clk-mt8186-apmixedsys.c | 34 .pd_shift = _pd_shift, \
|
A D | clk-mt8135.c | 628 .pd_shift = _pd_shift, \
|
A D | clk-mt7629.c | 38 .pd_shift = _pd_shift, \
|
A D | clk-mt6797.c | 626 .pd_shift = _pd_shift, \
|
A D | clk-mt8516.c | 752 .pd_shift = _pd_shift, \
|
A D | clk-mt7622.c | 38 .pd_shift = _pd_shift, \
|
A D | clk-mt8167.c | 998 .pd_shift = _pd_shift, \
|
A D | clk-mt2701.c | 953 .pd_shift = _pd_shift, \
|
A D | clk-mt6779.c | 1164 .pd_shift = _pd_shift, \
|
A D | clk-mt2712.c | 1181 .pd_shift = _pd_shift, \
|
A D | clk-mt6765.c | 732 .pd_shift = _pd_shift, \
|
A D | clk-mt8183.c | 1007 .pd_shift = _pd_shift, \
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_ppgtt.c | 230 shift = vm->pd_shift; in i915_vm_alloc_pt_stash()
|
A D | gen6_ppgtt.c | 439 ppgtt->base.vm.pd_shift = ilog2(SZ_4K * SZ_4K / sizeof(gen6_pte_t)); in gen6_ppgtt_create()
|
A D | intel_gtt.h | 276 u8 pd_shift; member
|
/linux-6.3-rc2/drivers/media/rc/img-ir/ |
A 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()
|
Completed in 37 milliseconds
12