Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h204 uint8_t sc_dev_in_ep_max; member
H A Ddwc_otg.c393 if (x < sc->sc_dev_in_ep_max) { in dwc_otg_init_fifo()
2878 for (x = 0; x != sc->sc_dev_in_ep_max; x++) { in dwc_otg_filter_interrupt()
3820 if (x < sc->sc_dev_in_ep_max) { in dwc_otg_device_state_change()
4004 sc->sc_dev_in_ep_max = GHWCFG4_NUM_IN_EP_GET(temp); in dwc_otg_init()
4007 sc->sc_fifo_size, sc->sc_dev_ep_max, sc->sc_dev_in_ep_max, in dwc_otg_init()
4028 for (x = 0; x != sc->sc_dev_in_ep_max; x++) { in dwc_otg_init()