Home
last modified time | relevance | path

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

/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()
194 shift = pshift(pll, PLL_NINT); in _sprd_pll_set_rate()
201 shift = pshift(pll, PLL_KINT); in _sprd_pll_set_rate()
212 shift = pshift(pll, PLL_IBIAS); in _sprd_pll_set_rate()
/drivers/clk/sunxi/
Dclk-sun9i-core.c64 .pshift = 16,
172 .pshift = 0,
255 .pshift = 16,
Dclk-sunxi.c422 .pshift = 16,
443 .pshift = 16,
464 .pshift = 4,
471 .pshift = 4,
478 .pshift = 16,
486 .pshift = 20,
Dclk-factors.h17 u8 pshift; member
Dclk-sun6i-ar100.c59 .pshift = 4,
Dclk-factors.c60 p = FACTOR_GET(config->pshift, config->pwidth, reg); in clk_factors_recalc_rate()
156 reg = FACTOR_SET(config->pshift, config->pwidth, reg, req.p); in clk_factors_set_rate()
Dclk-mod0.c54 .pshift = 16,