Searched refs:_omap3_dpll_write_clken (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | dpll3xxx.c | 46 /* _omap3_dpll_write_clken - write clken_bits arg to a DPLL's enable bits */ 47 static void _omap3_dpll_write_clken(struct clk_hw_omap *clk, u8 clken_bits) in _omap3_dpll_write_clken() function 160 _omap3_dpll_write_clken(clk, DPLL_LOCKED); in _omap3_noncore_dpll_lock() 197 _omap3_dpll_write_clken(clk, DPLL_LOW_POWER_BYPASS); in _omap3_noncore_dpll_bypass() 227 _omap3_dpll_write_clken(clk, DPLL_LOW_POWER_STOP); in _omap3_noncore_dpll_stop() 827 _omap3_dpll_write_clken(clk, 0x4); in omap3_core_dpll_restore_context() 836 _omap3_dpll_write_clken(clk, DPLL_LOCKED); in omap3_core_dpll_restore_context() 839 _omap3_dpll_write_clken(clk, clk->context); in omap3_core_dpll_restore_context() 903 _omap3_dpll_write_clken(clk, clk->context); in omap3_noncore_dpll_restore_context()
|
/kernel/linux/linux-6.6/drivers/clk/ti/ |
H A D | dpll3xxx.c | 46 /* _omap3_dpll_write_clken - write clken_bits arg to a DPLL's enable bits */ 47 static void _omap3_dpll_write_clken(struct clk_hw_omap *clk, u8 clken_bits) in _omap3_dpll_write_clken() function 160 _omap3_dpll_write_clken(clk, DPLL_LOCKED); in _omap3_noncore_dpll_lock() 197 _omap3_dpll_write_clken(clk, DPLL_LOW_POWER_BYPASS); in _omap3_noncore_dpll_bypass() 227 _omap3_dpll_write_clken(clk, DPLL_LOW_POWER_STOP); in _omap3_noncore_dpll_stop() 914 _omap3_dpll_write_clken(clk, 0x4); in omap3_core_dpll_restore_context() 923 _omap3_dpll_write_clken(clk, DPLL_LOCKED); in omap3_core_dpll_restore_context() 926 _omap3_dpll_write_clken(clk, clk->context); in omap3_core_dpll_restore_context() 990 _omap3_dpll_write_clken(clk, clk->context); in omap3_noncore_dpll_restore_context()
|
Completed in 3 milliseconds