Lines Matching defs:SLIO_REG
75 #define SLIO_REG(chip, x) ((chip)->io_port + ESSIO_REG_##x)
474 outb(0x00, SLIO_REG(chip, AUDIO2MODE));
475 outl(chip->dma2_start, SLIO_REG(chip, AUDIO2DMAADDR));
476 outw(0, SLIO_REG(chip, AUDIO2DMACOUNT));
477 outw(chip->dma2_size, SLIO_REG(chip, AUDIO2DMACOUNT));
554 outb(0x0a, SLIO_REG(chip, AUDIO2MODE));
559 outb(0, SLIO_REG(chip, AUDIO2MODE));
790 ptr = chip->dma2_size - inw(SLIO_REG(chip, AUDIO2DMACOUNT));
792 ptr = inl(SLIO_REG(chip, AUDIO2DMAADDR)) - chip->dma2_start;
1412 outb(0xf0, SLIO_REG(chip, IRQCONTROL));
1444 outb(0x00, SLIO_REG(chip, IRQCONTROL)); /* disable irqs */
1527 outb(0x00, SLIO_REG(chip, IRQCONTROL));
1626 status = inb(SLIO_REG(chip, IRQCONTROL));
1663 inw(SLIO_REG(chip, AUDIO2DMACOUNT)));
1666 inl(SLIO_REG(chip, AUDIO2DMAADDR)));