Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c338 (temp & RH_PS_PESC) ? " PESC" : "", in ohci_dump_roothub()
871 if (((temp & (RH_PS_PESC | RH_PS_CSC)) == in rh_check_port_status()
872 (RH_PS_PESC | RH_PS_CSC)) && in rh_check_port_status()
962 WR_RH_PORTSTAT (RH_PS_PESC); OK (0); in ohci_submit_rh_msg()
Dau1x00_usb_ohci.h301 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
/external/u-boot/drivers/usb/host/
Dohci.h317 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
Dohci-hcd.c473 (temp & RH_PS_PESC) ? " PESC" : "", in ohci_dump_roothub()
1231 if (((temp & (RH_PS_PESC | RH_PS_CSC)) == in rh_check_port_status()
1232 (RH_PS_PESC | RH_PS_CSC)) && in rh_check_port_status()
1323 case (RH_C_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_PESC); OK(0); in ohci_submit_rh_msg()
Dr8a66597.h637 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro