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

/freebsd-10.1-release/sys/dev/usb/
H A Dusb_freebsd.h59 #if (!defined(USB_HOST_ALIGN)) || (USB_HOST_ALIGN <= 0)
61 #undef USB_HOST_ALIGN macro
63 #define USB_HOST_ALIGN 32 /* Arm and MIPS need at least this much, if not more */ macro
65 #define USB_HOST_ALIGN 8 /* bytes, must be power of two */ macro
68 /* Sanity check for USB_HOST_ALIGN: Verify power of two. */
69 #if ((-USB_HOST_ALIGN) & USB_HOST_ALIGN) != USB_HOST_ALIGN
70 #error "USB_HOST_ALIGN i
[all...]
H A Dusb_freebsd_loader.h58 #if (!defined(USB_HOST_ALIGN)) || (USB_HOST_ALIGN <= 0)
60 #undef USB_HOST_ALIGN macro
61 #define USB_HOST_ALIGN 8 /* bytes, must be power of two */ macro
63 /* Sanity check for USB_HOST_ALIGN: Verify power of two. */
64 #if ((-USB_HOST_ALIGN) & USB_HOST_ALIGN) != USB_HOST_ALIGN
65 #error "USB_HOST_ALIGN is not power of two."
H A Dusb_mbuf.c72 block_size += ((-block_size) & (USB_HOST_ALIGN - 1));
H A Dusb_device.h76 } __aligned(USB_HOST_ALIGN);
86 } __aligned(USB_HOST_ALIGN);
H A Dusb_transfer.c749 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
764 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
1037 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
1134 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
1161 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
1170 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
1189 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
1197 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
/freebsd-10.1-release/sys/mips/conf/
H A DAR71XX_BASE97 options USB_HOST_ALIGN=32 # AR71XX (MIPS in general?) requires this
H A DAR724X_BASE105 options USB_HOST_ALIGN=32 # AR724X (MIPS in general?) requires this
H A DAR91XX_BASE96 options USB_HOST_ALIGN=32 # AR71XX (MIPS in general?) requires this
H A DAR933X_BASE102 options USB_HOST_ALIGN=32 # AR71XX (MIPS in general?) requires this
H A DAR934X_BASE102 options USB_HOST_ALIGN=32 # AR71XX (MIPS in general?) requires this
/freebsd-10.1-release/sys/arm/conf/
H A DDOCKSTAR83 options USB_HOST_ALIGN=32 # Align DMA to cacheline
/freebsd-10.1-release/sys/mips/cavium/usb/
H A Doctusb.c1762 USB_HOST_ALIGN, 1)) {
1832 USB_HOST_ALIGN, ntd)) {
/freebsd-10.1-release/sys/dev/usb/controller/
H A Datmegadci.c2067 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
H A Davr32dci.c2005 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
H A Dat91dci.c2276 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
H A Duss820dci.c2294 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
H A Ddwc_otg.c4702 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));
H A Dmusb_otg.c4134 parm->size[0] += ((-parm->size[0]) & (USB_HOST_ALIGN - 1));

Completed in 211 milliseconds