HomeSort by: relevance | last modified time | path
    Searched refs:cbw (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
umass.c 243 "BBB CBW",
1164 static int dCBWtag = 42; /* unique for CBW of transfer */
1208 "%s: cmdlen exceeds CDB length in CBW (%d > %d)",
1218 "%s: CBW struct does not have the right size (%zu vs. %u)\n",
1248 USETDW(sc->cbw.dCBWSignature, CBWSIGNATURE);
1249 USETDW(sc->cbw.dCBWTag, dCBWtag);
1251 USETDW(sc->cbw.dCBWDataTransferLength, datalen);
1253 sc->cbw.bCBWFlags = (dir == DIR_IN? CBWFLAGS_IN:CBWFLAGS_OUT);
1254 sc->cbw.bCBWLUN = lun;
1255 sc->cbw.bCDBLength = cmdlen
    [all...]
umassvar.h 196 umass_bbb_cbw_t cbw; /* command block wrapper */ member in struct:umass_softc
249 #define TSTATE_BBB_COMMAND 1 /* CBW transfer */
  /src/sys/arch/i386/stand/lib/
biosmemx.S 76 cbw

Completed in 28 milliseconds