Searched refs:PORT_WRC (Results 1 – 2 of 2) sorted by relevance
31 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \367 status = PORT_WRC; in xhci_clear_port_change_bit()603 if ((raw_port_status & PORT_WRC)) in xhci_get_port_status()862 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()1089 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
331 #define PORT_WRC (1 << 19) macro