Home
last modified time | relevance | path

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

/arch/arm/mach-ep93xx/
Dcore.c308 static struct clk *ep93xx_ohci_host_clock; variable
312 if (!ep93xx_ohci_host_clock) { in ep93xx_ohci_power_on()
313 ep93xx_ohci_host_clock = devm_clk_get(&pdev->dev, NULL); in ep93xx_ohci_power_on()
314 if (IS_ERR(ep93xx_ohci_host_clock)) in ep93xx_ohci_power_on()
315 return PTR_ERR(ep93xx_ohci_host_clock); in ep93xx_ohci_power_on()
318 return clk_enable(ep93xx_ohci_host_clock); in ep93xx_ohci_power_on()
323 clk_disable(ep93xx_ohci_host_clock); in ep93xx_ohci_power_off()