Searched refs:TxConfig (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/realtek/
H A D8139too.c306 TxConfig = 0x40, enumerator in enum:RTL8139_registers
392 /* Bits in TxConfig. */
838 if (RTL_R32 (TxConfig) == 0xFFFFFFFF) {
845 version = RTL_R32 (TxConfig) & HW_REVID_MASK;
855 dev_dbg(&pdev->dev, "TxConfig = 0x%x\n", RTL_R32 (TxConfig));
1410 RTL_W32 (TxConfig, rtl8139_tx_config);
1790 RTL_W32 (TxConfig, TxClearAbt);
H A Dr8169_main.c187 TxConfig = 0x40, enumerator in enum:rtl_registers
2190 * (RTL_R32(tp, TxConfig) & 0x700000) == 0x500000 ? 8168Bf : 8168Be
2194 * (RTL_R32(tp, TxConfig) & 0x700000) == 0x200000 ? 8101Eb : 8101Ec
2631 return RTL_R32(tp, TxConfig) & TXCFG_EMPTY;
2710 RTL_W32(tp, TxConfig, val);
4681 if (RTL_R32(tp, TxConfig) == ~0) {
5379 txconfig = RTL_R32(tp, TxConfig);
H A D8139cp.c146 TxConfig = 0x40, /* Tx configuration */ enumerator in enum:__anon1253
147 ChipVersion = 0x43, /* 8-bit chip version, inside TxConfig */
258 /* TxConfig register */
1044 cpw32_f (TxConfig, IFG | (TX_DMA_BURST << TxDMAShift));
/linux-master/drivers/net/ethernet/via/
H A Dvia-rhine.c292 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator in enum:register_offsets
314 /* Bits in the TxConfig (TCR) register */
350 RxConfig, TxConfig, IntrEnable, ConfigA, ConfigB, ConfigC, ConfigD,
745 BYTE_REG_BITS_SET(rp->tx_thresh, 0x80, ioaddr + TxConfig);
1498 BYTE_REG_BITS_ON(TCR_PQEN, ioaddr + TxConfig);
1559 iowrite8(0x20, ioaddr + TxConfig);
2416 iowrite8(rp->tx_thresh | 0x02, ioaddr + TxConfig);
/linux-master/drivers/net/ethernet/silan/
H A Dsc92031.c102 TxConfig = 0x5C, // Tx configuration enumerator in enum:silan_registers
392 iowrite32(priv->tx_config, port_base + TxConfig);
403 iowrite32(priv->tx_config, port_base + TxConfig);
/linux-master/drivers/net/ethernet/natsemi/
H A Dnatsemi.c272 TxConfig = 0x24, enumerator in enum:register_offsets
1703 writel(np->tx_config, ioaddr + TxConfig);
1738 writel(np->tx_config, ioaddr + TxConfig);
2430 writel(np->tx_config, ioaddr + TxConfig);

Completed in 204 milliseconds