Home
last modified time | relevance | path

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

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