Home
last modified time | relevance | path

Searched refs:tx_fifo_sz (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg.c403 uint32_t rx_fifo_sz, tx_fifo_sz, np_tx_fifo_sz; in reconfig_usbd() local
470 tx_fifo_sz = PTX_FIFO_SIZE; in reconfig_usbd()
476 if (dev->pdata->tx_fifo_sz) in reconfig_usbd()
477 tx_fifo_sz = dev->pdata->tx_fifo_sz; in reconfig_usbd()
487 writel((rx_fifo_sz + np_tx_fifo_sz + tx_fifo_sz*(i-1)) | in reconfig_usbd()
488 tx_fifo_sz << 16, &reg->dieptxf[i-1]); in reconfig_usbd()
/external/u-boot/include/usb/
Ddwc2_udc.h24 unsigned int tx_fifo_sz; member
/external/u-boot/board/rockchip/evb_rk3328/
Devb-rk3328.c32 .tx_fifo_sz = 128,
/external/u-boot/arch/arm/mach-rockchip/
Drk3036-board.c66 .tx_fifo_sz = 128,
Drk3128-board.c75 .tx_fifo_sz = 128,
Drk322x-board.c103 .tx_fifo_sz = 128,
Drk3288-board.c188 .tx_fifo_sz = 128,
/external/u-boot/drivers/net/
Ddwc_eth_qos.c841 u32 val, tx_fifo_sz, rx_fifo_sz, tqs, rqs, pbl; in eqos_start() local
927 tx_fifo_sz = (val >> EQOS_MAC_HW_FEATURE1_TXFIFOSIZE_SHIFT) & in eqos_start()
936 tqs = (128 << tx_fifo_sz) / 256 - 1; in eqos_start()