Home
last modified time | relevance | path

Searched refs:PORT_STATUS_PPS (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h107 #define PORT_STATUS_PPS 0x0100 /* port power status */ macro
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3952 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 …]
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c800 uint_t new_port_status = PORT_STATUS_PPS; in uhci_get_port_status()
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c1649 new_port_status |= PORT_STATUS_PPS; in ehci_get_root_hub_port_status()