Symbol: IntrStatus
usr/src/grub/grub-0.97/netboot/r8169.c
426
intr_status = RTL_R16(IntrStatus);
usr/src/grub/grub-0.97/netboot/r8169.c
458
intr_status = RTL_R16(IntrStatus);
usr/src/grub/grub-0.97/netboot/r8169.c
463
RTL_W16(IntrStatus, intr_status &
usr/src/grub/grub-0.97/netboot/r8169.c
484
RTL_W16(IntrStatus, intr_status &
usr/src/grub/grub-0.97/netboot/rtl8139.c
398
status = inw(nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/rtl8139.c
402
outw(status & (TxOK | TxErr | PCIErr), nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/rtl8139.c
436
status = inw(nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/rtl8139.c
438
outw(status & ~(RxFIFOOver | RxOverflow | RxOK), nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/rtl8139.c
482
outw(status & (RxFIFOOver | RxOverflow | RxOK), nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/sundance.c
454
intr_status = inw(nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/sundance.c
485
intr_status = inw(nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/sundance.c
486
outw(intr_status, nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/sundance.c
508
nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1206
intr_status = inw(nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1215
outw(intr_status & 0xffff, nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1241
outw(DEFAULT_INTR & ~IntrRxDone, nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/via-rhine.c
895
intr_status = inw(nic->ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/w89c840.c
356
writel(intr_stat & 0x001ffff, ioaddr + IntrStatus);
usr/src/grub/grub-0.97/netboot/w89c840.c
387
u32 intr_status = readl(ioaddr + IntrStatus);