Searched refs:pwidth (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/clk/sprd/ |
| H A D | pll.c | 24 #define pwidth(pll, member) \ macro 28 ((pwidth(pll, member)) ? \ 29 GENMASK(pwidth(pll, member) + pshift(pll, member) - 1, \ 74 if (pwidth(pll, PLL_REFIN)) { in pll_get_refin() 119 if (pwidth(pll, PLL_POSTDIV) && in _sprd_pll_recalc_rate() 166 width = pwidth(pll, PLL_PREDIV); in _sprd_pll_set_rate() 172 width = pwidth(pll, PLL_POSTDIV); in _sprd_pll_set_rate() 200 width = pwidth(pll, PLL_KINT); in _sprd_pll_set_rate()
|
| /linux/arch/mips/lib/ |
| H A D | dump_tlb.c | 77 int pwidth = xpa ? 11 : 8; in dump_tlb() local 81 int pwidth = 11; in dump_tlb() local 160 pwidth, pa, c0, in dump_tlb() 174 pwidth, pa, c1, in dump_tlb()
|
| /linux/arch/loongarch/lib/ |
| H A D | dump_tlb.c | 36 int pwidth = 16; in dump_tlb() local 87 pwidth, pa, c0, in dump_tlb() 103 pwidth, pa, c1, in dump_tlb()
|
| /linux/drivers/clk/sunxi/ |
| H A D | clk-sun9i-core.c | 65 .pwidth = 1, 173 .pwidth = 2, 256 .pwidth = 2,
|
| H A D | clk-factors.c | 59 if (config->pwidth != SUNXI_FACTORS_NOT_APPLICABLE) in clk_factors_recalc_rate() 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()
|
| H A D | clk-sunxi.c | 423 .pwidth = 2, 444 .pwidth = 2, 465 .pwidth = 2, 472 .pwidth = 2, 479 .pwidth = 2, 487 .pwidth = 2,
|
| H A D | clk-factors.h | 18 u8 pwidth; member
|
| H A D | clk-sun6i-ar100.c | 58 .pwidth = 2,
|
| H A D | clk-mod0.c | 55 .pwidth = 2,
|