Searched refs:host_perio_tx_fifo_size (Results 1 – 6 of 6) sorted by relevance
| /components/drivers/usb/cherryusb/port/dwc2/ |
| A D | usb_glue_st.c | 110 .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 D | usb_glue_esp.c | 74 .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 D | usb_glue_at.c | 73 .host_perio_tx_fifo_size = 256, // 1024 byte
|
| A D | usb_glue_kendryte.c | 81 .host_perio_tx_fifo_size = 256 * 2, // 1024 byte, double buffer
|
| A D | usb_dwc2_param.h | 275 uint16_t host_perio_tx_fifo_size; member
|
| A D | usb_hc_dwc2.c | 716 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