Searched refs:RH_PS_PESC (Results 1 – 10 of 10) sorted by relevance
25 (value & RH_PS_PESC) ? " PESC" : "", \511 if (status & (RH_PS_CSC | RH_PS_PESC | RH_PS_PSSC in ohci_hub_status_data()715 temp = RH_PS_PESC; in ohci_hub_control()
307 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
100 #define RH_PS_PESC (1 << 17) /* port enable status change */ macro
932 if (status & (RH_PS_CSC | RH_PS_PESC | RH_PS_PSSC in isp116x_hub_status_data()1072 tmp = RH_PS_PESC; in isp116x_hub_control()
176 (temp & RH_PS_PESC) ? " PESC" : "", \
315 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
1522 if (status & (RH_PS_CSC | RH_PS_PESC | RH_PS_PSSC | in isp1362_hub_status_data()1631 tmp = RH_PS_PESC; in isp1362_hub_control()
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