Searched refs:QH_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
434 #define QH_ALIGNMENT 2048 macro
2255 if (size < QH_ALIGNMENT) in struct_udc_setup()2256 size = QH_ALIGNMENT; in struct_udc_setup()2257 else if ((size % QH_ALIGNMENT) != 0) { in struct_udc_setup()2258 size += QH_ALIGNMENT + 1; in struct_udc_setup()2259 size &= ~(QH_ALIGNMENT - 1); in struct_udc_setup()