Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dxhci-hub.c21 PORT_RC | PORT_PLC | PORT_PE)
618 status = PORT_PLC; in xhci_clear_port_change_bit()
622 status = PORT_PLC; in xhci_clear_port_change_bit()
960 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in xhci_handle_usb2_port_link_resume()
1042 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status()
1341 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1647 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
1925 PORT_PLC); in xhci_bus_resume()
1932 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume()
1933 PORT_PLC, 10 * 1000); in xhci_bus_resume()
[all …]
A Dxhci.h385 #define PORT_PLC (1 << 22) macro
389 PORT_RC | PORT_PLC | PORT_CEC)
2605 if (portsc & PORT_PLC) in xhci_decode_portsc()
A Dxhci-ring.c1964 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1980 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
2005 if ((portsc & PORT_PLC) && in handle_port_status()
2023 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
2045 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
/linux/drivers/usb/cdns3/
A Dcdnsp-gadget.h168 #define CDNSP_PORT_RW1CS (PORT_PED | PORT_CSC | PORT_RC | PORT_PLC)
317 #define PORT_PLC BIT(22) macro
327 #define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
A Dcdnsp-debug.h485 if (portsc & PORT_PLC) in cdnsp_decode_portsc()
A Dcdnsp-ring.c820 if ((portsc & PORT_PLC)) { in cdnsp_handle_port_status()

Completed in 33 milliseconds