Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/
Dclk-si5351.h69 #define SI5351_CLK_PLL_SELECT (1<<5) macro
Dclk-si5351.c571 si5351_set_bits(drvdata, SI5351_CLK0_CTRL + num, SI5351_CLK_PLL_SELECT, in _si5351_msynth_reparent()
573 SI5351_CLK_PLL_SELECT); in _si5351_msynth_reparent()
585 return (val & SI5351_CLK_PLL_SELECT) ? 1 : 0; in si5351_msynth_get_parent()