Searched refs:PORT_STATUS_PPS (Results 1 – 4 of 4) sorted by relevance
107 #define PORT_STATUS_PPS 0x0100 /* port power status */ macro
3952 if (!(status & PORT_STATUS_PPS)) { in hubd_hotplug_thread()4576 if (status & PORT_STATUS_PPS) { in hubd_get_hub_status()5020 if (*status & PORT_STATUS_PPS) { in hubd_determine_port_status()5024 hubd->h_port_state[port] |= (PORT_STATUS_PPS & ack_flag); in hubd_determine_port_status()5029 hubd->h_port_state[port] &= ~(PORT_STATUS_PPS & ack_flag); in hubd_determine_port_status()5278 for (retry = 0; ((!(status & PORT_STATUS_PPS)) && in hubd_enable_all_port_power()5297 if (!(status & PORT_STATUS_PPS)) { in hubd_enable_all_port_power()5344 hubd->h_port_state[port] |= PORT_STATUS_PPS; in hubd_enable_port_power()5412 hubd->h_port_state[port] &= ~PORT_STATUS_PPS; in hubd_disable_port_power()8240 } while ((!(status & PORT_STATUS_PPS)) && (retry < HUBD_PORT_RETRY)); in hubd_toggle_port()[all …]
800 uint_t new_port_status = PORT_STATUS_PPS; in uhci_get_port_status()
1649 new_port_status |= PORT_STATUS_PPS; in ehci_get_root_hub_port_status()