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