Home
last modified time | relevance | path

Searched refs:CMD_RING_RUNNING (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h235 #define CMD_RING_RUNNING BIT(3) macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c376 CMD_RING_RUNNING, 0, 5 * 1000 * 1000); in xhci_abort_cmd_ring()
385 * however on some host hw the CMD_RING_RUNNING bit is correctly cleared in xhci_abort_cmd_ring()
387 * number) to handle those cases after negation of CMD_RING_RUNNING. in xhci_abort_cmd_ring()
1544 (hw_ring_state & CMD_RING_RUNNING)) { in xhci_handle_command_timeout()
H A Dxhci.h280 #define CMD_RING_RUNNING (1 << 3) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c454 CMD_RING_RUNNING, 0, 5 * 1000 * 1000); in xhci_abort_cmd_ring()
463 * however on some host hw the CMD_RING_RUNNING bit is correctly cleared in xhci_abort_cmd_ring()
465 * number) to handle those cases after negation of CMD_RING_RUNNING. in xhci_abort_cmd_ring()
1638 (hw_ring_state & CMD_RING_RUNNING)) { in xhci_handle_command_timeout()
H A Dxhci.h280 #define CMD_RING_RUNNING (1 << 3) macro

Completed in 23 milliseconds