Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h302 #define RH_PS_PSSC 0x00040000 /* port suspend status change */ macro
Dau1x00_usb_ohci.c337 (temp & RH_PS_PSSC) ? " PSSC" : "", in ohci_dump_roothub()
964 WR_RH_PORTSTAT (RH_PS_PSSC); OK (0); in ohci_submit_rh_msg()
/external/u-boot/drivers/usb/host/
Dohci.h318 #define RH_PS_PSSC 0x00040000 /* port suspend status change */ macro
Dr8a66597.h638 #define RH_PS_PSSC 0x00040000 /* port suspend status change */ macro
Dohci-hcd.c472 (temp & RH_PS_PSSC) ? " PSSC" : "", in ohci_dump_roothub()
1324 case (RH_C_PORT_SUSPEND): WR_RH_PORTSTAT(RH_PS_PSSC); OK(0); in ohci_submit_rh_msg()