Home
last modified time | relevance | path

Searched refs:PORT_RC (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A 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)
H A Dcdnsp-debug.h486 if (portsc & PORT_RC) in cdnsp_decode_portsc()
H A Dcdnsp-ring.c869 if ((portsc & (PORT_RC | PORT_WRC)) && (portsc & PORT_CONNECT)) { in cdnsp_handle_port_status()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-hub.c20 PORT_RC | PORT_PLC | PORT_PE)
512 status = PORT_RC; in xhci_clear_port_change_bit()
1064 if ((raw_port_status & PORT_RC))
1262 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1594 if ((temp & PORT_RC)) in xhci_hub_status_data()
H A Dxhci.h374 #define PORT_RC (1 << 21) macro
392 PORT_RC | PORT_PLC | PORT_CEC)
2612 if (portsc & PORT_RC) in xhci_decode_portsc()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-hub.c21 PORT_RC | PORT_PLC | PORT_PE)
619 status = PORT_RC; in xhci_clear_port_change_bit()
1169 if ((raw_port_status & PORT_RC))
1367 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1699 if ((temp & PORT_RC)) in xhci_hub_status_data()
H A Dxhci.h374 #define PORT_RC (1 << 21) macro
392 PORT_RC | PORT_PLC | PORT_CEC)
2644 if (portsc & PORT_RC) in xhci_decode_portsc()

Completed in 26 milliseconds