Searched refs:DWC_OTG_MAX_ENDPOINTS (Results 1 – 2 of 2) sorted by relevance
36 #define DWC_OTG_MAX_ENDPOINTS 16 macro165 struct dwc_otg_profile sc_hw_ep_profile[DWC_OTG_MAX_ENDPOINTS];182 uint32_t sc_out_ctl[DWC_OTG_MAX_ENDPOINTS];183 uint32_t sc_in_ctl[DWC_OTG_MAX_ENDPOINTS];
3994 if (sc->sc_dev_ep_max > DWC_OTG_MAX_ENDPOINTS) in dwc_otg_init() 3995 sc->sc_dev_ep_max = DWC_OTG_MAX_ENDPOINTS; in dwc_otg_init()