Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c921 static u32 xhci_get_ext_port_status(u32 raw_port_status, u32 port_li) in xhci_get_ext_port_status() argument
927 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()
1041 u16 wIndex, u32 raw_port_status, in xhci_get_port_status() argument
1054 if (raw_port_status & PORT_CSC) in xhci_get_port_status()
1056 if (raw_port_status & PORT_PEC) in xhci_get_port_status()
1058 if ((raw_port_status & PORT_OCC)) in xhci_get_port_status()
1060 if ((raw_port_status & PORT_RC)) in xhci_get_port_status()
1064 if (raw_port_status & PORT_CONNECT) { in xhci_get_port_status()
1066 status |= xhci_port_speed(raw_port_status); in xhci_get_port_status()
1068 if (raw_port_status & PORT_PE) in xhci_get_port_status()
[all …]