Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds