Searched refs:pd_shift (Results 1 – 25 of 34) 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 | 110 val &= ~(POSTDIV_MASK << pll->data->pd_shift); in mtk_pll_set_rate_regs() 111 val |= (ffs(postdiv) - 1) << pll->data->pd_shift; in mtk_pll_set_rate_regs() 201 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-mt7988-apmixed.c | 36 .pd_shift = _pd_shift, \
|
| 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-mt8135-apmixedsys.c | 31 .pd_shift = _pd_shift, \
|
| H A D | clk-mt8516-apmixedsys.c | 36 .pd_shift = _pd_shift, \
|
| H A D | clk-pll.h | 37 int pd_shift; member
|
| H A D | clk-mt8196-mfg.c | 53 .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-mt6735-apmixedsys.c | 58 .pd_shift = _pd_shift, \
|
| H A D | clk-mt8196-mcu.c | 61 .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-mt8196-apmixedsys.c | 77 .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-mt8173-apmixedsys.c | 37 .pd_shift = _pd_shift, \
|
| H A D | clk-mt8195-apmixedsys.c | 50 .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()
|
12