Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h97 #define PORT_PLC (1 << 22) macro
101 PORT_RC | PORT_PLC | PORT_CEC)
H A Dxhci-hub.c22 PORT_RC | PORT_PLC | PORT_PE)
608 status = PORT_PLC; in xhci_clear_port_change_bit()
612 status = PORT_PLC; in xhci_clear_port_change_bit()
989 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in xhci_handle_usb2_port_link_resume()
1065 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status()
1372 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1680 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
1958 PORT_PLC); in xhci_bus_resume()
1965 sret = xhci_handshake(&ports[port_index]->port_reg->portsc, PORT_PLC, in xhci_bus_resume()
1966 PORT_PLC, 10 * 1000); in xhci_bus_resume()
[all …]
H A Dxhci-ring.c2056 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
2072 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
2097 if ((portsc & PORT_PLC) && in handle_port_status()
2114 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
2135 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
H A Dxhci.h2449 if (portsc & PORT_PLC) in xhci_decode_portsc()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h168 #define CDNSP_PORT_RW1CS (PORT_PED | PORT_CSC | PORT_RC | PORT_PLC)
321 #define PORT_PLC BIT(22) macro
331 #define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
H A Dcdnsp-debug.h486 if (portsc & PORT_PLC) in cdnsp_decode_portsc()
H A Dcdnsp-ring.c825 if ((portsc & PORT_PLC)) { in cdnsp_handle_port_status()