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