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

/linux-4.4.14/arch/arm/mach-ep93xx/
H A Dcore.c200 static struct clk *ep93xx_ohci_host_clock; variable in typeref:struct:clk
204 if (!ep93xx_ohci_host_clock) { ep93xx_ohci_power_on()
205 ep93xx_ohci_host_clock = devm_clk_get(&pdev->dev, NULL); ep93xx_ohci_power_on()
206 if (IS_ERR(ep93xx_ohci_host_clock)) ep93xx_ohci_power_on()
207 return PTR_ERR(ep93xx_ohci_host_clock); ep93xx_ohci_power_on()
210 return clk_enable(ep93xx_ohci_host_clock); ep93xx_ohci_power_on()
215 clk_disable(ep93xx_ohci_host_clock); ep93xx_ohci_power_off()

Completed in 37 milliseconds