Home
last modified time | relevance | path

Searched refs:tx_threshold (Results 1 – 17 of 17) sorted by relevance

/linux-3.4.99/arch/arm/mach-pxa/
Dicontrol.c43 .tx_threshold = 8,
51 .tx_threshold = 8,
59 .tx_threshold = 8,
67 .tx_threshold = 8,
Dz2.c548 .tx_threshold = 8,
562 .tx_threshold = 1,
Dcm-x270.c313 .tx_threshold = 1,
Dstargate2.c357 .tx_threshold = 8,
365 .tx_threshold = 8,
Dlittleton.c201 .tx_threshold = 1,
Dlubbock.c269 .tx_threshold = 1,
Dem-x270.c705 .tx_threshold = 1,
720 .tx_threshold = 1,
Dhx4700.c597 .tx_threshold = 1,
/linux-3.4.99/Documentation/spi/
Dpxa2xx97 u8 tx_threshold;
105 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are
110 .tx_threshold = 8,
169 .tx_threshold = 8, /* SSP hardward FIFO threshold */
177 .tx_threshold = 8, /* SSP hardward FIFO threshold */
/linux-3.4.99/include/linux/spi/
Dpxa2xx_spi.h37 u8 tx_threshold; member
/linux-3.4.99/drivers/net/ethernet/smsc/
Depic100.c282 int tx_threshold; member
707 ep->tx_threshold = TX_FIFO_THRESH; in epic_open()
708 outl(ep->tx_threshold, ioaddr + TxThresh); in epic_open()
819 ep->tx_threshold = TX_FIFO_THRESH; in epic_restart()
820 outl(ep->tx_threshold, ioaddr + TxThresh); in epic_restart()
1131 outl(ep->tx_threshold += 128, ioaddr + TxThresh); in epic_interrupt()
/linux-3.4.99/drivers/net/ethernet/adaptec/
Dstarfire.c579 u8 tx_threshold; member
1016 np->tx_threshold = 4; in netdev_open()
1017 writel(np->tx_threshold, ioaddr + TxThreshold); in netdev_open()
1696 if (np->tx_threshold <= PKT_BUF_SZ / 16) { in netdev_error()
1697 writel(++np->tx_threshold, np->base + TxThreshold); in netdev_error()
1699 dev->name, np->tx_threshold * 16); in netdev_error()
/linux-3.4.99/drivers/net/ethernet/packetengines/
Dyellowfin.c327 int tx_threshold; member
614 yp->tx_threshold = 32; in yellowfin_open()
615 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open()
/linux-3.4.99/include/linux/
Dcyclades.h425 __u32 tx_threshold; /* tx low water mark */ member
/linux-3.4.99/drivers/spi/
Dspi-dw.c57 u32 tx_threshold; member
658 chip->tx_threshold = 0; in dw_spi_setup()
Dspi-pxa2xx.c1346 if (chip_info->tx_threshold) in setup()
1347 tx_thres = chip_info->tx_threshold; in setup()
/linux-3.4.99/drivers/net/ethernet/intel/
De100.c613 u8 tx_threshold; member
1075 nic->tx_threshold = 0xE0; in e100_get_defaults()
1756 cb->u.tcb.threshold = nic->tx_threshold; in e100_xmit_prepare()