Searched refs:FACTOR_GET (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/clk/sunxi/ |
| D | clk-factors.c | 38 #define FACTOR_GET(bit, len, reg) (((reg) & SETMASK(len, bit)) >> (bit)) macro 57 n = FACTOR_GET(config->nshift, config->nwidth, reg); in clk_factors_recalc_rate() 59 k = FACTOR_GET(config->kshift, config->kwidth, reg); in clk_factors_recalc_rate() 61 m = FACTOR_GET(config->mshift, config->mwidth, reg); in clk_factors_recalc_rate() 63 p = FACTOR_GET(config->pshift, config->pwidth, reg); in clk_factors_recalc_rate()
|