Searched refs:host_channels (Results 1 – 2 of 2) sorted by relevance
223 unsigned host_channels : 5; member317 hw->host_channels = 1 + ((hwcfg2 & GHWCFG2_NUM_HOST_CHAN_MASK) >> in dwc2_get_hwparams()
488 for (chidx = 0; chidx < g_dwc2_hcd[bus->hcd.hcd_id].hw_params.host_channels; chidx++) { in dwc2_chan_alloc()705 for (uint8_t chidx = 0; chidx < g_dwc2_hcd[bus->hcd.hcd_id].hw_params.host_channels; chidx++) { in usb_hc_init()710 g_dwc2_hcd[bus->hcd.hcd_id].hw_params.host_channels, in usb_hc_init()758 for (uint8_t i = 0U; i < g_dwc2_hcd[bus->hcd.hcd_id].hw_params.host_channels; i++) { in usb_hc_init()806 for (uint32_t i = 0U; i < g_dwc2_hcd[bus->hcd.hcd_id].hw_params.host_channels; i++) { in usb_hc_deinit()815 for (uint32_t i = 0U; i < g_dwc2_hcd[bus->hcd.hcd_id].hw_params.host_channels; i++) { in usb_hc_deinit()839 for (uint8_t chidx = 0; chidx < g_dwc2_hcd[bus->hcd.hcd_id].hw_params.host_channels; chidx++) { in usb_hc_deinit()1513 for (uint8_t i = 0U; i < g_dwc2_hcd[bus->hcd.hcd_id].hw_params.host_channels; i++) { in USBH_IRQHandler()
Completed in 6 milliseconds