Searched refs:ChipCmd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/natsemi/ |
| H A D | natsemi.c | 263 ChipCmd = 0x00, enumerator 1421 writel(ChipReset, ioaddr + ChipCmd); in natsemi_reset() 1423 if (!(readl(ioaddr + ChipCmd) & ChipReset)) in natsemi_reset() 1469 writel(RxReset, ioaddr + ChipCmd); in reset_rx() 1513 writel(RxOff | TxOff, ioaddr + ChipCmd); in natsemi_stop_rxtx() 1515 if ((readl(ioaddr + ChipCmd) & (TxOn|RxOn)) == 0) in natsemi_stop_rxtx() 1568 dev->name, (int)readl(ioaddr + ChipCmd)); in netdev_open() 1770 writel(RxOn | TxOn, ioaddr + ChipCmd); in init_registers() 1846 writel(RxOn, ioaddr + ChipCmd); in netdev_timer() 2125 writel(TxOn, ioaddr + ChipCmd); in start_tx() [all …]
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-rhine.c | 292 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator 834 rhine_wait_bit_low(rp, ChipCmd, CmdTxOn); in rhine_napipoll() 835 if (ioread8(ioaddr + ChipCmd) & CmdTxOn) in rhine_napipoll() 1576 ioaddr + ChipCmd); in init_registers() 1705 __func__, ioread16(ioaddr + ChipCmd), in rhine_open() 2167 iowrite8(ioread8(ioaddr + ChipCmd) | CmdTxOn, in rhine_restart_tx() 2168 ioaddr + ChipCmd); in rhine_restart_tx() 2419 ioread16(ioaddr + ChipCmd)); in rhine_close() 2427 iowrite16(CmdStop, ioaddr + ChipCmd); in rhine_close()
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 264 ChipCmd = 0x37, enumerator 828 RTL_R8(tp, ChipCmd); in rtl_pci_commit() 1930 u8 val = RTL_R8(tp, ChipCmd); in rtl8169_update_counters() 2668 return RTL_R8(tp, ChipCmd) & CmdReset; in DECLARE_RTL_COND() 2673 RTL_W8(tp, ChipCmd, CmdReset); in rtl_hw_reset() 2740 RTL_W8(tp, ChipCmd, RTL_R8(tp, ChipCmd) | StopReq); in rtl_wait_txrx_fifo_empty() 4124 RTL_W8(tp, ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start() 4280 RTL_W8(tp, ChipCmd, RTL_R8(tp, ChipCmd) | StopReq); in rtl8169_cleanup() 4288 RTL_W8(tp, ChipCmd, RTL_R8(tp, ChipCmd) | StopReq); in rtl8169_cleanup() 5490 RTL_W8(tp, ChipCmd, RTL_R8(tp, ChipCmd) & ~(CmdTxEnb | CmdRxEnb)); in rtl_hw_init_8168g() [all …]
|