Lines Matching defs:SLIO_REG
71 #define SLIO_REG(chip, x) ((chip)->io_port + ESSIO_REG_##x)
473 outb(0x00, SLIO_REG(chip, AUDIO2MODE));
474 outl(chip->dma2_start, SLIO_REG(chip, AUDIO2DMAADDR));
475 outw(0, SLIO_REG(chip, AUDIO2DMACOUNT));
476 outw(chip->dma2_size, SLIO_REG(chip, AUDIO2DMACOUNT));
553 outb(0x0a, SLIO_REG(chip, AUDIO2MODE));
558 outb(0, SLIO_REG(chip, AUDIO2MODE));
789 ptr = chip->dma2_size - inw(SLIO_REG(chip, AUDIO2DMACOUNT));
791 ptr = inl(SLIO_REG(chip, AUDIO2DMAADDR)) - chip->dma2_start;
1392 outb(0xf0, SLIO_REG(chip, IRQCONTROL));
1424 outb(0x00, SLIO_REG(chip, IRQCONTROL)); /* disable irqs */
1509 outb(0x00, SLIO_REG(chip, IRQCONTROL));
1578 status = inb(SLIO_REG(chip, IRQCONTROL));
1615 inw(SLIO_REG(chip, AUDIO2DMACOUNT)));
1618 inl(SLIO_REG(chip, AUDIO2DMAADDR)));