DMACOUNT          490 sound/pci/es1938.c 	outw(chip->dma1_size - 1, SLDM_REG(chip, DMACOUNT));
DMACOUNT          506 sound/pci/es1938.c 	outw(chip->dma1_size - 1, SLDM_REG(chip, DMACOUNT));
DMACOUNT          762 sound/pci/es1938.c 	old = inw(SLDM_REG(chip, DMACOUNT));
DMACOUNT          763 sound/pci/es1938.c 	while ((new = inw(SLDM_REG(chip, DMACOUNT))) != old)
DMACOUNT          771 sound/pci/es1938.c 	count = inw(SLDM_REG(chip, DMACOUNT));
DMACOUNT          804 sound/pci/es1938.c 	old = inw(SLDM_REG(chip, DMACOUNT));
DMACOUNT          805 sound/pci/es1938.c 	while ((new = inw(SLDM_REG(chip, DMACOUNT))) != old)
DMACOUNT         1658 sound/pci/es1938.c 		       inw(SLDM_REG(chip, DMACOUNT)));