Searched refs:XHCI_TRB_3_SLOT_GET (Results 1 – 2 of 2) sorted by relevance
251 #define XHCI_TRB_3_SLOT_GET(x) (((x) >> 24) & 0xFF) macro
880 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()