SBP1 84 sound/isa/sgalaxy.c outb(1, SBP1(port, RESET)); SBP1 86 sound/isa/sgalaxy.c outb(0, SBP1(port, RESET)); SBP1 88 sound/isa/sgalaxy.c for (i = 0; i < 1000 && !(inb(SBP1(port, DATA_AVAIL)) & 0x80); i++); SBP1 89 sound/isa/sgalaxy.c if (inb(SBP1(port, READ)) != 0xaa) { SBP1 102 sound/isa/sgalaxy.c if ((inb(SBP1(port, STATUS)) & 0x80) == 0) { SBP1 103 sound/isa/sgalaxy.c outb(val, SBP1(port, COMMAND));