Searched refs:ep_max (Results 1 - 1 of 1) sorted by relevance

/src/sys/arch/arm/ti/
H A Dti_omapmusb.c176 uint32_t ep_max; local in function:omapmusb_attach
189 if (of_getprop_uint32(phandle, "num-eps", &ep_max))
190 ep_max = MOTG_MAX_HW_EP;
210 sc->sc_ep_max = ep_max;

Completed in 15 milliseconds