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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMass.h47 #define USB_IS_INTERRUPT_ENDPOINT(Attribute) (((Attribute) & (BIT0 | BIT1)) == USB_ENDPOINT_INTERRUPT) macro
H A DUsbMassCbi.c123 } else if (USB_IS_INTERRUPT_ENDPOINT (EndPoint.Attributes)) {

Completed in 80 milliseconds