Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c402 uint32_t rx_fifo_sz, tx_fifo_sz, np_tx_fifo_sz; in reconfig_usbd() local
469 tx_fifo_sz = PTX_FIFO_SIZE; in reconfig_usbd()
475 if (dev->pdata->tx_fifo_sz) in reconfig_usbd()
476 tx_fifo_sz = dev->pdata->tx_fifo_sz; in reconfig_usbd()
486 writel((rx_fifo_sz + np_tx_fifo_sz + tx_fifo_sz*(i-1)) | in reconfig_usbd()
487 tx_fifo_sz << 16, &reg->dieptxf[i-1]); in reconfig_usbd()
/openbmc/u-boot/include/usb/
H A Ddwc2_udc.h24 unsigned int tx_fifo_sz; member
/openbmc/u-boot/board/rockchip/evb_rk3328/
H A Devb-rk3328.c32 .tx_fifo_sz = 128,
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3036-board.c66 .tx_fifo_sz = 128,
H A Drv1108-board.c17 .tx_fifo_sz = 128,
H A Drk3128-board.c75 .tx_fifo_sz = 128,
H A Drk322x-board.c103 .tx_fifo_sz = 128,
H A Drk3288-board.c204 .tx_fifo_sz = 128,
/openbmc/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c141 stm32mp_otg_data.tx_fifo_sz = fdtdec_get_int(blob, node, in board_usb_init()
/openbmc/u-boot/drivers/net/
H A 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()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsungem.c1937 gp->tx_fifo_sz = readl(gp->regs + TXDMA_FSZ) * 64; in gem_check_invariants()
2016 gp->tx_fifo_sz = readl(gp->regs + TXDMA_FSZ) * 64; in gem_check_invariants()
2021 if (gp->tx_fifo_sz != (9 * 1024) || in gem_check_invariants()
2024 gp->tx_fifo_sz, gp->rx_fifo_sz); in gem_check_invariants()
2029 if (gp->tx_fifo_sz != (2 * 1024) || in gem_check_invariants()
2032 gp->tx_fifo_sz, gp->rx_fifo_sz); in gem_check_invariants()
H A Dsungem.h990 int tx_fifo_sz; member