Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-hub.c30 PORT_RC | PORT_PLC | PORT_PE)
378 status = PORT_PLC; in xhci_clear_port_change_bit()
382 status = PORT_PLC; in xhci_clear_port_change_bit()
620 if ((temp & PORT_PLC)) in xhci_hub_control()
774 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1002 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC; in xhci_hub_status_data()
1179 PORT_PLC); in xhci_bus_resume()
Dxhci-ring.c1653 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1670 faked_port_index, PORT_PLC); in handle_port_status()
1689 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_U0 && in handle_port_status()
1707 faked_port_index, PORT_PLC); in handle_port_status()
1717 PORT_PLC); in handle_port_status()
Dxhci.h341 #define PORT_PLC (1 << 22) macro
Dxhci.c3952 xhci_test_and_clear_bit(xhci, port_array, port_num, PORT_PLC); in xhci_usb2_software_lpm_test()