Searched refs:pcw_shift (Results 1 – 25 of 27) sorted by relevance
12
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-pll.c | 113 val &= ~GENMASK(pll->data->pcw_shift + pll->data->pcwbits - 1, in mtk_pll_set_rate_regs() 114 pll->data->pcw_shift); in mtk_pll_set_rate_regs() 115 val |= pcw << pll->data->pcw_shift; in mtk_pll_set_rate_regs() 196 pcw = readl(pll->pcw_addr) >> pll->data->pcw_shift; in mtk_pll_recalc_rate()
|
H A D | clk-mt8195-apusys_pll.c | 46 .pcw_shift = MT8195_PCW_SHIFT, \
|
H A D | clk-mt7981-apmixed.c | 34 .pcw_shift = _pcw_shift, .div_table = _div_table, \
|
H A D | clk-mt8135-apmixedsys.c | 34 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt7986-apmixed.c | 32 .pcw_shift = _pcw_shift, .div_table = _div_table, \
|
H A D | clk-pll.h | 45 int pcw_shift; member
|
H A D | clk-mt8516-apmixedsys.c | 39 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8167-apmixedsys.c | 38 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8188-apmixedsys.c | 54 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt7622-apmixedsys.c | 36 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt2712-apmixedsys.c | 40 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8365-apmixedsys.c | 40 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8186-apmixedsys.c | 40 .pcw_shift = 0, \
|
H A D | clk-mt8183-apmixedsys.c | 76 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8173-apmixedsys.c | 40 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8195-apmixedsys.c | 55 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8192-apmixedsys.c | 57 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt6795-apmixedsys.c | 41 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt7629.c | 39 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt6797.c | 615 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt6765.c | 691 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt6779.c | 1167 .pcw_shift = _pcw_shift, \
|
/openbmc/u-boot/drivers/clk/mediatek/ |
H A D | clk-mtk.c | 130 val &= ~GENMASK(pll->pcw_shift + pll->pcwbits - 1, pll->pcw_shift); in mtk_pll_set_rate_regs() 131 val |= pcw << pll->pcw_shift; in mtk_pll_set_rate_regs() 195 pcw = readl(priv->base + pll->pcw_reg) >> pll->pcw_shift; in mtk_apmixedsys_get_rate()
|
H A D | clk-mtk.h | 41 int pcw_shift; member
|
H A D | clk-mt7629.c | 44 .pcw_shift = _pcw_shift, \
|
12