Searched refs:tx_fifo_sz (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | dwc2_udc_otg.c | 402 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, ®->dieptxf[i-1]); in reconfig_usbd()
|
/openbmc/u-boot/include/usb/ |
H A D | dwc2_udc.h | 24 unsigned int tx_fifo_sz; member
|
/openbmc/u-boot/board/rockchip/evb_rk3328/ |
H A D | evb-rk3328.c | 32 .tx_fifo_sz = 128,
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | rk3036-board.c | 66 .tx_fifo_sz = 128,
|
H A D | rv1108-board.c | 17 .tx_fifo_sz = 128,
|
H A D | rk3128-board.c | 75 .tx_fifo_sz = 128,
|
H A D | rk322x-board.c | 103 .tx_fifo_sz = 128,
|
H A D | rk3288-board.c | 204 .tx_fifo_sz = 128,
|
/openbmc/u-boot/board/st/stm32mp1/ |
H A D | stm32mp1.c | 141 stm32mp_otg_data.tx_fifo_sz = fdtdec_get_int(blob, node, in board_usb_init()
|
/openbmc/u-boot/drivers/net/ |
H A D | dwc_eth_qos.c | 841 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 D | sungem.c | 1937 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 D | sungem.h | 990 int tx_fifo_sz; member
|