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