Home
last modified time | relevance | path

Searched refs:XHCI_CMD_ASSERT_LOCKED (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h536 #define XHCI_CMD_ASSERT_LOCKED(sc) sx_assert(&(sc)->sc_cmd_sx, SA_LOCKED) macro
Dxhci.c1142 XHCI_CMD_ASSERT_LOCKED(sc); in xhci_do_command()