sound/pci/es1938.c
1385
outb(0, SLDM_REG(chip, DMACLEAR));
sound/pci/es1938.c
1576
inw(SLDM_REG(chip, DMACOUNT)));
sound/pci/es1938.c
1579
inl(SLDM_REG(chip, DMAADDR)));
sound/pci/es1938.c
1582
inl(SLDM_REG(chip, DMASTATUS)));
sound/pci/es1938.c
472
outb(0xc4, SLDM_REG(chip, DMACOMMAND));
sound/pci/es1938.c
474
outb(0, SLDM_REG(chip, DMACLEAR));
sound/pci/es1938.c
476
outb(1, SLDM_REG(chip, DMAMASK));
sound/pci/es1938.c
477
outb(0x18, SLDM_REG(chip, DMAMODE));
sound/pci/es1938.c
478
outl(chip->dma1_start, SLDM_REG(chip, DMAADDR));
sound/pci/es1938.c
479
outw(chip->dma1_size - 1, SLDM_REG(chip, DMACOUNT));
sound/pci/es1938.c
481
outb(0, SLDM_REG(chip, DMAMASK));
sound/pci/es1938.c
487
outb(0xc4, SLDM_REG(chip, DMACOMMAND));
sound/pci/es1938.c
489
outb(0, SLDM_REG(chip, DMACLEAR));
sound/pci/es1938.c
491
outb(1, SLDM_REG(chip, DMAMASK));
sound/pci/es1938.c
492
outb(0x14, SLDM_REG(chip, DMAMODE));
sound/pci/es1938.c
493
outl(chip->dma1_start, SLDM_REG(chip, DMAADDR));
sound/pci/es1938.c
495
outw(chip->dma1_size - 1, SLDM_REG(chip, DMACOUNT));
sound/pci/es1938.c
497
outb(0, SLDM_REG(chip, DMAMASK));
sound/pci/es1938.c
751
old = inw(SLDM_REG(chip, DMACOUNT));
sound/pci/es1938.c
752
while ((new = inw(SLDM_REG(chip, DMACOUNT))) != old)
sound/pci/es1938.c
759
ptr = inl(SLDM_REG(chip, DMAADDR));
sound/pci/es1938.c
760
count = inw(SLDM_REG(chip, DMACOUNT));
sound/pci/es1938.c
793
old = inw(SLDM_REG(chip, DMACOUNT));
sound/pci/es1938.c
794
while ((new = inw(SLDM_REG(chip, DMACOUNT))) != old)
sound/pci/es1938.c
798
ptr = inl(SLDM_REG(chip, DMAADDR)) - chip->dma1_start;