Home
last modified time | relevance | path

Searched refs:tx_fifo_sz_nb (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/usb/
A Ddwc2_udc.h29 unsigned char tx_fifo_sz_nb; member
/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg.c548 pdata_hw_ep = dev->pdata->tx_fifo_sz_nb; in reconfig_usbd()
997 plat->tx_fifo_sz_nb = in dwc2_udc_otg_of_to_plat()
999 if (plat->tx_fifo_sz_nb > DWC2_MAX_HW_ENDPOINTS) in dwc2_udc_otg_of_to_plat()
1000 plat->tx_fifo_sz_nb = DWC2_MAX_HW_ENDPOINTS; in dwc2_udc_otg_of_to_plat()
1001 if (plat->tx_fifo_sz_nb) { in dwc2_udc_otg_of_to_plat()
1004 plat->tx_fifo_sz_nb); in dwc2_udc_otg_of_to_plat()

Completed in 6 milliseconds