Searched refs:QH_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
438 #define QH_ALIGNMENT 2048 macro
2267 if (size < QH_ALIGNMENT) in struct_udc_setup()2268 size = QH_ALIGNMENT; in struct_udc_setup()2269 else if ((size % QH_ALIGNMENT) != 0) { in struct_udc_setup()2270 size += QH_ALIGNMENT + 1; in struct_udc_setup()2271 size &= ~(QH_ALIGNMENT - 1); in struct_udc_setup()