Searched refs:RH_PS_PESC (Results 1 – 5 of 5) sorted by relevance
338 (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()
301 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
317 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
473 (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()
637 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro