Searched refs:tx_fifo_size (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 408 unsigned int tx_fifo_size; in mpc512x_psc_fifo_init() local 413 tx_fifo_size = get_fifo_size(np, "fsl,tx-fifo-size"); in mpc512x_psc_fifo_init() 417 tx_fifo_size /= 4; in mpc512x_psc_fifo_init() 419 if (!tx_fifo_size) in mpc512x_psc_fifo_init() 420 tx_fifo_size = 1; in mpc512x_psc_fifo_init() 432 if ((fifobase + tx_fifo_size + rx_fifo_size) > 0x1000) { in mpc512x_psc_fifo_init() 444 out_be32(&FIFOC(psc)->txsz, (fifobase << 16) | tx_fifo_size); in mpc512x_psc_fifo_init() 445 fifobase += tx_fifo_size; in mpc512x_psc_fifo_init()
|
/linux-2.6.39/drivers/spi/ |
D | spi_sh_msiof.c | 39 int tx_fifo_size; member 445 words = min_t(int, words, p->tx_fifo_size); in sh_msiof_spi_txrx_once() 649 p->tx_fifo_size = 64; in sh_msiof_spi_probe() 654 p->tx_fifo_size = p->info->tx_fifo_override; in sh_msiof_spi_probe()
|
/linux-2.6.39/drivers/net/igbvf/ |
D | igbvf.h | 216 u32 tx_fifo_size; member
|
/linux-2.6.39/drivers/net/e1000/ |
D | e1000.h | 257 u32 tx_fifo_size; member
|
D | e1000_main.c | 605 adapter->tx_fifo_size = in e1000_reset() 2995 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; in e1000_82547_fifo_workaround() 3013 if (adapter->tx_fifo_head >= adapter->tx_fifo_size) in e1000_82547_fifo_workaround() 3014 adapter->tx_fifo_head -= adapter->tx_fifo_size; in e1000_82547_fifo_workaround()
|
/linux-2.6.39/drivers/net/ibm_newemac/ |
D | core.h | 235 u32 tx_fifo_size; member
|
D | core.c | 556 tx_size = dev->tx_fifo_size; in emac_configure() 2546 if (emac_read_uint_prop(np, "tx-fifo-size", &dev->tx_fifo_size, 0)) in emac_init_config() 2547 dev->tx_fifo_size = 2048; in emac_init_config() 2551 dev->tx_fifo_size_gige = dev->tx_fifo_size; in emac_init_config() 2688 DBG(dev, "tx_fifo_size : %d (%d gige)\n", dev->tx_fifo_size, dev->tx_fifo_size_gige); in emac_init_config()
|
/linux-2.6.39/drivers/staging/comedi/drivers/ |
D | gsc_hpdi.c | 326 unsigned int tx_fifo_size; member 525 priv(dev)->tx_fifo_size = fifo_size(readl(priv(dev)->hpdi_iobase + in init_hpdi()
|
/linux-2.6.39/drivers/net/ |
D | smc911x.c | 1862 lp->tx_fifo_size=(lp->tx_fifo_kb<<10) - 512; in smc911x_probe() 1863 lp->rx_fifo_size= ((0x4000 - 512 - lp->tx_fifo_size) / 16) * 15; in smc911x_probe() 1911 lp->tx_fifo_size, lp->rx_fifo_size, lp->afc_cfg); in smc911x_probe()
|
D | smc911x.h | 82 int tx_fifo_size; member
|
D | cassini.h | 2815 int tx_fifo_size; member
|
D | cassini.c | 3434 cp->tx_fifo_size = readl(cp->regs + REG_TX_FIFO_SIZE) * 64; in cas_check_invariants()
|
/linux-2.6.39/drivers/net/e1000e/ |
D | e1000.h | 330 u32 tx_fifo_size; member
|