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

/freebsd-10.0-release/sys/dev/usb/controller/
H A Ddwc_otg.h34 #define DWC_OTG_MAX_CHANNELS 16 macro
173 struct dwc_otg_chan_state sc_chan_state[DWC_OTG_MAX_CHANNELS];
H A Ddwc_otg.c585 if (td->channel < DWC_OTG_MAX_CHANNELS)
649 if (td->channel >= DWC_OTG_MAX_CHANNELS)
654 td->channel = DWC_OTG_MAX_CHANNELS;
1940 td->channel >= DWC_OTG_MAX_CHANNELS) {
2407 td->channel = DWC_OTG_MAX_CHANNELS;
3173 if (sc->sc_host_ch_max > DWC_OTG_MAX_CHANNELS)
3174 sc->sc_host_ch_max = DWC_OTG_MAX_CHANNELS;
4166 td->channel < DWC_OTG_MAX_CHANNELS)
4196 td->channel < DWC_OTG_MAX_CHANNELS)

Completed in 53 milliseconds