Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDmusb_otg.h408 uint8_t sc_ep_max; /* maximum number of RX and TX member
HDmusb_otg.c176 for (ch = sc->sc_ep_max; ch != 0; ch--) { in musbotg_channel_alloc()
231 } else if (ep_addr <= sc->sc_ep_max) { in musbotg_get_hw_ep_profile()
3155 sc->sc_ep_max = (nrx > ntx) ? nrx : ntx; in musbotg_init()
3156 if (sc->sc_ep_max == 0) { in musbotg_init()
3180 for (temp = 1; temp <= sc->sc_ep_max; temp++) { in musbotg_init()