Home
last modified time | relevance | path

Searched refs:host_rx_fifo_size (Results 1 – 6 of 6) sorted by relevance

/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_glue_st.c108 .host_rx_fifo_size = 628,
189 .host_rx_fifo_size = 622,
273 .host_rx_fifo_size = 622,
321 .host_rx_fifo_size = 568,
363 .host_rx_fifo_size = 568,
435 .host_rx_fifo_size = 568,
538 .host_rx_fifo_size = 568,
A Dusb_glue_esp.c72 .host_rx_fifo_size = 80,
101 .host_rx_fifo_size = (200 - 60 - 60),
130 .host_rx_fifo_size = (896 - 128 - 128),
A Dusb_glue_at.c71 .host_rx_fifo_size = 624,
A Dusb_glue_kendryte.c79 .host_rx_fifo_size = 3016 - 128 * 2 - 256 * 2,
A Dusb_dwc2_param.h271 uint16_t host_rx_fifo_size; member
A Dusb_hc_dwc2.c714 USB_ASSERT_MSG((g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_rx_fifo_size + in usb_hc_init()
770 USB_OTG_GLB->GRXFSIZ = g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_rx_fifo_size; in usb_hc_init()
772 … g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_rx_fifo_size); in usb_hc_init()
774 …(g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_rx_fifo_size + g_dwc2_hcd[bus->hcd.hcd_id].user_para… in usb_hc_init()
1021 …TSIZE(urb->ep->wMaxPacketSize) > (g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_rx_fifo_size * 4)) { in usbh_submit_urb()

Completed in 12 milliseconds