Home
last modified time | relevance | path

Searched refs:pshift (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/clk/sprd/
Dpll.c21 #define pshift(pll, member) \ macro
29 GENMASK(pwidth(pll, member) + pshift(pll, member) - 1, \
30 pshift(pll, member)) : 0)
36 (pinternal(pll, cfg, member) >> pshift(pll, member))
76 shift = pshift(pll, PLL_REFIN); in pll_get_refin()
193 shift = pshift(pll, PLL_NINT); in _sprd_pll_set_rate()
200 shift = pshift(pll, PLL_KINT); in _sprd_pll_set_rate()
211 shift = pshift(pll, PLL_IBIAS); in _sprd_pll_set_rate()
/linux-4.19.296/drivers/clk/sunxi/
Dclk-sun9i-core.c73 .pshift = 16,
181 .pshift = 0,
264 .pshift = 16,
Dclk-sunxi.c430 .pshift = 16,
451 .pshift = 16,
472 .pshift = 4,
479 .pshift = 4,
486 .pshift = 16,
494 .pshift = 20,
Dclk-factors.h17 u8 pshift; member
Dclk-sun6i-ar100.c60 .pshift = 4,
Dclk-factors.c63 p = FACTOR_GET(config->pshift, config->pwidth, reg); in clk_factors_recalc_rate()
159 reg = FACTOR_SET(config->pshift, config->pwidth, reg, req.p); in clk_factors_set_rate()
Dclk-mod0.c62 .pshift = 16,