Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-hub.c32 PORT_RC | PORT_PLC | PORT_PE)
383 status = PORT_PLC; in xhci_clear_port_change_bit()
387 status = PORT_PLC; in xhci_clear_port_change_bit()
600 if ((raw_port_status & PORT_PLC) && in xhci_get_port_status()
863 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1089 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
1252 PORT_PLC); in xhci_bus_resume()
Dxhci-ring.c1561 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1578 faked_port_index, PORT_PLC); in handle_port_status()
1597 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_U0 && in handle_port_status()
1615 faked_port_index, PORT_PLC); in handle_port_status()
1638 PORT_PLC); in handle_port_status()
Dxhci.h349 #define PORT_PLC (1 << 22) macro