/Linux-v6.6/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 386 unsigned int tx_fifo_size; in mpc512x_psc_fifo_init() local 398 tx_fifo_size = get_fifo_size(np, "fsl,tx-fifo-size"); in mpc512x_psc_fifo_init() 402 tx_fifo_size /= 4; in mpc512x_psc_fifo_init() 404 if (!tx_fifo_size) in mpc512x_psc_fifo_init() 405 tx_fifo_size = 1; in mpc512x_psc_fifo_init() 417 if ((fifobase + tx_fifo_size + rx_fifo_size) > 0x1000) { in mpc512x_psc_fifo_init() 429 out_be32(&FIFOC(psc)->txsz, (fifobase << 16) | tx_fifo_size); in mpc512x_psc_fifo_init() 430 fifobase += tx_fifo_size; in mpc512x_psc_fifo_init()
|
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-i2c.c | 225 tx_slots = pdata->i2c.tx_fifo_size - XI2C_IOREAD(pdata, IC_TXFLR); in xgbe_i2c_write() 355 i2c->tx_fifo_size = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in xgbe_i2c_get_features() 362 "TX_BUFFER_DEPTH", i2c->tx_fifo_size); in xgbe_i2c_get_features()
|
D | xgbe.h | 691 unsigned int tx_fifo_size; member 1014 unsigned int tx_fifo_size; /* MTL Transmit FIFO Size */ member
|
D | xgbe-main.c | 300 pdata->tx_max_fifo_size = pdata->hw_feat.tx_fifo_size; in xgbe_config_netdev()
|
D | xgbe-drv.c | 764 hw_feat->tx_fifo_size = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in xgbe_get_all_hw_features() 828 hw_feat->tx_fifo_size = 1 << (hw_feat->tx_fifo_size + 7); in xgbe_get_all_hw_features() 871 hw_feat->tx_fifo_size); in xgbe_get_all_hw_features()
|
/Linux-v6.6/drivers/spi/ |
D | spi-sh-msiof.c | 34 u16 tx_fifo_size; member 48 unsigned int tx_fifo_size; member 683 words = min_t(int, words, p->tx_fifo_size); in sh_msiof_spi_txrx_once() 939 l = min(round_down(len, 4), p->tx_fifo_size * 4); in sh_msiof_transfer_one() 1051 .tx_fifo_size = 64, 1060 .tx_fifo_size = 64, 1069 .tx_fifo_size = 64, 1331 p->tx_fifo_size = chipdata->tx_fifo_size; in sh_msiof_spi_probe() 1334 p->tx_fifo_size = p->info->tx_fifo_override; in sh_msiof_spi_probe()
|
D | spi-lantiq-ssc.c | 183 unsigned int tx_fifo_size; member 228 return spi->tx_fifo_size - tx_fifo_level(spi); in tx_fifo_free() 990 spi->tx_fifo_size = (id >> LTQ_SPI_ID_TXFS_S) & hwcfg->fifo_size_mask; in lantiq_ssc_probe() 999 revision, spi->tx_fifo_size, spi->rx_fifo_size, supports_dma); in lantiq_ssc_probe()
|
/Linux-v6.6/drivers/platform/mellanox/ |
D | mlxbf-tmfifo.c | 191 int tx_fifo_size; member 520 tx_reserve = fifo->tx_fifo_size / MLXBF_TMFIFO_RESERVE_RATIO; in mlxbf_tmfifo_get_tx_avail() 526 return fifo->tx_fifo_size - tx_reserve - count; in mlxbf_tmfifo_get_tx_avail() 1230 fifo->tx_fifo_size = in mlxbf_tmfifo_set_threshold() 1234 fifo->tx_fifo_size / 2); in mlxbf_tmfifo_set_threshold() 1237 fifo->tx_fifo_size - 1); in mlxbf_tmfifo_set_threshold()
|
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-sunxi.c | 153 plat_dat->tx_fifo_size = 4096; in sun7i_gmac_probe()
|
D | common.h | 431 unsigned int tx_fifo_size; member
|
D | dwmac-ipq806x.c | 473 plat_dat->tx_fifo_size = 8192; in ipq806x_gmac_probe()
|
D | dwmac-tegra.c | 331 plat->tx_fifo_size = 131072; in tegra_mgbe_probe()
|
/Linux-v6.6/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 200 u32 tx_fifo_size; member
|
/Linux-v6.6/include/linux/ |
D | stmmac.h | 263 int tx_fifo_size; member
|
/Linux-v6.6/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-common.c | 420 hw_feat->tx_fifo_size = XLGMAC_GET_REG_BITS(mac_hfr1, in xlgmac_get_all_hw_features() 609 switch (pdata->hw_feat.tx_fifo_size) { in xlgmac_print_all_hw_features()
|
D | dwc-xlgmac.h | 517 unsigned int tx_fifo_size; /* MTL Transmit FIFO Size */ member
|
/Linux-v6.6/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 240 u32 tx_fifo_size; member
|
/Linux-v6.6/drivers/net/ethernet/ibm/emac/ |
D | core.h | 227 u32 tx_fifo_size; member
|
/Linux-v6.6/drivers/comedi/drivers/ |
D | gsc_hpdi.c | 133 unsigned int tx_fifo_size; member 518 devpriv->tx_fifo_size = readl(dev->mmio + TX_FIFO_SIZE_REG) & in gsc_hpdi_init()
|
/Linux-v6.6/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.h | 373 enum fifo_size tx_fifo_size; member
|
/Linux-v6.6/drivers/acpi/acpica/ |
D | rsserial.c | 616 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.uart_serial_bus.tx_fifo_size), 617 AML_OFFSET(uart_serial_bus.tx_fifo_size),
|
D | amlresrc.h | 383 u16 tx_fifo_size; member
|
/Linux-v6.6/include/acpi/ |
D | acrestyp.h | 471 u16 tx_fifo_size; member
|
/Linux-v6.6/drivers/net/ethernet/intel/e1000e/ |
D | e1000.h | 249 u32 tx_fifo_size; member
|
/Linux-v6.6/drivers/net/can/m_can/ |
D | m_can.c | 2014 u32 tx_fifo_size; in m_can_class_allocate_dev() local 2029 tx_fifo_size = mram_config_vals[7]; in m_can_class_allocate_dev() 2032 net_dev = alloc_candev(sizeof_priv, tx_fifo_size); in m_can_class_allocate_dev()
|