Searched refs:EL3_CMD (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/3com/ |
A D | 3c509.c | 110 #define EL3_CMD 0x0e macro 661 outw(TxReset, ioaddr + EL3_CMD); in el3_open() 662 outw(RxReset, ioaddr + EL3_CMD); in el3_open() 695 outw(TxReset, ioaddr + EL3_CMD); in el3_tx_timeout() 696 outw(TxEnable, ioaddr + EL3_CMD); in el3_tx_timeout() 818 ioaddr + EL3_CMD); in el3_interrupt() 988 ioaddr + EL3_CMD); in set_multicast_list() 1205 outw(RxDisable, ioaddr + EL3_CMD); in el3_down() 1304 ioaddr + EL3_CMD); in el3_up() 1306 ioaddr + EL3_CMD); in el3_up() [all …]
|
A D | 3c589_cs.c | 61 #define EL3_CMD 0x0e macro 368 outw(cmd, dev->base_addr + EL3_CMD); in tc589_wait_for_completion() 457 outw(StatsDisable, ioaddr + EL3_CMD); in tc589_reset() 475 ioaddr + EL3_CMD); in tc589_reset() 537 outw(TxEnable, ioaddr + EL3_CMD); in el3_tx_timeout() 556 outw(TxEnable, ioaddr + EL3_CMD); in pop_tx_status() 814 outw(StatsEnable, ioaddr + EL3_CMD); in update_stats() 890 outw(opts, ioaddr + EL3_CMD); in set_rx_mode() 916 outw(RxDisable, ioaddr + EL3_CMD); in el3_close() 917 outw(TxDisable, ioaddr + EL3_CMD); in el3_close() [all …]
|
A D | 3c515.c | 170 #define EL3_CMD 0x0e macro 737 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_open() 742 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_open() 852 ioaddr + EL3_CMD); in corkscrew_open() 855 ioaddr + EL3_CMD); in corkscrew_open() 939 ioaddr + EL3_CMD); in corkscrew_timer() 978 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_timeout() 982 outw(TxEnable, ioaddr + EL3_CMD); in corkscrew_timeout() 1068 ioaddr + EL3_CMD); in corkscrew_start_xmit() 1230 ioaddr + EL3_CMD); in corkscrew_interrupt() [all …]
|
A D | 3c574_cs.c | 128 #define EL3_CMD 0x0e macro 492 outw(cmd, dev->base_addr + EL3_CMD); in tc574_wait_for_completion() 630 outw(StatsDisable, ioaddr + EL3_CMD); in tc574_reset() 666 ioaddr + EL3_CMD); in tc574_reset() 702 outw(TxEnable, ioaddr + EL3_CMD); in el3_tx_timeout() 722 outw(TxEnable, ioaddr + EL3_CMD); in pop_tx_status() 824 outw(TxEnable, ioaddr + EL3_CMD); in el3_interrupt() 830 outw(RxEnable, ioaddr + EL3_CMD); in el3_interrupt() 1096 ioaddr + EL3_CMD); in set_rx_mode() 1128 outw(RxDisable, ioaddr + EL3_CMD); in el3_close() [all …]
|
A D | 3c59x.c | 438 #define EL3_CMD 0x0e macro 1494 iowrite16(cmd, ioaddr + EL3_CMD); in issue_and_wait() 1709 ioaddr + EL3_CMD); in vortex_up() 1864 ioaddr + EL3_CMD); in vortex_timer() 1879 iowrite16(FakeIntr, ioaddr + EL3_CMD); in vortex_timer() 1930 iowrite16(TxEnable, ioaddr + EL3_CMD); in vortex_tx_timeout() 1993 ioaddr + EL3_CMD); in vortex_error() 2343 ioaddr + EL3_CMD); in _vortex_interrupt() 2479 ioaddr + EL3_CMD); in _boomerang_interrupt() 3069 iowrite16(new_mode, ioaddr + EL3_CMD); in set_rx_mode() [all …]
|
Completed in 24 milliseconds