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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h107 #define PORT_STATUS_PPS 0x0100 /* port power status */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c800 uint_t new_port_status = PORT_STATUS_PPS;
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3952 if (!(status & PORT_STATUS_PPS)) {
4576 if (status & PORT_STATUS_PPS) {
5020 if (*status & PORT_STATUS_PPS) {
5024 hubd->h_port_state[port] |= (PORT_STATUS_PPS & ack_flag);
5029 hubd->h_port_state[port] &= ~(PORT_STATUS_PPS & ack_flag);
5278 for (retry = 0; ((!(status & PORT_STATUS_PPS)) &&
5297 if (!(status & PORT_STATUS_PPS)) {
5344 hubd->h_port_state[port] |= PORT_STATUS_PPS;
5412 hubd->h_port_state[port] &= ~PORT_STATUS_PPS;
8240 } while ((!(status & PORT_STATUS_PPS))
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c1649 new_port_status |= PORT_STATUS_PPS;

Completed in 84 milliseconds