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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h104 #define PORT_STATUS_PSS 0x0004 /* port suspend status */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c816 new_port_status |= PORT_STATUS_PSS;
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c791 if ((hubd->h_port_state[port] & PORT_STATUS_PSS) == 0) {
835 ((hubd->h_port_state[port] & PORT_STATUS_PSS) == 0)) {
884 if ((status & PORT_STATUS_PSS) == 0) {
987 if (status & PORT_STATUS_PSS) {
4977 if (*status & PORT_STATUS_PSS) {
4981 hubd->h_port_state[port] |= (PORT_STATUS_PSS & ack_flag);
4986 hubd->h_port_state[port] &= ~(PORT_STATUS_PSS & ack_flag);
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c1621 new_port_status |= PORT_STATUS_PSS;

Completed in 90 milliseconds