Searched refs:sc_ep_max (Results 1 – 3 of 3) sorted by relevance
509 sc->sc.sc_ep_max = DRD_EP_MAX_H3; in awusbdrd_attach()512 sc->sc.sc_ep_max = DRD_EP_MAX; in awusbdrd_attach()
415 uint8_t sc_ep_max; /* maximum number of RX and TX member
196 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()