Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci-hub.c20 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
601 status = PORT_WRC; in xhci_clear_port_change_bit()
1042 if (portsc & PORT_WRC) in xhci_get_usb3_port_status()
1338 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1645 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
Dxhci.h367 #define PORT_WRC (1 << 19) macro
388 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
2599 if (portsc & PORT_WRC) in xhci_decode_portsc()
/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-gadget.h300 #define PORT_WRC BIT(19) macro
327 #define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
Dcdnsp-debug.h481 if (portsc & PORT_WRC) in cdnsp_decode_portsc()
Dcdnsp-ring.c869 if ((portsc & (PORT_RC | PORT_WRC)) && (portsc & PORT_CONNECT)) { in cdnsp_handle_port_status()