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