Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/sunxi-ng/
Dccu-sun6i-rtc.c43 #define DCXO_CTRL_CLK16M_RC_EN BIT(0) macro
59 return ccu_gate_helper_enable(cm, DCXO_CTRL_CLK16M_RC_EN); in ccu_iosc_enable()
66 return ccu_gate_helper_disable(cm, DCXO_CTRL_CLK16M_RC_EN); in ccu_iosc_disable()
73 return ccu_gate_helper_is_enabled(cm, DCXO_CTRL_CLK16M_RC_EN); in ccu_iosc_is_enabled()