Lines Matching refs:ioread16

915 	if (vortex_probe1(device, ioaddr, ioread16(ioaddr + 0xC88) >> 12,  in vortex_eisa_probe()
1496 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in issue_and_wait()
1502 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) { in issue_and_wait()
1511 dev->name, cmd, ioread16(ioaddr + EL3_STATUS)); in issue_and_wait()
1889 ioread16(ioaddr + EL3_STATUS)); in vortex_tx_timeout()
1899 if (ioread16(ioaddr + EL3_STATUS) & IntLatch) { in vortex_tx_timeout()
1988 ioread16(ioaddr + EL3_STATUS) & StatsFull) { in vortex_error()
2076 if (ioread16(ioaddr + TxFree) > 1536) { in vortex_start_xmit()
2265 status = ioread16(ioaddr + EL3_STATUS); in _vortex_interrupt()
2305 if (ioread16(ioaddr + Wn7_MasterStatus) & 0x1000) { in _vortex_interrupt()
2311 if (ioread16(ioaddr + TxFree) > 1536) { in _vortex_interrupt()
2345 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in _vortex_interrupt()
2352 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in _vortex_interrupt()
2383 status = ioread16(ioaddr + EL3_STATUS); in _boomerang_interrupt()
2481 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in _boomerang_interrupt()
2491 } while ((status = ioread16(ioaddr + EL3_STATUS)) & IntLatch); in _boomerang_interrupt()
2531 ioread16(ioaddr+EL3_STATUS), ioread16(ioaddr+RxStatus)); in vortex_rx()
2532 while ((rx_status = ioread16(ioaddr + RxStatus)) > 0) { in vortex_rx()
2556 ! (ioread16(ioaddr + Wn7_MasterStatus) & 0x8000)) { in vortex_rx()
2562 while (ioread16(ioaddr + Wn7_MasterStatus) & 0x8000) in vortex_rx()
2576 if ( ! (ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in vortex_rx()
2600 pr_debug("boomerang_rx(): status %4.4x\n", ioread16(ioaddr+EL3_STATUS)); in boomerang_rx()
2737 dev->name, ioread16(ioaddr + EL3_STATUS), ioread8(ioaddr + TxStatus)); in vortex_close()