Searched refs:DPLL_LOW_POWER_BYPASS (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/clk/ti/ |
A D | dpll.c | 371 dpll_mode |= 1 << DPLL_LOW_POWER_BYPASS; in of_ti_dpll_setup() 425 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap3_dpll_setup() 511 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_dpll_setup() 532 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap5_mpu_dpll_setup() 551 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_core_dpll_setup() 574 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_m4xen_dpll_setup() 595 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_jtype_dpll_setup() 621 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_am3_no_gate_dpll_setup() 641 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_am3_jtype_dpll_setup() 661 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_am3_no_gate_jtype_dpll_setup() [all …]
|
A D | dpll44xx.c | 215 (dd->modes & (1 << DPLL_LOW_POWER_BYPASS))) { in omap4_dpll_regm4xen_determine_rate()
|
A D | dpll3xxx.c | 189 if (!(clk->dpll_data->modes & (1 << DPLL_LOW_POWER_BYPASS))) in _omap3_noncore_dpll_bypass() 197 _omap3_dpll_write_clken(clk, DPLL_LOW_POWER_BYPASS); in _omap3_noncore_dpll_bypass() 599 (dd->modes & (1 << DPLL_LOW_POWER_BYPASS))) { in omap3_noncore_dpll_determine_rate()
|
/linux-6.3-rc2/include/linux/clk/ |
A D | ti.h | 209 #define DPLL_LOW_POWER_BYPASS 0x5 macro
|
Completed in 9 milliseconds