Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h36 #define DWC_OTG_MAX_ENDPOINTS 16 macro
165 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];
H A Ddwc_otg.c3994 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()