Lines Matching refs:EL3_STATUS
634 #define EL3_STATUS 0x0e macro
1451 if (!(inw(dev->base_addr + EL3_STATUS) & CmdInProgress)) in issue_and_wait()
1457 if (!(inw(dev->base_addr + EL3_STATUS) & CmdInProgress)) { in issue_and_wait()
1466 dev->name, cmd, inw(dev->base_addr + EL3_STATUS)); in issue_and_wait()
1862 inw(ioaddr + EL3_STATUS)); in vortex_tx_timeout()
1873 if (inw(ioaddr + EL3_STATUS) & IntLatch) { in vortex_tx_timeout()
1974 inw(ioaddr + EL3_STATUS) & StatsFull) { in vortex_error()
2196 status = inw(ioaddr + EL3_STATUS); in vortex_interrupt()
2273 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in vortex_interrupt()
2305 status = inw(ioaddr + EL3_STATUS); in boomerang_interrupt()
2405 } while ((status = inw(ioaddr + EL3_STATUS)) & IntLatch); in boomerang_interrupt()
2424 inw(ioaddr+EL3_STATUS), inw(ioaddr+RxStatus)); in vortex_rx()
2470 if ( ! (inw(ioaddr + EL3_STATUS) & CmdInProgress)) in vortex_rx()
2494 printk(KERN_DEBUG "boomerang_rx(): status %4.4x\n", inw(ioaddr+EL3_STATUS)); in boomerang_rx()
2653 dev->name, inw(ioaddr + EL3_STATUS), inb(ioaddr + TxStatus)); in vortex_close()