Lines Matching defs:tx_config
292 u32 tx_config;
390 priv->tx_config &= ~TxEnb;
392 iowrite32(priv->tx_config, port_base + TxConfig);
401 priv->tx_config |= TxEnb;
403 iowrite32(priv->tx_config, port_base + TxConfig);
505 priv->tx_config = 0x48800000;
510 priv->tx_config |= 0x80000;
517 priv->tx_config |= TxFullDx;
521 priv->tx_config &= ~TxFullDx;
627 priv->tx_config = 0;