Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-hub.c32 PORT_RC | PORT_PLC | PORT_PE)
484 status = PORT_PLC; in xhci_clear_port_change_bit()
488 status = PORT_PLC; in xhci_clear_port_change_bit()
717 if ((raw_port_status & PORT_PLC) && in xhci_get_port_status()
1018 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1246 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
1410 xhci_test_and_clear_bit(xhci, port_array, port_index, PORT_PLC); in xhci_bus_resume()
1419 sret = xhci_handshake(port_array[port_index], PORT_PLC, in xhci_bus_resume()
1420 PORT_PLC, 10 * 1000); in xhci_bus_resume()
1424 xhci_test_and_clear_bit(xhci, port_array, port_index, 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()
1598 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_U0 && in handle_port_status()
1616 faked_port_index, PORT_PLC); in handle_port_status()
1639 PORT_PLC); in handle_port_status()
Dxhci.h380 #define PORT_PLC (1 << 22) macro