Searched refs:PORT_STATUS_PSS (Results 1 – 4 of 4) sorted by relevance
104 #define PORT_STATUS_PSS 0x0004 /* port suspend status */ macro
816 new_port_status |= PORT_STATUS_PSS; in uhci_get_port_status()
791 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()
1621 new_port_status |= PORT_STATUS_PSS; in ehci_get_root_hub_port_status()