Searched refs:XHCI_CMD_ASSERT_LOCKED (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
D | xhci.h | 536 #define XHCI_CMD_ASSERT_LOCKED(sc) sx_assert(&(sc)->sc_cmd_sx, SA_LOCKED) macro |
D | xhci.c | 1142 XHCI_CMD_ASSERT_LOCKED(sc); in xhci_do_command() |