Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h310 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
Dau1x00_usb_ohci.c323 (temp & RH_HS_LPSC) ? " LPSC" : "", in ohci_dump_roothub()
1332 writel (RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
/external/u-boot/drivers/usb/host/
Dohci.h326 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
Dr8a66597.h646 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
Dohci-hcd.c458 (temp & RH_HS_LPSC) ? " LPSC" : "", in ohci_dump_roothub()
1888 ohci_writel(RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()