Searched refs:EP_MASK_SEL (Results 1 – 1 of 1) sorted by relevance
70 #define EP_MASK_SEL(ep, dir) (1 << (((ep) * 2) + dir)) macro2778 if (tmp & (EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()2780 if (tmp & (EP_MASK_SEL(0, EP_IN))) in lpc32xx_usb_hp_irq()2784 if (tmp & (EP_MASK_SEL(0, EP_OUT))) in lpc32xx_usb_hp_irq()2789 if (tmp & ~(EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()