Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c339 (temp & RH_PS_CSC) ? " CSC" : "", 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()
960 WR_RH_PORTSTAT (RH_PS_CSC ); OK (0); in ohci_submit_rh_msg()
Dau1x00_usb_ohci.h300 #define RH_PS_CSC 0x00010000 /* connect status change */ macro
/external/u-boot/drivers/usb/host/
Dohci.h316 #define RH_PS_CSC 0x00010000 /* connect status change */ macro
Dohci-hcd.c474 (temp & RH_PS_CSC) ? " CSC" : "", 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()
1322 case (RH_C_PORT_CONNECTION): WR_RH_PORTSTAT(RH_PS_CSC); OK(0); in ohci_submit_rh_msg()
Dr8a66597.h636 #define RH_PS_CSC 0x00010000 /* connect status change */ macro