Searched refs:StopCoax (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 94 StopCoax = 23<<11 enumerator 423 outw((if_port == 2) ? StartCoax : StopCoax, ioaddr + EL3_CMD); in tc589_set_xcvr() 930 outw(StopCoax, ioaddr + EL3_CMD); in el3_close()
|
H A D | 3c515.c | 188 StatsDisable = 22 << 11, StopCoax = 23 << 11, enumerator 937 outw(dev->if_port == 3 ? StartCoax : StopCoax, in corkscrew_timer() 1428 outw(StopCoax, ioaddr + EL3_CMD); in corkscrew_close()
|
H A D | 3c509.c | 128 StatsDisable = 22<<11, StopCoax = 23<<11, PowerUp = 27<<11, enumerator 1210 outw(StopCoax, ioaddr + EL3_CMD); in el3_down()
|
H A D | 3c59x.c | 457 StatsDisable = 22<<11, StopCoax = 23<<11, SetFilterBit = 25<<11,}; enumerator 1863 iowrite16(dev->if_port == XCVR_10base2 ? StartCoax : StopCoax, in vortex_timer() 2708 iowrite16(StopCoax, ioaddr + EL3_CMD); in vortex_down()
|
H A D | 3c574_cs.c | 142 StatsDisable = 22<<11, StopCoax = 23<<11, enumerator
|