Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_dwc2_param.h223 unsigned host_channels : 5; member
317 hw->host_channels = 1 + ((hwcfg2 & GHWCFG2_NUM_HOST_CHAN_MASK) >> in dwc2_get_hwparams()
A Dusb_hc_dwc2.c488 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