Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/ti/
Ddpll.c345 u8 dpll_mode = 0; in of_ti_dpll_setup() local
409 dpll_mode |= 1 << DPLL_LOW_POWER_STOP; in of_ti_dpll_setup()
412 dpll_mode |= 1 << DPLL_LOW_POWER_BYPASS; in of_ti_dpll_setup()
415 dpll_mode |= 1 << DPLL_LOCKED; in of_ti_dpll_setup()
417 if (dpll_mode) in of_ti_dpll_setup()
418 dd->modes = dpll_mode; in of_ti_dpll_setup()