Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h83 #define PORT_RC (1 << 21) macro
101 PORT_RC | PORT_PLC | PORT_CEC)
H A Dxhci-ring.c2052 } else if (vdev && portsc & PORT_RC) { in handle_port_status()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h168 #define CDNSP_PORT_RW1CS (PORT_PED | PORT_CSC | PORT_RC | PORT_PLC)
306 #define PORT_RC BIT(21) macro
331 #define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
H A Dcdnsp-debug.h484 if (portsc & PORT_RC) in cdnsp_decode_portsc()
H A Dcdnsp-ring.c874 if ((portsc & (PORT_RC | PORT_WRC)) && (portsc & PORT_CONNECT)) { in cdnsp_handle_port_status()