Home
last modified time | relevance | path

Searched refs:SI5351_PLL_A_MIN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk-si5351.h24 #define SI5351_PLL_A_MIN 15 macro
H A Dclk-si5351.c462 if (a < SI5351_PLL_A_MIN) in si5351_pll_determine_rate()
463 rate = req->best_parent_rate * SI5351_PLL_A_MIN; in si5351_pll_determine_rate()