Searched refs:pshift (Results 1 – 7 of 7) sorted by relevance
/drivers/clk/sprd/ |
D | pll.c | 21 #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/ |
D | clk-sun9i-core.c | 64 .pshift = 16, 172 .pshift = 0, 255 .pshift = 16,
|
D | clk-sunxi.c | 422 .pshift = 16, 443 .pshift = 16, 464 .pshift = 4, 471 .pshift = 4, 478 .pshift = 16, 486 .pshift = 20,
|
D | clk-factors.h | 17 u8 pshift; member
|
D | clk-sun6i-ar100.c | 59 .pshift = 4,
|
D | clk-factors.c | 60 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()
|
D | clk-mod0.c | 54 .pshift = 16,
|