Searched refs:EP_MASK_SEL (Results 1 – 1 of 1) sorted by relevance
69 #define EP_MASK_SEL(ep, dir) (1 << (((ep) * 2) + dir)) macro 2772 if (tmp & (EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq() 2774 if (tmp & (EP_MASK_SEL(0, EP_IN))) in lpc32xx_usb_hp_irq() 2778 if (tmp & (EP_MASK_SEL(0, EP_OUT))) in lpc32xx_usb_hp_irq() 2783 if (tmp & ~(EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()