Home
last modified time | relevance | path

Searched refs:PORT_WRC (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci-hub.c19 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
506 status = PORT_WRC; in xhci_clear_port_change_bit()
942 if (portsc & PORT_WRC) in xhci_get_usb3_port_status()
1229 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1490 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
Dxhci.h364 #define PORT_WRC (1 << 19) macro
385 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
2559 if (portsc & PORT_WRC) in xhci_decode_portsc()