Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_glue_st.c110 .host_perio_tx_fifo_size = 256, // 1024 byte
191 .host_perio_tx_fifo_size = 256, // 1024 byte
275 .host_perio_tx_fifo_size = 256, // 1024 byte
323 .host_perio_tx_fifo_size = 256, // 1024 byte
365 .host_perio_tx_fifo_size = 256, // 1024 byte
437 .host_perio_tx_fifo_size = 256, // 1024 byte
540 .host_perio_tx_fifo_size = 256, // 1024 byte
A Dusb_glue_esp.c74 .host_perio_tx_fifo_size = 60, // 240 byte
103 .host_perio_tx_fifo_size = 60, // 240 byte
132 .host_perio_tx_fifo_size = 128, // 512 byte
A Dusb_glue_at.c73 .host_perio_tx_fifo_size = 256, // 1024 byte
A Dusb_glue_kendryte.c81 .host_perio_tx_fifo_size = 256 * 2, // 1024 byte, double buffer
A Dusb_dwc2_param.h275 uint16_t host_perio_tx_fifo_size; member
A Dusb_hc_dwc2.c716 g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_perio_tx_fifo_size) <= in usb_hc_init()
773 …>HPTXFSIZ = (uint32_t)(((g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_perio_tx_fifo_size << 16) & … in usb_hc_init()
1028 …urb->ep->wMaxPacketSize) > (g_dwc2_hcd[bus->hcd.hcd_id].user_params.host_perio_tx_fifo_size * 4)) { in usbh_submit_urb()

Completed in 10 milliseconds