Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h251 #define XHCI_TRB_3_SLOT_GET(x) (((x) >> 24) & 0xFF) macro
Dxhci.c880 index = XHCI_TRB_3_SLOT_GET(temp); in xhci_check_transfer()
1254 (XHCI_TRB_3_SLOT_GET(le32toh(sc->sc_cmd_result[1]))))) { in xhci_do_command()
1287 *pslot = XHCI_TRB_3_SLOT_GET(temp); in xhci_cmd_enable_slot()