Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h99 #define PORT_CEC (1 << 23) macro
101 PORT_RC | PORT_PLC | PORT_CEC)
H A Dxhci-hub.c616 status = PORT_CEC; in xhci_clear_port_change_bit()
1070 if (portsc & PORT_CEC) in xhci_get_usb3_port_status()
1374 PORT_CEC; in xhci_hub_control()
1682 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
1865 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_port_missing_cas_quirk()
1945 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()
H A Dxhci.h2423 if (portsc & PORT_CEC) in xhci_decode_portsc()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h323 #define PORT_CEC BIT(23) macro
331 #define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
H A Dcdnsp-debug.h488 if (portsc & PORT_CEC) in cdnsp_decode_portsc()
H A Dcdnsp-ring.c881 if (portsc & PORT_CEC) in cdnsp_handle_port_status()
884 if (portsc & PORT_CEC) in cdnsp_handle_port_status()