Home
last modified time | relevance | path

Searched refs:USB_HOST_ALIGN (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb_freebsd.h61 #if (!defined(USB_HOST_ALIGN)) || (USB_HOST_ALIGN <= 0)
63 #undef USB_HOST_ALIGN
65 #define USB_HOST_ALIGN 32 /* Arm and MIPS need at least this much, if not more */ macro
67 #define USB_HOST_ALIGN 8 /* bytes, must be power of two */ macro
71 #if ((-USB_HOST_ALIGN) & USB_HOST_ALIGN) != USB_HOST_ALIGN