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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_usb2_udc.h422 #define QH_ALIGNMENT 2048 macro
H A Dfsl_udc_core.c2170 if (size < QH_ALIGNMENT)
2171 size = QH_ALIGNMENT;
2172 else if ((size % QH_ALIGNMENT) != 0) {
2173 size += QH_ALIGNMENT + 1;
2174 size &= ~(QH_ALIGNMENT - 1);

Completed in 61 milliseconds