Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci-port.h83 #define PORT_RC (1 << 21) macro
101 PORT_RC | PORT_PLC | PORT_CEC)
A Dxhci-hub.c22 PORT_RC | PORT_PLC | PORT_PE)
588 status = PORT_RC; in xhci_clear_port_change_bit()
1178 if ((raw_port_status & PORT_RC)) in xhci_get_port_status()
1373 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1701 if ((temp & PORT_RC)) in xhci_hub_status_data()
A Dxhci.h2419 if (portsc & PORT_RC) in xhci_decode_portsc()
/drivers/usb/cdns3/
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)
A Dcdnsp-debug.h484 if (portsc & PORT_RC) in cdnsp_decode_portsc()
A Dcdnsp-ring.c874 if ((portsc & (PORT_RC | PORT_WRC)) && (portsc & PORT_CONNECT)) { in cdnsp_handle_port_status()

Completed in 25 milliseconds