Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h79 #define PORT_WRC (1 << 19) macro
100 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
H A Dxhci-hub.c20 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
623 status = PORT_WRC; in xhci_clear_port_change_bit()
1059 if (portsc & PORT_WRC) in xhci_get_usb3_port_status()
1366 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1680 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
H A Dxhci.h2394 if (portsc & PORT_WRC) in xhci_decode_portsc()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h300 #define PORT_WRC BIT(19) macro
327 #define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
H A Dcdnsp-debug.h484 if (portsc & PORT_WRC) in cdnsp_decode_portsc()
H A Dcdnsp-ring.c871 if ((portsc & (PORT_RC | PORT_WRC)) && (portsc & PORT_CONNECT)) { in cdnsp_handle_port_status()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h316 #define PORT_WRC (1 << 19) macro