Searched refs:ep_bit (Results 1 – 1 of 1) sorted by relevance
72 static const u32 ep_bit[9] = { 0, 17, 2, 19, 4, 1, 18, 3, 20 }; variable175 tmp |= BIT(ep_bit[ep->num]); in enable_pciirqenb()483 tmp &= ~BIT(ep_bit[ep->num]); in ep_reset_338x()3077 for (index = 0; index < ARRAY_SIZE(ep_bit); index++) { in usb338x_handle_ep_intr()3078 bit = BIT(ep_bit[index]); in usb338x_handle_ep_intr()