Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-gadget.h168 #define CDNSP_PORT_RW1CS (PORT_PED | PORT_CSC | PORT_RC | PORT_PLC)
302 #define PORT_RC BIT(21) macro
327 #define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
Dcdnsp-debug.h483 if (portsc & PORT_RC) in cdnsp_decode_portsc()
Dcdnsp-ring.c869 if ((portsc & (PORT_RC | PORT_WRC)) && (portsc & PORT_CONNECT)) { in cdnsp_handle_port_status()
/Linux-v5.15/drivers/usb/host/
Dxhci-hub.c21 PORT_RC | PORT_PLC | PORT_PE)
597 status = PORT_RC; in xhci_clear_port_change_bit()
1136 if ((raw_port_status & PORT_RC)) in xhci_get_port_status()
1339 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1664 if ((temp & PORT_RC)) in xhci_hub_status_data()
Dxhci.h371 #define PORT_RC (1 << 21) macro
389 PORT_RC | PORT_PLC | PORT_CEC)
2603 if (portsc & PORT_RC) in xhci_decode_portsc()