Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A D3c509.c122 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()
H A D3c589_cs.c76 StartCoax = 2<<11, enumerator
423 outw((if_port == 2) ? StartCoax : StopCoax, ioaddr + EL3_CMD); in tc589_set_xcvr()
H A D3c515.c182 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()
H A D3c59x.c448 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()
H A D3c574_cs.c136 TotalReset = 0<<11, SelectWindow = 1<<11, StartCoax = 2<<11, enumerator