Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h304 #define RH_PS_PRSC 0x00100000 /* port reset status change */ macro
Dau1x00_usb_ohci.c335 (temp & RH_PS_PRSC) ? " PRSC" : "", in ohci_dump_roothub()
968 WR_RH_PORTSTAT (RH_PS_PRSC); OK (0); in ohci_submit_rh_msg()
/external/u-boot/drivers/usb/host/
Dohci.h320 #define RH_PS_PRSC 0x00100000 /* port reset status change */ macro
Dr8a66597.h640 #define RH_PS_PRSC 0x00100000 /* port reset status change */ macro
Dohci-hcd.c470 (temp & RH_PS_PRSC) ? " PRSC" : "", in ohci_dump_roothub()
1326 case (RH_C_PORT_RESET): WR_RH_PORTSTAT(RH_PS_PRSC); OK(0); in ohci_submit_rh_msg()