Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c545 status = PORT_CEC; in xhci_clear_port_change_bit()
965 if (portsc & PORT_CEC) in xhci_get_usb3_port_status()
1264 PORT_CEC; in xhci_hub_control()
1569 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
1770 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_port_missing_cas_quirk()
1847 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()
H A Dxhci.h391 #define PORT_CEC (1 << 23) macro
393 PORT_RC | PORT_PLC | PORT_CEC)
2677 if (portsc & PORT_CEC) in xhci_decode_portsc()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h337 #define PORT_CEC (1 << 23) macro