Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci-port.h79 #define PORT_WRC (1 << 19) macro
100 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
A Dxhci-hub.c21 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
592 status = PORT_WRC; in xhci_clear_port_change_bit()
1068 if (portsc & PORT_WRC) in xhci_get_usb3_port_status()
1372 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1682 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
A Dxhci.h2415 if (portsc & PORT_WRC) in xhci_decode_portsc()
/drivers/usb/cdns3/
A Dcdnsp-gadget.h304 #define PORT_WRC BIT(19) macro
331 #define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
A Dcdnsp-debug.h482 if (portsc & PORT_WRC) in cdnsp_decode_portsc()
A Dcdnsp-ring.c874 if ((portsc & (PORT_RC | PORT_WRC)) && (portsc & PORT_CONNECT)) { in cdnsp_handle_port_status()

Completed in 31 milliseconds