Lines Matching refs:EL3_STATUS
439 #define EL3_STATUS 0x0e macro
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()
2265 status = ioread16(ioaddr + EL3_STATUS); in _vortex_interrupt()
2352 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in _vortex_interrupt()
2383 status = ioread16(ioaddr + EL3_STATUS); 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()
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()