Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h203 uint8_t sc_dev_ep_max; member
H A Ddwc_otg.c163 if (ep_addr < sc->sc_dev_ep_max) in dwc_otg_get_hw_ep_profile()
383 for (x = 1; x != sc->sc_dev_ep_max; x++) { in dwc_otg_init_fifo()
3819 for (x = 1; x != sc->sc_dev_ep_max; x++) { in dwc_otg_device_state_change()
3992 sc->sc_dev_ep_max = GHWCFG2_NUMDEVEPS_GET(temp); in dwc_otg_init()
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()
4007 sc->sc_fifo_size, sc->sc_dev_ep_max, sc->sc_dev_in_ep_max, in dwc_otg_init()