PORT_STATUS_PPS
new_port_status |= PORT_STATUS_PPS;
uint_t new_port_status = PORT_STATUS_PPS;
ps |= PORT_STATUS_PPS;
if (!(status & PORT_STATUS_PPS)) {
if (status & PORT_STATUS_PPS) {
os |= PORT_STATUS_PPS;
if (*status & PORT_STATUS_PPS) {
hubd->h_port_state[port] |= (PORT_STATUS_PPS & ack_flag);
hubd->h_port_state[port] &= ~(PORT_STATUS_PPS & ack_flag);
for (retry = 0; ((!(status & PORT_STATUS_PPS)) &&
if (!(status & PORT_STATUS_PPS)) {
hubd->h_port_state[port] |= PORT_STATUS_PPS;
hubd->h_port_state[port] &= ~PORT_STATUS_PPS;
} while ((!(status & PORT_STATUS_PPS)) && (retry < HUBD_PORT_RETRY));
if (!(status & PORT_STATUS_PPS)) {