Lines Matching refs:ioread16

915 	if (vortex_probe1(device, ioaddr, ioread16(ioaddr + 0xC88) >> 12,  in vortex_eisa_probe()
1494 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in issue_and_wait()
1500 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) { in issue_and_wait()
1509 dev->name, cmd, ioread16(ioaddr + EL3_STATUS)); in issue_and_wait()
1887 ioread16(ioaddr + EL3_STATUS)); in vortex_tx_timeout()
1897 if (ioread16(ioaddr + EL3_STATUS) & IntLatch) { in vortex_tx_timeout()
1986 ioread16(ioaddr + EL3_STATUS) & StatsFull) { in vortex_error()
2074 if (ioread16(ioaddr + TxFree) > 1536) { in vortex_start_xmit()
2263 status = ioread16(ioaddr + EL3_STATUS); in _vortex_interrupt()
2303 if (ioread16(ioaddr + Wn7_MasterStatus) & 0x1000) { in _vortex_interrupt()
2309 if (ioread16(ioaddr + TxFree) > 1536) { in _vortex_interrupt()
2343 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in _vortex_interrupt()
2350 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in _vortex_interrupt()
2381 status = ioread16(ioaddr + EL3_STATUS); in _boomerang_interrupt()
2479 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in _boomerang_interrupt()
2489 } while ((status = ioread16(ioaddr + EL3_STATUS)) & IntLatch); in _boomerang_interrupt()
2529 ioread16(ioaddr+EL3_STATUS), ioread16(ioaddr+RxStatus)); in vortex_rx()
2530 while ((rx_status = ioread16(ioaddr + RxStatus)) > 0) { in vortex_rx()
2554 ! (ioread16(ioaddr + Wn7_MasterStatus) & 0x8000)) { in vortex_rx()
2560 while (ioread16(ioaddr + Wn7_MasterStatus) & 0x8000) in vortex_rx()
2574 if ( ! (ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in vortex_rx()
2598 pr_debug("boomerang_rx(): status %4.4x\n", ioread16(ioaddr+EL3_STATUS)); in boomerang_rx()
2735 dev->name, ioread16(ioaddr + EL3_STATUS), ioread8(ioaddr + TxStatus)); in vortex_close()