Searched refs:clk_gate (Results 1 - 1 of 1) sorted by relevance

/src/sys/arch/arm/ti/
H A Dti_comp_clock.c160 struct clk *clk_gate = fdtbus_clock_get_index(sc->sc_phandle, 0); local in function:ti_comp_clock_enable
162 return clk_enable(clk_gate);
169 struct clk *clk_gate = fdtbus_clock_get_index(sc->sc_phandle, 0); local in function:ti_comp_clock_disable
171 return clk_disable(clk_gate);

Completed in 2 milliseconds