Symbol: regCommandIntStatus_w
usr/src/grub/grub-0.97/netboot/3c90x.c
265
outw(val, ioaddr + regCommandIntStatus_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
268
while (inw(ioaddr + regCommandIntStatus_w) & INT_CMDINPROGRESS);
usr/src/grub/grub-0.97/netboot/3c90x.c
410
while (inw(INF_3C90X.IOAddr + regCommandIntStatus_w) & INT_CMDINPROGRESS);
usr/src/grub/grub-0.97/netboot/3c90x.c
434
while (inw(INF_3C90X.IOAddr + regCommandIntStatus_w) & INT_CMDINPROGRESS)
usr/src/grub/grub-0.97/netboot/3c90x.c
448
while (inw(INF_3C90X.IOAddr + regCommandIntStatus_w) & INT_CMDINPROGRESS);
usr/src/grub/grub-0.97/netboot/3c90x.c
494
inw(INF_3C90X.IOAddr + regCommandIntStatus_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
495
inw(INF_3C90X.IOAddr + regCommandIntStatus_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
497
while (inw(INF_3C90X.IOAddr+regCommandIntStatus_w) &
usr/src/grub/grub-0.97/netboot/3c90x.c
530
while (!(inw(INF_3C90X.IOAddr + regCommandIntStatus_w)&0x0004) &&
usr/src/grub/grub-0.97/netboot/3c90x.c
534
if (!(inw(INF_3C90X.IOAddr + regCommandIntStatus_w)&0x0004))
usr/src/grub/grub-0.97/netboot/3c90x.c
606
if (!(inw(INF_3C90X.IOAddr + regCommandIntStatus_w)&0x0010))
usr/src/grub/grub-0.97/netboot/3c90x.c
671
outw(cmdRxDisable, INF_3C90X.IOAddr + regCommandIntStatus_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
672
outw(cmdTxDisable, INF_3C90X.IOAddr + regCommandIntStatus_w);
usr/src/grub/grub-0.97/netboot/3c90x.c
919
while (inw(INF_3C90X.IOAddr + regCommandIntStatus_w) & INT_CMDINPROGRESS)
usr/src/grub/grub-0.97/netboot/3c90x.c
935
while (inw(INF_3C90X.IOAddr + regCommandIntStatus_w) & INT_CMDINPROGRESS)