Home
last modified time | relevance | path

Searched defs:USETW (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/usb/
H A Dusb.h67 #define USETW(w,v) ((w)[0] = (u_int8_t)(v), (w)[1] = (u_int8_t)((v) >> 8)) macro
79 #define USETW(w,v) (*(u_int16_t *)(w) = (v)) macro