Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c20 PORT_RC | PORT_PLC | PORT_PE)
537 status = PORT_PLC; in xhci_clear_port_change_bit()
541 status = PORT_PLC; in xhci_clear_port_change_bit()
879 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in xhci_handle_usb2_port_link_resume()
961 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status()
1263 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1569 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
1862 PORT_PLC); in xhci_bus_resume()
1869 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume()
1870 PORT_PLC, 10 * 1000); in xhci_bus_resume()
[all …]
H A Dxhci.h389 #define PORT_PLC (1 << 22) macro
393 PORT_RC | PORT_PLC | PORT_CEC)
2675 if (portsc & PORT_PLC) in xhci_decode_portsc()
H A Dxhci-ring.c1958 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1974 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
1999 if ((portsc & PORT_PLC) && in handle_port_status()
2017 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
2039 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h335 #define PORT_PLC (1 << 22) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c842 status = PORT_PLC; in xhci_clear_port_change_bit()