Searched refs:PLL_VALID_RATE (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk-pll.h | 45 #define PLL_VALID_RATE(_fin, _fout, _m, _p, _s, _k, _ks) ((_fout) + \ macro 50 .rate = PLL_VALID_RATE(_fin, _rate, \ 59 .rate = PLL_VALID_RATE(_fin, _rate, \ 69 .rate = PLL_VALID_RATE(_fin, _rate, \ 79 .rate = PLL_VALID_RATE(_fin, _rate, \ 90 .rate = PLL_VALID_RATE(_fin, _rate, \
|