Searched refs:RH_PS_PESC (Results 1 – 13 of 13) sorted by relevance
25 (value & RH_PS_PESC) ? " PESC" : "", \508 if (status & (RH_PS_CSC | RH_PS_PESC | RH_PS_PSSC in ohci_hub_status_data()711 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
933 if (status & (RH_PS_CSC | RH_PS_PESC | RH_PS_PSSC in isp116x_hub_status_data()1073 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()
2720 temp = RH_PS_PESC; in u132_roothub_clearportfeature()2786 RH_PS_PESC | RH_PS_PSSC | RH_PS_OCIC | in u132_hub_status_data()
339 (temp & RH_PS_PESC) ? " PESC" : "", in ohci_dump_roothub()872 if (((temp & (RH_PS_PESC | RH_PS_CSC)) == in rh_check_port_status()873 (RH_PS_PESC | RH_PS_CSC)) && in rh_check_port_status()963 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
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()
591 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro