Lines Matching refs:outw
324 outw(inw(BASE + MACCtrl0) | EnbFullDuplex, in check_duplex()
337 outw(inw(BASE + MACCtrl0) | duplex ? 0x20 : 0, in check_duplex()
403 outw(addr16, BASE + StationAddr); in sundance_reset()
405 outw(addr16, BASE + StationAddr + 2); in sundance_reset()
407 outw(addr16, BASE + StationAddr + 4); in sundance_reset()
410 outw(sdc->mtu + 14, BASE + MaxFrameSize); in sundance_reset()
416 outw(0, BASE + DownCounter); in sundance_reset()
424 outw(RxEnable | TxEnable, BASE + MACCtrl1); in sundance_reset()
458 outw(intr_status, nic->ioaddr + IntrEnable); in sundance_irq()
461 outw(0x0200, BASE + ASICCtrl); in sundance_irq()
486 outw(intr_status, nic->ioaddr + IntrStatus); in sundance_poll()
507 outw(DEFAULT_INTR & ~(IntrRxDone|IntrRxDMADone), in sundance_poll()
524 outw(TxDisable, BASE + MACCtrl1); in sundance_transmit()
545 outw(TxEnable, BASE + MACCtrl1); in sundance_transmit()
547 outw(0, BASE + TxStatus); in sundance_transmit()
556 outw(TxDisable, BASE + MACCtrl1); in sundance_transmit()
575 outw(0x0000, BASE + IntrEnable); in sundance_disable()
577 outw(TxDisable | RxDisable | StatsDisable, BASE + MACCtrl1); in sundance_disable()
706 outw(0x007f, BASE + ASICCtrl + 2); in sundance_probe()
734 outw(inw(BASE + MulticastFilter1 + 2) | 0x0200, in sundance_probe()
736 outw(inw(BASE + MACCtrl0) | EnbFlowCtrl, BASE + MACCtrl0); in sundance_probe()
757 outw(0x0200 | (location & 0xff), ioaddr + EECtrl); in eeprom_read()
879 outw(mc_filter[i], BASE + MulticastFilter0 + i * 2); in set_rx_mode()