Searched refs:DWC_OTG_MAX_ENDPOINTS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/usb/controller/
H A Ddwc_otg.h35 #define DWC_OTG_MAX_ENDPOINTS 16 macro
154 struct dwc_otg_profile sc_hw_ep_profile[DWC_OTG_MAX_ENDPOINTS];
171 uint32_t sc_out_ctl[DWC_OTG_MAX_ENDPOINTS];
172 uint32_t sc_in_ctl[DWC_OTG_MAX_ENDPOINTS];
H A Ddwc_otg.c3168 if (sc->sc_dev_ep_max > DWC_OTG_MAX_ENDPOINTS)
3169 sc->sc_dev_ep_max = DWC_OTG_MAX_ENDPOINTS;

Completed in 58 milliseconds