Searched refs:pshift (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/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() 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/ |
D | clk-sun9i-core.c | 73 .pshift = 16, 181 .pshift = 0, 264 .pshift = 16,
|
D | clk-sunxi.c | 430 .pshift = 16, 451 .pshift = 16, 472 .pshift = 4, 479 .pshift = 4, 486 .pshift = 16, 494 .pshift = 20,
|
D | clk-factors.h | 17 u8 pshift; member
|
D | clk-sun6i-ar100.c | 60 .pshift = 4,
|
D | clk-factors.c | 63 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()
|
D | clk-mod0.c | 62 .pshift = 16,
|