Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dmusb_otg_allwinner.c509 sc->sc.sc_ep_max = DRD_EP_MAX_H3; in awusbdrd_attach()
512 sc->sc.sc_ep_max = DRD_EP_MAX; in awusbdrd_attach()
H A Dmusb_otg.h415 uint8_t sc_ep_max; /* maximum number of RX and TX member
H A Dmusb_otg.c196 for (ch = sc->sc_ep_max; ch != 0; ch--) { in musbotg_channel_alloc()
251 } else if (ep_addr <= sc->sc_ep_max) { in musbotg_get_hw_ep_profile()
3128 if (sc->sc_ep_max == 0) { in musbotg_init()
3137 sc->sc_ep_max = (nrx > ntx) ? nrx : ntx; in musbotg_init()
3139 nrx = ntx = sc->sc_ep_max; in musbotg_init()
3146 if (sc->sc_ep_max == 0) { in musbotg_init()
3170 for (temp = 1; temp <= sc->sc_ep_max; temp++) { in musbotg_init()