Searched refs:USETDW (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sys/dev/usb/
H A Dusb_endian.h82 #define USETDW(w,v) do { \ macro
H A Dusb_msctest.c320 USETDW(sc->cbw->dCBWSignature, CBWSIGNATURE);
321 USETDW(sc->cbw->dCBWTag, tag);
322 USETDW(sc->cbw->dCBWDataTransferLength, (uint32_t)sc->data_len);
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_cdce.c457 USETDW(value, sc->sc_ncm.rx_max);
462 USETDW(value, sc->sc_ncm.rx_max);
1139 USETDW(req.data + 0, speed); /* Upstream bit rate */
1140 USETDW(req.data + 4, speed); /* Downstream bit rate */
H A Dif_ure.c382 USETDW(temp, val);
403 USETDW(temp, val);
412 USETDW(temp, val);
H A Dif_rue.c311 USETDW(temp, val);
/freebsd-13-stable/sys/dev/usb/storage/
H A Dcfumass.c812 USETDW(sc->sc_csw->dCSWSignature, CSWSIGNATURE);
813 USETDW(sc->sc_csw->dCSWTag, sc->sc_current_tag);
814 USETDW(sc->sc_csw->dCSWDataResidue, sc->sc_current_residue);
H A Dustorage_fs.c537 USETDW(sc->sc_csw->dCSWTag, tag);
825 USETDW(sc->sc_csw->dCSWSignature, CSWSIGNATURE);
826 USETDW(sc->sc_csw->dCSWDataResidue, sc->sc_transfer.data_rem);
H A Dumass.c1291 USETDW(sc->cbw.dCBWSignature, CBWSIGNATURE);
1292 USETDW(sc->cbw.dCBWTag, tag);
1303 USETDW(sc->cbw.dCBWDataTransferLength, sc->sc_transfer.data_len);
1506 USETDW(sc->csw.dCSWSignature, CSWSIGNATURE);
/freebsd-13-stable/tools/tools/usbtest/
H A Dusb_msc_test.c163 USETDW(cbw.dCBWSignature, xfer_wrapper_sig);
164 USETDW(cbw.dCBWTag, xfer_current_id);
166 USETDW(cbw.dCBWDataTransferLength, datalen);
H A Dusb_modem_test.c247 USETDW(ls.dwDTERate, 115200);
/freebsd-13-stable/sys/dev/usb/serial/
H A Dumct.c366 USETDW(temp, value);
H A Dufoma.c978 USETDW(ls.dwDTERate, t->c_ospeed);
H A Dumodem.c597 USETDW(ls.dwDTERate, t->c_ospeed);
H A Duplcom.c874 USETDW(ls.dwDTERate, t->c_ospeed);

Completed in 161 milliseconds