Searched refs:ep93xx_ohci_host_clock (Results 1 – 1 of 1) sorted by relevance
200 static struct clk *ep93xx_ohci_host_clock; variable204 if (!ep93xx_ohci_host_clock) { in ep93xx_ohci_power_on()205 ep93xx_ohci_host_clock = devm_clk_get(&pdev->dev, NULL); in ep93xx_ohci_power_on()206 if (IS_ERR(ep93xx_ohci_host_clock)) in ep93xx_ohci_power_on()207 return PTR_ERR(ep93xx_ohci_host_clock); in ep93xx_ohci_power_on()210 return clk_enable(ep93xx_ohci_host_clock); in ep93xx_ohci_power_on()215 clk_disable(ep93xx_ohci_host_clock); in ep93xx_ohci_power_off()