Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/alchemy/common/
H A Dplatform.c145 return alchemy_usb_control(ALCHEMY_USB_EHCI0, 1); in alchemy_ehci_power_on()
151 alchemy_usb_control(ALCHEMY_USB_EHCI0, 0); in alchemy_ehci_power_off()
169 return alchemy_usb_control(unit, 1); in alchemy_ohci_power_on()
180 alchemy_usb_control(unit, 0); in alchemy_ohci_power_off()
H A Dusb.c478 int alchemy_usb_control(int block, int enable) in alchemy_usb_control() function
507 EXPORT_SYMBOL_GPL(alchemy_usb_control);
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1000.h794 int alchemy_usb_control(int block, int enable);