Searched refs:raw_port_status (Results 1 – 1 of 1) sorted by relevance
662 static u32 xhci_get_ext_port_status(u32 raw_port_status, u32 port_li) in xhci_get_ext_port_status() argument668 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()691 u16 wIndex, u32 raw_port_status, in xhci_get_port_status() argument701 if (raw_port_status & PORT_CSC) in xhci_get_port_status()703 if (raw_port_status & PORT_PEC) in xhci_get_port_status()705 if ((raw_port_status & PORT_OCC)) in xhci_get_port_status()707 if ((raw_port_status & PORT_RC)) in xhci_get_port_status()717 if ((raw_port_status & PORT_PLC) && in xhci_get_port_status()718 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) in xhci_get_port_status()720 if ((raw_port_status & PORT_WRC)) in xhci_get_port_status()[all …]