Searched refs:DWC_OTG_MAX_CHANNELS (Results 1 – 2 of 2) sorted by relevance
35 #define DWC_OTG_MAX_CHANNELS 16 macro184 struct dwc_otg_chan_state sc_chan_state[DWC_OTG_MAX_CHANNELS];
756 if (td->channel[0] < DWC_OTG_MAX_CHANNELS) in dwc_otg_host_channel_alloc()784 td->channel[0] = DWC_OTG_MAX_CHANNELS; in dwc_otg_host_channel_alloc()785 td->channel[1] = DWC_OTG_MAX_CHANNELS; in dwc_otg_host_channel_alloc()786 td->channel[2] = DWC_OTG_MAX_CHANNELS; in dwc_otg_host_channel_alloc()819 if (td->channel[index] >= DWC_OTG_MAX_CHANNELS) in dwc_otg_host_channel_free_sub()824 td->channel[index] = DWC_OTG_MAX_CHANNELS; in dwc_otg_host_channel_free_sub()875 if (td->channel[x] >= DWC_OTG_MAX_CHANNELS || in dwc_otg_host_dump_rx()893 if (td->channel[0] < DWC_OTG_MAX_CHANNELS) { in dwc_otg_host_setup_tx()1262 if (channel >= DWC_OTG_MAX_CHANNELS) in dwc_otg_host_data_rx_sub()1361 if (channel >= DWC_OTG_MAX_CHANNELS) in dwc_otg_host_data_rx()[all …]