Searched refs:FACTOR_SET (Results 1 – 1 of 1) sorted by relevance
/drivers/clk/sunxi/ |
D | clk-factors.c | 47 #define FACTOR_SET(bit, len, reg, val) \ macro 106 reg = FACTOR_SET(config->nshift, config->nwidth, reg, n); in clk_factors_set_rate() 107 reg = FACTOR_SET(config->kshift, config->kwidth, reg, k); in clk_factors_set_rate() 108 reg = FACTOR_SET(config->mshift, config->mwidth, reg, m); in clk_factors_set_rate() 109 reg = FACTOR_SET(config->pshift, config->pwidth, reg, p); in clk_factors_set_rate()
|