Searched refs:mul_mask (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/at91/ |
H A D | clk-pll.c | 21 (layout)->mul_mask) 23 #define PLL_MUL_MASK(layout) ((layout)->mul_mask) 89 ((pll->mul & layout->mul_mask) << layout->mul_shift)); in clk_pll_prepare() 321 .mul_mask = 0x7FF, 327 .mul_mask = 0xFF, 333 .mul_mask = 0x3F, 339 .mul_mask = 0x7F,
|
H A D | pmc.h | 57 u32 mul_mask; member
|
H A D | sam9x60.c | 46 .mul_mask = GENMASK(31, 24),
|
H A D | clk-sam9x60-pll.c | 91 cmul = (val & core->layout->mul_mask) >> core->layout->mul_shift; in sam9x60_frac_pll_prepare()
|
H A D | sama7g5.c | 70 .mul_mask = GENMASK(31, 24),
|
/kernel/linux/linux-5.10/drivers/clk/actions/ |
H A D | owl-pll.c | 28 return mul &= mul_mask(pll_hw); in owl_pll_calculate_mul() 93 val &= mul_mask(pll_hw); in owl_pll_recalc_rate() 105 val &= mul_mask(pll_hw); in owl_pll_recalc_rate() 177 reg &= ~mul_mask(pll_hw); in owl_pll_set_rate()
|
H A D | owl-pll.h | 99 #define mul_mask(m) ((1 << ((m)->width)) - 1) macro
|
/kernel/linux/linux-6.6/drivers/clk/actions/ |
H A D | owl-pll.c | 28 return mul & mul_mask(pll_hw); in owl_pll_calculate_mul() 93 val &= mul_mask(pll_hw); in owl_pll_recalc_rate() 105 val &= mul_mask(pll_hw); in owl_pll_recalc_rate() 177 reg &= ~mul_mask(pll_hw); in owl_pll_set_rate()
|
H A D | owl-pll.h | 99 #define mul_mask(m) ((1 << ((m)->width)) - 1) macro
|
/kernel/linux/linux-6.6/drivers/clk/at91/ |
H A D | clk-pll.c | 21 (layout)->mul_mask) 23 #define PLL_MUL_MASK(layout) ((layout)->mul_mask) 90 ((pll->mul & layout->mul_mask) << layout->mul_shift)); in clk_pll_prepare() 360 .mul_mask = 0x7FF, 366 .mul_mask = 0xFF, 372 .mul_mask = 0x3F, 378 .mul_mask = 0x7F,
|
H A D | sam9x60.c | 47 .mul_mask = GENMASK(31, 24),
|
H A D | pmc.h | 59 u32 mul_mask; member
|
H A D | clk-sam9x60-pll.c | 96 cmul = (val & core->layout->mul_mask) >> core->layout->mul_shift; in sam9x60_frac_pll_set() 263 cmul = (val & core->layout->mul_mask) >> core->layout->mul_shift; in sam9x60_frac_pll_set_rate_chg()
|
H A D | sama7g5.c | 83 .mul_mask = GENMASK(31, 24),
|
Completed in 10 milliseconds