Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_glue_st.c109 .host_nperio_tx_fifo_size = 128, // 512 byte
190 .host_nperio_tx_fifo_size = 128, // 512 byte
274 .host_nperio_tx_fifo_size = 128, // 512 byte
322 .host_nperio_tx_fifo_size = 128, // 512 byte
364 .host_nperio_tx_fifo_size = 128, // 512 byte
436 .host_nperio_tx_fifo_size = 128, // 512 byte
539 .host_nperio_tx_fifo_size = 128, // 512 byte
A Dusb_glue_esp.c73 .host_nperio_tx_fifo_size = 60, // 240 byte
102 .host_nperio_tx_fifo_size = 60, // 240 byte
131 .host_nperio_tx_fifo_size = 128, // 512 byte
A Dusb_glue_at.c72 .host_nperio_tx_fifo_size = 128, // 512 byte
A Dusb_glue_kendryte.c80 .host_nperio_tx_fifo_size = 128 * 2, // 512 byte, double buffer
A Dusb_dwc2_param.h273 uint16_t host_nperio_tx_fifo_size; member
A Dusb_hc_dwc2.c715 g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_nperio_tx_fifo_size + in usb_hc_init()
771 …NPTXFSIZ = (uint32_t)(((g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_nperio_tx_fifo_size << 16) & … in usb_hc_init()
774 …user_params.host_rx_fifo_size + g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_nperio_tx_fifo_size)); in usb_hc_init()
1032 …rb->ep->wMaxPacketSize) > (g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_nperio_tx_fifo_size * 4)) { in usbh_submit_urb()

Completed in 16 milliseconds