Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Ddwc3-uboot.h21 unsigned tx_fifo_resize:1; member
/OK3568_Linux_fs/u-boot/board/ti/omap5_uevm/
H A Devm.c67 .tx_fifo_resize = false,
/OK3568_Linux_fs/u-boot/board/ti/am43xx/
H A Dboard.c639 .tx_fifo_resize = false,
657 .tx_fifo_resize = false,
/OK3568_Linux_fs/u-boot/board/ti/dra7xx/
H A Devm.c719 .tx_fifo_resize = false,
739 .tx_fifo_resize = false,
/OK3568_Linux_fs/u-boot/board/ti/am57xx/
H A Dboard.c758 .tx_fifo_resize = false,
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c735 dwc->needs_fifo_resize = dwc3_dev->tx_fifo_resize; in dwc3_uboot_init()