Searched refs:USB_HOST_ALIGN (Results 1 – 1 of 1) sorted by relevance
61 #if (!defined(USB_HOST_ALIGN)) || (USB_HOST_ALIGN <= 0)63 #undef USB_HOST_ALIGN65 #define USB_HOST_ALIGN 32 /* Arm and MIPS need at least this much, if not more */ macro67 #define USB_HOST_ALIGN 8 /* bytes, must be power of two */ macro71 #if ((-USB_HOST_ALIGN) & USB_HOST_ALIGN) != USB_HOST_ALIGN