Searched refs:raw_port_status (Results 1 – 1 of 1) sorted by relevance
574 u16 wIndex, u32 raw_port_status, in xhci_get_port_status() argument584 if (raw_port_status & PORT_CSC) in xhci_get_port_status()586 if (raw_port_status & PORT_PEC) in xhci_get_port_status()588 if ((raw_port_status & PORT_OCC)) in xhci_get_port_status()590 if ((raw_port_status & PORT_RC)) in xhci_get_port_status()600 if ((raw_port_status & PORT_PLC) && in xhci_get_port_status()601 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) in xhci_get_port_status()603 if ((raw_port_status & PORT_WRC)) in xhci_get_port_status()605 if ((raw_port_status & PORT_CEC)) in xhci_get_port_status()610 if ((raw_port_status & PORT_PLS_MASK) == XDEV_U3 in xhci_get_port_status()[all …]