Searched refs:PORT_CEC (Results 1 – 2 of 2) sorted by relevance
492 status = PORT_CEC; in xhci_clear_port_change_bit()722 if ((raw_port_status & PORT_CEC)) in xhci_get_port_status()1019 PORT_CEC; in xhci_hub_control()1246 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()1384 temp &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()
382 #define PORT_CEC (1 << 23) macro