Home
last modified time | relevance | path

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

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