Searched refs:ehci_mv (Results 1 – 1 of 1) sorted by relevance
45 static void ehci_clock_enable(struct ehci_hcd_mv *ehci_mv) in ehci_clock_enable() argument47 clk_prepare_enable(ehci_mv->clk); in ehci_clock_enable()50 static void ehci_clock_disable(struct ehci_hcd_mv *ehci_mv) in ehci_clock_disable() argument52 clk_disable_unprepare(ehci_mv->clk); in ehci_clock_disable()55 static int mv_ehci_enable(struct ehci_hcd_mv *ehci_mv) in mv_ehci_enable() argument57 ehci_clock_enable(ehci_mv); in mv_ehci_enable()58 return phy_init(ehci_mv->phy); in mv_ehci_enable()61 static void mv_ehci_disable(struct ehci_hcd_mv *ehci_mv) in mv_ehci_disable() argument63 phy_exit(ehci_mv->phy); in mv_ehci_disable()64 ehci_clock_disable(ehci_mv); in mv_ehci_disable()[all …]