Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/controller/
HDdwc_otg.h35 #define DWC_OTG_MAX_CHANNELS 16 macro
184 struct dwc_otg_chan_state sc_chan_state[DWC_OTG_MAX_CHANNELS];
HDdwc_otg.c756 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 …]