Searched refs:HCCHAR_EPNUM_MASK (Results 1 – 3 of 3) sorted by relevance
767 #define HCCHAR_EPNUM_MASK (0xf << 11) macro
743 #define HCCHAR_EPNUM_MASK (0xf << 11) macro
674 hcchar |= chan->ep_num << HCCHAR_EPNUM_SHIFT & HCCHAR_EPNUM_MASK; in dwc2_hc_init()