Symbol: SCBCmd
usr/src/grub/grub-0.97/netboot/eepro100.c
403
t, s, status, inw (ioaddr + SCBCmd));
usr/src/grub/grub-0.97/netboot/eepro100.c
429
outw(INT_MASK | CU_START, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
430
wait_for_cmd_done(ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
457
wait_for_cmd_done(ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
461
outb(RX_ABORT, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
465
wait_for_cmd_done(ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
467
outb(RX_START, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
517
outw(INT_MASK | RX_START, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
518
wait_for_cmd_done(ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
557
outw(INT_MASK, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
627
outw(INT_MASK | RX_ADDR_LOAD, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
628
wait_for_cmd_done(ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
632
outw(INT_MASK | CU_STATSADDR, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
633
wait_for_cmd_done(ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
645
outw(INT_MASK | RX_START, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
646
wait_for_cmd_done(ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
654
outw(INT_MASK | RX_START, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
660
outw(INT_MASK | CU_CMD_BASE, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
661
wait_for_cmd_done(ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
719
outw(INT_MASK | CU_START, ioaddr + SCBCmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
720
wait_for_cmd_done(ioaddr + SCBCmd);