Lines Matching refs:ioread16

922 	if (vortex_probe1(device, ioaddr, ioread16(ioaddr + 0xC88) >> 12,  in vortex_eisa_probe()
1504 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in issue_and_wait()
1510 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) { in issue_and_wait()
1519 dev->name, cmd, ioread16(ioaddr + EL3_STATUS)); in issue_and_wait()
1900 ioread16(ioaddr + EL3_STATUS)); in vortex_tx_timeout()
1910 if (ioread16(ioaddr + EL3_STATUS) & IntLatch) { in vortex_tx_timeout()
2010 ioread16(ioaddr + EL3_STATUS) & StatsFull) { in vortex_error()
2092 if (ioread16(ioaddr + TxFree) > 1536) { in vortex_start_xmit()
2283 status = ioread16(ioaddr + EL3_STATUS); in vortex_interrupt()
2323 if (ioread16(ioaddr + Wn7_MasterStatus) & 0x1000) { in vortex_interrupt()
2329 if (ioread16(ioaddr + TxFree) > 1536) { in vortex_interrupt()
2363 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in vortex_interrupt()
2370 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in vortex_interrupt()
2409 status = ioread16(ioaddr + EL3_STATUS); in boomerang_interrupt()
2502 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in boomerang_interrupt()
2512 } while ((status = ioread16(ioaddr + EL3_STATUS)) & IntLatch); in boomerang_interrupt()
2533 ioread16(ioaddr+EL3_STATUS), ioread16(ioaddr+RxStatus)); in vortex_rx()
2534 while ((rx_status = ioread16(ioaddr + RxStatus)) > 0) { in vortex_rx()
2558 ! (ioread16(ioaddr + Wn7_MasterStatus) & 0x8000)) { in vortex_rx()
2564 while (ioread16(ioaddr + Wn7_MasterStatus) & 0x8000) in vortex_rx()
2578 if ( ! (ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in vortex_rx()
2602 pr_debug("boomerang_rx(): status %4.4x\n", ioread16(ioaddr+EL3_STATUS)); in boomerang_rx()
2762 dev->name, ioread16(ioaddr + EL3_STATUS), ioread8(ioaddr + TxStatus)); in vortex_close()