UGETW 74 dev/usb/usb.h #define UGETW(w) ((w)[0] | ((w)[1] << 8)) UGETW 86 dev/usb/usb.h #define UGETW(w) (*(u_int16_t *)(w))