Searched refs:PORT_STATUS_PSS (Results 1 – 4 of 4) sorted by relevance
146 #define PORT_STATUS_PSS 0x0004 /* port suspend status */ macro
816 new_port_status |= PORT_STATUS_PSS; in uhci_get_port_status()
794 if ((hubd->h_port_state[port] & PORT_STATUS_PSS) == 0) { in hubd_resume_port()838 ((hubd->h_port_state[port] & PORT_STATUS_PSS) == 0)) { in hubd_resume_port()887 if ((status & PORT_STATUS_PSS) == 0) { in hubd_resume_port()990 if (status & PORT_STATUS_PSS) { in hubd_suspend_port()5207 if (*status & PORT_STATUS_PSS) { in hubd_determine_port_status()5211 hubd->h_port_state[port] |= (PORT_STATUS_PSS & ack_flag); in hubd_determine_port_status()5216 hubd->h_port_state[port] &= ~(PORT_STATUS_PSS & ack_flag); in hubd_determine_port_status()
1621 new_port_status |= PORT_STATUS_PSS; in ehci_get_root_hub_port_status()