Searched refs:pd_shift (Results 1 – 25 of 30) sorted by relevance
12
/linux/drivers/clk/mediatek/ |
H A D | clk-fhctl.c | 165 regval = readl(pll->pd_addr) >> pll->data->pd_shift; in __get_postdiv() 176 regval &= ~(POSTDIV_MASK << pll->data->pd_shift); in __set_postdiv() 177 regval |= (ffs(postdiv) - 1) << pll->data->pd_shift; in __set_postdiv()
|
H 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() 194 postdiv = (readl(pll->pd_addr) >> pll->data->pd_shift) & POSTDIV_MASK; in mtk_pll_recalc_rate()
|
H A D | clk-mt8195-apusys_pll.c | 41 .pd_shift = MT8195_POSDIV_SHIFT, \
|
H A D | clk-pll.h | 36 int pd_shift; member
|
H A D | clk-mt7981-apmixed.c | 32 .pcwbits = _pcwbits, .pd_reg = _pd_reg, .pd_shift = _pd_shift, \
|
H A D | clk-mt7986-apmixed.c | 30 .pcwbits = _pcwbits, .pd_reg = _pd_reg, .pd_shift = _pd_shift, \
|
H A D | clk-mt7988-apmixed.c | 36 .pd_shift = _pd_shift, \
|
H A D | clk-mt8135-apmixedsys.c | 31 .pd_shift = _pd_shift, \
|
H A D | clk-mt8516-apmixedsys.c | 36 .pd_shift = _pd_shift, \
|
H A D | clk-mt8167-apmixedsys.c | 35 .pd_shift = _pd_shift, \
|
H A D | clk-mt7622-apmixedsys.c | 33 .pd_shift = _pd_shift, \
|
H A D | clk-mt8188-apmixedsys.c | 49 .pd_shift = _pd_shift, \
|
H A D | clk-mt2712-apmixedsys.c | 35 .pd_shift = _pd_shift, \
|
H A D | clk-mt8365-apmixedsys.c | 35 .pd_shift = _pd_shift, \
|
H A D | clk-mt8186-apmixedsys.c | 35 .pd_shift = _pd_shift, \
|
H A D | clk-mt8183-apmixedsys.c | 71 .pd_shift = _pd_shift, \
|
H A D | clk-mt8173-apmixedsys.c | 37 .pd_shift = _pd_shift, \
|
H A D | clk-mt6795-apmixedsys.c | 38 .pd_shift = _pd_shift, \
|
H A D | clk-mt8192-apmixedsys.c | 52 .pd_shift = _pd_shift, \
|
H A D | clk-mt8195-apmixedsys.c | 50 .pd_shift = _pd_shift, \
|
H A D | clk-mt7629.c | 36 .pd_shift = _pd_shift, \
|
H A D | clk-mt6797.c | 612 .pd_shift = _pd_shift, \
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_ppgtt.c | 230 shift = vm->pd_shift; in i915_vm_alloc_pt_stash()
|
H A D | gen6_ppgtt.c | 441 ppgtt->base.vm.pd_shift = ilog2(SZ_4K * SZ_4K / sizeof(gen6_pte_t)); in gen6_ppgtt_create()
|
/linux/drivers/media/rc/img-ir/ |
H 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()
|
12