Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/clk/
H A Dclk_scmi.c12 static int scmi_clk_gate(struct clk *clk, int enable) in scmi_clk_gate() function
33 return scmi_clk_gate(clk, 1); in scmi_clk_enable()
38 return scmi_clk_gate(clk, 0); in scmi_clk_disable()