Searched refs:EP_MASK_SEL (Results 1 – 1 of 1) sorted by relevance
69 #define EP_MASK_SEL(ep, dir) (1 << (((ep) * 2) + dir)) macro2779 if (tmp & (EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()2781 if (tmp & (EP_MASK_SEL(0, EP_IN))) in lpc32xx_usb_hp_irq()2785 if (tmp & (EP_MASK_SEL(0, EP_OUT))) in lpc32xx_usb_hp_irq()2790 if (tmp & ~(EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()