Searched defs:StartCoax (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/3com/
H A D3c589_cs.c73 StartCoax = 2<<11, enumerator in enum:c509cmd
401 outw((if_port == 2) ? StartCoax : StopCoax, ioaddr + EL3_CMD);
H A D3c509.c127 TotalReset = 0<<11, SelectWindow = 1<<11, StartCoax = 2<<11, enumerator in enum:c509cmd
1253 outw(StartCoax, ioaddr + EL3_CMD);
1377 outw(StartCoax, ioaddr + EL3_CMD);
H A D3c515.c186 TotalReset = 0 << 11, SelectWindow = 1 << 11, StartCoax = 2 << 11, enumerator in enum:corkscrew_cmd
795 outw(StartCoax, ioaddr + EL3_CMD);
950 outw(dev->if_port == 3 ? StartCoax : StopCoax,
H A D3c574_cs.c137 TotalReset = 0<<11, SelectWindow = 1<<11, StartCoax = 2<<11, enumerator in enum:el3_cmds
H A D3c59x.c448 TotalReset = 0<<11, SelectWindow = 1<<11, StartCoax = 2<<11, enumerator in enum:vortex_cmd
1670 iowrite16(StartCoax, ioaddr + EL3_CMD);
1878 iowrite16(dev->if_port == XCVR_10base2 ? StartCoax : StopCoax,

Completed in 25 milliseconds