/drivers/spi/ |
D | spi-sh-msiof.c | 37 u16 tx_fifo_size; member 52 unsigned int tx_fifo_size; member 687 words = min_t(int, words, p->tx_fifo_size); in sh_msiof_spi_txrx_once() 943 l = min(round_down(len, 4), p->tx_fifo_size * 4); in sh_msiof_transfer_one() 1055 .tx_fifo_size = 64, 1064 .tx_fifo_size = 64, 1073 .tx_fifo_size = 64, 1082 .tx_fifo_size = 64, 1348 p->tx_fifo_size = chipdata->tx_fifo_size; in sh_msiof_spi_probe() 1351 p->tx_fifo_size = p->info->tx_fifo_override; in sh_msiof_spi_probe()
|
D | spi-lantiq-ssc.c | 182 unsigned int tx_fifo_size; member 227 return spi->tx_fifo_size - tx_fifo_level(spi); in tx_fifo_free() 995 spi->tx_fifo_size = (id >> LTQ_SPI_ID_TXFS_S) & hwcfg->fifo_size_mask; in lantiq_ssc_probe() 1004 revision, spi->tx_fifo_size, spi->rx_fifo_size, supports_dma); in lantiq_ssc_probe()
|
/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 | 662 unsigned int tx_fifo_size; member 982 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 | 778 hw_feat->tx_fifo_size = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in xgbe_get_all_hw_features() 842 hw_feat->tx_fifo_size = 1 << (hw_feat->tx_fifo_size + 7); in xgbe_get_all_hw_features() 885 hw_feat->tx_fifo_size); in xgbe_get_all_hw_features()
|
/drivers/platform/mellanox/ |
D | mlxbf-tmfifo.c | 171 int tx_fifo_size; member 499 tx_reserve = fifo->tx_fifo_size / MLXBF_TMFIFO_RESERVE_RATIO; in mlxbf_tmfifo_get_tx_avail() 505 return fifo->tx_fifo_size - tx_reserve - count; in mlxbf_tmfifo_get_tx_avail() 1203 fifo->tx_fifo_size = in mlxbf_tmfifo_set_threshold() 1207 fifo->tx_fifo_size / 2); in mlxbf_tmfifo_set_threshold() 1210 fifo->tx_fifo_size - 1); in mlxbf_tmfifo_set_threshold()
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-sunxi.c | 153 plat_dat->tx_fifo_size = 4096; in sun7i_gmac_probe()
|
D | common.h | 412 unsigned int tx_fifo_size; member
|
D | dwmac-ipq806x.c | 348 plat_dat->tx_fifo_size = 8192; in ipq806x_gmac_probe()
|
D | dwmac4_dma.c | 404 dma_cap->tx_fifo_size = 128 << ((hw_cap & GMAC_HW_TXFIFOSIZE) >> 6); in dwmac4_get_hw_feature()
|
/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 200 u32 tx_fifo_size; member
|
/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 | 516 unsigned int tx_fifo_size; /* MTL Transmit FIFO Size */ member
|
/drivers/comedi/drivers/ |
D | gsc_hpdi.c | 134 unsigned int tx_fifo_size; member 519 devpriv->tx_fifo_size = readl(dev->mmio + TX_FIFO_SIZE_REG) & in gsc_hpdi_init()
|
/drivers/net/ethernet/ibm/emac/ |
D | core.h | 228 u32 tx_fifo_size; member
|
D | core.c | 597 tx_size = dev->tx_fifo_size; in emac_configure() 2867 if (emac_read_uint_prop(np, "tx-fifo-size", &dev->tx_fifo_size, 0)) in emac_init_config() 2868 dev->tx_fifo_size = 2048; in emac_init_config() 2872 dev->tx_fifo_size_gige = dev->tx_fifo_size; in emac_init_config() 3001 DBG(dev, "tx_fifo_size : %d (%d gige)\n", dev->tx_fifo_size, dev->tx_fifo_size_gige); in emac_init_config()
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 240 u32 tx_fifo_size; member
|
/drivers/acpi/acpica/ |
D | rsserial.c | 567 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.uart_serial_bus.tx_fifo_size), 568 AML_OFFSET(uart_serial_bus.tx_fifo_size),
|
D | amlresrc.h | 378 u16 tx_fifo_size; member
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.h | 373 enum fifo_size tx_fifo_size; member
|
/drivers/net/ethernet/intel/e1000e/ |
D | e1000.h | 247 u32 tx_fifo_size; member
|
/drivers/net/ethernet/smsc/ |
D | smc911x.c | 1842 lp->tx_fifo_size=(lp->tx_fifo_kb<<10) - 512; in smc911x_probe() 1843 lp->rx_fifo_size= ((0x4000 - 512 - lp->tx_fifo_size) / 16) * 15; in smc911x_probe() 1890 lp->tx_fifo_size, lp->rx_fifo_size, lp->afc_cfg); in smc911x_probe()
|
/drivers/net/can/m_can/ |
D | m_can.c | 1965 u32 tx_fifo_size; in m_can_class_allocate_dev() local 1980 tx_fifo_size = mram_config_vals[7]; in m_can_class_allocate_dev() 1983 net_dev = alloc_candev(sizeof_priv, tx_fifo_size); in m_can_class_allocate_dev()
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 318 enum fifo_size tx_fifo_size; member 2206 dsi->vc[0].tx_fifo_size = size1; in dsi_config_tx_fifo() 2207 dsi->vc[1].tx_fifo_size = size2; in dsi_config_tx_fifo() 2208 dsi->vc[2].tx_fifo_size = size3; in dsi_config_tx_fifo() 2209 dsi->vc[3].tx_fifo_size = size4; in dsi_config_tx_fifo() 2213 int size = dsi->vc[i].tx_fifo_size; in dsi_config_tx_fifo() 2703 if (dsi->vc[channel].tx_fifo_size * 32 * 4 < len + 4) { in dsi_vc_send_long()
|