UGETDW             76 dev/usb/usb.h  #define UGETDW(w) ((w)[0] | ((w)[1] << 8) | ((w)[2] << 16) | ((w)[3] << 24))
UGETDW             88 dev/usb/usb.h  #define UGETDW(w) (*(u_int32_t *)(w))