sound/pci/es1938.c
1586
audiostatus = inb(SLSB_REG(chip, STATUS));
sound/pci/es1938.c
1729
SLSB_REG(chip, FMLOWADDR),
sound/pci/es1938.c
1730
SLSB_REG(chip, FMHIGHADDR),
sound/pci/es1938.c
1733
SLSB_REG(chip, FMLOWADDR));
sound/pci/es1938.c
241
outb(reg, SLSB_REG(chip, MIXERADDR));
sound/pci/es1938.c
242
outb(val, SLSB_REG(chip, MIXERDATA));
sound/pci/es1938.c
254
outb(reg, SLSB_REG(chip, MIXERADDR));
sound/pci/es1938.c
255
data = inb(SLSB_REG(chip, MIXERDATA));
sound/pci/es1938.c
269
outb(reg, SLSB_REG(chip, MIXERADDR));
sound/pci/es1938.c
270
old = inb(SLSB_REG(chip, MIXERDATA));
sound/pci/es1938.c
274
outb(new, SLSB_REG(chip, MIXERDATA));
sound/pci/es1938.c
290
v = inb(SLSB_REG(chip, READSTATUS));
sound/pci/es1938.c
292
outb(cmd, SLSB_REG(chip, WRITEDATA));
sound/pci/es1938.c
308
v = inb(SLSB_REG(chip, STATUS));
sound/pci/es1938.c
310
return inb(SLSB_REG(chip, READDATA));
sound/pci/es1938.c
372
outb(3, SLSB_REG(chip, RESET));
sound/pci/es1938.c
373
inb(SLSB_REG(chip, RESET));
sound/pci/es1938.c
374
outb(0, SLSB_REG(chip, RESET));
sound/pci/es1938.c
376
if (inb(SLSB_REG(chip, STATUS)) & 0x80) {
sound/pci/es1938.c
377
if (inb(SLSB_REG(chip, READDATA)) == 0xaa)
sound/pci/es1938.c
409
outb(2, SLSB_REG(chip, RESET));
sound/pci/es1938.c
410
outb(0, SLSB_REG(chip, RESET));