Searched refs:_nf (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/rockchip/ |
| H A D | clk.h | 499 #define RK3066_PLL_RATE(_rate, _nr, _nf, _no) \ argument 503 .nf = _nf, \ 505 .nb = ((_nf) < 2) ? 1 : (_nf) >> 1, \ 508 #define RK3066_PLL_RATE_NB(_rate, _nr, _nf, _no, _nb) \ argument 512 .nf = _nf, \
|