Searched refs:RH_PS_PESC (Results 1 – 3 of 3) sorted by relevance
317 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
477 (temp & RH_PS_PESC) ? " PESC" : "", in ohci_dump_roothub()1235 if (((temp & (RH_PS_PESC | RH_PS_CSC)) == in rh_check_port_status()1236 (RH_PS_PESC | RH_PS_CSC)) && in rh_check_port_status()1327 case (RH_C_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_PESC); OK(0); in ohci_submit_rh_msg()
590 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro