Searched refs:HCCHAR_EPDIR (Results 1 – 4 of 4) sorted by relevance
235 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_handle_packet()626 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_enable_chan()
742 #define HCCHAR_EPDIR BIT(15) macro
676 hcchar |= HCCHAR_EPDIR; in dwc2_hc_init()1679 hcchar &= ~(HCCHAR_CHENA | HCCHAR_EPDIR); in dwc2_hcd_cleanup_channels()2219 hcchar &= ~HCCHAR_EPDIR; in dwc2_core_host_init()2229 hcchar &= ~HCCHAR_EPDIR; in dwc2_core_host_init()
766 #define HCCHAR_EPDIR BIT(15) macro