Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/3com/
H A D3c59x.c438 #define EL3_CMD 0x0e macro
663 iowrite16(SelectWindow + window, vp->ioaddr + EL3_CMD); in window_set()
945 iowrite16(TotalReset|0x14, ioaddr + EL3_CMD); in vortex_eisa_remove()
1494 iowrite16(cmd, ioaddr + EL3_CMD); in issue_and_wait()
1627 iowrite16(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in vortex_up()
1651 iowrite16(StartCoax, ioaddr + EL3_CMD); in vortex_up()
1661 iowrite16(StatsDisable, ioaddr + EL3_CMD); in vortex_up()
1674 iowrite16(SetRxThreshold + (1536>>2), ioaddr + EL3_CMD); in vortex_up()
1693 iowrite16(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in vortex_up()
1695 iowrite16(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in vortex_up()
[all …]