Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-hub.c20 PORT_RC | PORT_PLC | PORT_PE)
522 status = PORT_PLC; in xhci_clear_port_change_bit()
526 status = PORT_PLC; in xhci_clear_port_change_bit()
860 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in xhci_handle_usb2_port_link_resume()
940 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status()
1230 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1490 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
1752 PORT_PLC); in xhci_bus_resume()
1759 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume()
1760 PORT_PLC, 10 * 1000); in xhci_bus_resume()
[all …]
Dxhci.h382 #define PORT_PLC (1 << 22) macro
386 PORT_RC | PORT_PLC | PORT_CEC)
2565 if (portsc & PORT_PLC) in xhci_decode_portsc()
Dxhci-ring.c1630 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1646 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
1670 if ((portsc & PORT_PLC) && in handle_port_status()
1688 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
1710 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()