Lines Matching refs:outw

67 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
305 outw(0x3f00, ioaddr + 8); in tc589_config()
368 outw(cmd, dev->base_addr + EL3_CMD); in tc589_wait_for_completion()
383 outw(EEPROM_READ + index, ioaddr + 10); in read_eeprom()
404 outw(0, ioaddr + 6); in tc589_set_xcvr()
407 outw(3<<14, ioaddr + 6); in tc589_set_xcvr()
410 outw(1<<14, ioaddr + 6); in tc589_set_xcvr()
414 outw((if_port == 2) ? StartCoax : StopCoax, ioaddr + EL3_CMD); in tc589_set_xcvr()
417 outw(MEDIA_LED | ((if_port < 2) ? MEDIA_TP : 0), ioaddr + WN4_MEDIA); in tc589_set_xcvr()
446 outw(0x0001, ioaddr + 4); /* Activate board. */ in tc589_reset()
447 outw(0x3f00, ioaddr + 8); /* Set the IRQ line. */ in tc589_reset()
457 outw(StatsDisable, ioaddr + EL3_CMD); in tc589_reset()
468 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in tc589_reset()
469 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in tc589_reset()
470 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in tc589_reset()
472 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD); in tc589_reset()
474 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset()
476 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset()
537 outw(TxEnable, ioaddr + EL3_CMD); in el3_tx_timeout()
556 outw(TxEnable, ioaddr + EL3_CMD); in pop_tx_status()
578 outw(skb->len, ioaddr + TX_FIFO); in el3_start_xmit()
579 outw(0x00, ioaddr + TX_FIFO); in el3_start_xmit()
586 outw(SetTxThreshold + 1536, ioaddr + EL3_CMD); in el3_start_xmit()
625 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
637 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
649 outw(TxEnable, ioaddr + EL3_CMD); in el3_interrupt()
655 outw(RxEnable, ioaddr + EL3_CMD); in el3_interrupt()
657 outw(AckIntr | AdapterFailure, ioaddr + EL3_CMD); in el3_interrupt()
664 outw(AckIntr | 0xFF, ioaddr + EL3_CMD); in el3_interrupt()
668 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in el3_interrupt()
723 outw(StatsDisable, ioaddr + EL3_CMD); in media_check()
725 outw(StatsEnable, ioaddr + EL3_CMD); in media_check()
792 outw(StatsDisable, ioaddr + EL3_CMD); in update_stats()
814 outw(StatsEnable, ioaddr + EL3_CMD); in update_stats()
890 outw(opts, ioaddr + EL3_CMD); in set_rx_mode()
913 outw(StatsDisable, ioaddr + EL3_CMD); in el3_close()
916 outw(RxDisable, ioaddr + EL3_CMD); in el3_close()
917 outw(TxDisable, ioaddr + EL3_CMD); in el3_close()
921 outw(StopCoax, ioaddr + EL3_CMD); in el3_close()
925 outw(0, ioaddr + WN4_MEDIA); in el3_close()
931 outw(0x0f00, ioaddr + WN0_IRQ); in el3_close()