Searched refs:host_rx_fifo_size (Results 1 – 6 of 6) sorted by relevance
| /components/drivers/usb/cherryusb/port/dwc2/ |
| A D | usb_glue_st.c | 108 .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 D | usb_glue_esp.c | 72 .host_rx_fifo_size = 80, 101 .host_rx_fifo_size = (200 - 60 - 60), 130 .host_rx_fifo_size = (896 - 128 - 128),
|
| A D | usb_glue_at.c | 71 .host_rx_fifo_size = 624,
|
| A D | usb_glue_kendryte.c | 79 .host_rx_fifo_size = 3016 - 128 * 2 - 256 * 2,
|
| A D | usb_dwc2_param.h | 271 uint16_t host_rx_fifo_size; member
|
| A D | usb_hc_dwc2.c | 714 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