Searched refs:bmInAlloc (Results 1 – 2 of 2) sorted by relevance
680 if (ues->bmInAlloc[n / 8] & (1 << (n % 8))) { in usb_hw_ep_find_match()726 ues->bmInAlloc[best_n / 8] |= in usb_hw_ep_find_match()839 ues->bmInAlloc[ep_no / 8] |= in usb_hw_ep_get_needs()850 ues->bmInAlloc[ep_no / 8] |= in usb_hw_ep_get_needs()
145 uint8_t bmInAlloc[(USB_EP_MAX + 15) / 16]; member