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()
2008 ioread16(ioaddr + EL3_STATUS) & StatsFull) { in vortex_error()
2089 if (ioread16(ioaddr + TxFree) > 1536) { in vortex_start_xmit()
2275 status = ioread16(ioaddr + EL3_STATUS); in vortex_interrupt()
2315 if (ioread16(ioaddr + Wn7_MasterStatus) & 0x1000) { in vortex_interrupt()
2319 if (ioread16(ioaddr + TxFree) > 1536) { in vortex_interrupt()
2353 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in vortex_interrupt()
2360 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in vortex_interrupt()
2396 status = ioread16(ioaddr + EL3_STATUS); in boomerang_interrupt()
2486 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in boomerang_interrupt()
2496 } while ((status = ioread16(ioaddr + EL3_STATUS)) & IntLatch); in boomerang_interrupt()
2516 ioread16(ioaddr+EL3_STATUS), ioread16(ioaddr+RxStatus)); in vortex_rx()
2517 while ((rx_status = ioread16(ioaddr + RxStatus)) > 0) { in vortex_rx()
2541 ! (ioread16(ioaddr + Wn7_MasterStatus) & 0x8000)) { in vortex_rx()
2547 while (ioread16(ioaddr + Wn7_MasterStatus) & 0x8000) in vortex_rx()
2561 if ( ! (ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in vortex_rx()
2585 pr_debug("boomerang_rx(): status %4.4x\n", ioread16(ioaddr+EL3_STATUS)); in boomerang_rx()
2744 dev->name, ioread16(ioaddr + EL3_STATUS), ioread8(ioaddr + TxStatus)); in vortex_close()