Searched refs:DPLL_LOCKED (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/clk/ti/ |
D | dpll.c | 374 dpll_mode |= 1 << DPLL_LOCKED; in of_ti_dpll_setup() 425 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap3_dpll_setup() 469 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), in of_ti_omap3_per_dpll_setup() 491 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), in of_ti_omap3_per_jtype_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() [all …]
|
D | dpll3xxx.c | 160 _omap3_dpll_write_clken(clk, DPLL_LOCKED); in _omap3_noncore_dpll_lock() 887 if (clk->context == DPLL_LOCKED) { in omap3_core_dpll_save_context() 913 if (clk->context == DPLL_LOCKED) { in omap3_core_dpll_restore_context() 923 _omap3_dpll_write_clken(clk, DPLL_LOCKED); in omap3_core_dpll_restore_context() 948 if (clk->context == DPLL_LOCKED) { in omap3_noncore_dpll_save_context() 987 if (clk->context == DPLL_LOCKED) in omap3_noncore_dpll_restore_context()
|
/linux-6.1.9/include/linux/clk/ |
D | ti.h | 210 #define DPLL_LOCKED 0x7 macro
|