Home
last modified time | relevance | path

Searched refs:FACTOR_GET (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/sunxi/
H A Dclk-factors.c35 #define FACTOR_GET(bit, len, reg) (((reg) & SETMASK(len, bit)) >> (bit)) macro
54 n = FACTOR_GET(config->nshift, config->nwidth, reg); in clk_factors_recalc_rate()
56 k = FACTOR_GET(config->kshift, config->kwidth, reg); in clk_factors_recalc_rate()
58 m = FACTOR_GET(config->mshift, config->mwidth, reg); in clk_factors_recalc_rate()
60 p = FACTOR_GET(config->pshift, config->pwidth, reg); in clk_factors_recalc_rate()