Searched refs:QH_ALIGNMENT (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfsl_usb2_udc.h418 #define QH_ALIGNMENT 2048 macro
H A Dfsl_usb2_udc.c2216 if (size < QH_ALIGNMENT)
2217 size = QH_ALIGNMENT;
2218 else if ((size % QH_ALIGNMENT) != 0) {
2219 size += QH_ALIGNMENT + 1;
2220 size &= ~(QH_ALIGNMENT - 1);

Completed in 43 milliseconds