Searched refs:StartCoax (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/3com/ |
D | 3c509.c | 122 TotalReset = 0<<11, SelectWindow = 1<<11, StartCoax = 2<<11, enumerator 1118 outw(StartCoax, ioaddr + EL3_CMD); in el3_netdev_set_ecmd() 1242 outw(StartCoax, ioaddr + EL3_CMD); in el3_up()
|
D | 3c589_cs.c | 76 StartCoax = 2<<11, enumerator 423 outw((if_port == 2) ? StartCoax : StopCoax, ioaddr + EL3_CMD); in tc589_set_xcvr()
|
D | 3c515.c | 182 TotalReset = 0 << 11, SelectWindow = 1 << 11, StartCoax = 2 << 11, enumerator 785 outw(StartCoax, ioaddr + EL3_CMD); in corkscrew_open() 940 outw(dev->if_port == 3 ? StartCoax : StopCoax, in corkscrew_timer()
|
D | 3c59x.c | 448 TotalReset = 0<<11, SelectWindow = 1<<11, StartCoax = 2<<11, enumerator 1651 iowrite16(StartCoax, ioaddr + EL3_CMD); in vortex_up() 1863 iowrite16(dev->if_port == XCVR_10base2 ? StartCoax : StopCoax, in vortex_timer()
|
D | 3c574_cs.c | 136 TotalReset = 0<<11, SelectWindow = 1<<11, StartCoax = 2<<11, enumerator
|