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

/freebsd-10.0-release/sys/dev/usb/controller/
H A Ddwc_otg.h182 uint8_t sc_host_ch_max; member in struct:dwc_otg_softc
H A Ddwc_otg.c222 for (x = 0; x != sc->sc_host_ch_max; x++) {
234 (1U << sc->sc_host_ch_max) - 1U);
538 for (x = 1; x != sc->sc_host_ch_max; x++) {
595 max_channel = sc->sc_host_ch_max;
2053 for (x = 0; x != sc->sc_host_ch_max; x++) {
2361 for (x = y = 0; x != sc->sc_host_ch_max; x++) {
3171 sc->sc_host_ch_max = GHWCFG2_NUMHSTCHNL_GET(temp);
3173 if (sc->sc_host_ch_max > DWC_OTG_MAX_CHANNELS)
3174 sc->sc_host_ch_max = DWC_OTG_MAX_CHANNELS;
3182 sc->sc_host_ch_max);
[all...]

Completed in 60 milliseconds