ALI_DMACR 851 sound/pci/intel8x0.c val = igetdword(chip, ICHREG(ALI_DMACR)); ALI_DMACR 868 sound/pci/intel8x0.c iputdword(chip, ICHREG(ALI_DMACR), val | (1 << ichdev->ali_slot)); ALI_DMACR 876 sound/pci/intel8x0.c iputdword(chip, ICHREG(ALI_DMACR), val | (1 << (ichdev->ali_slot + 16))); ALI_DMACR 2710 sound/pci/intel8x0.c iputdword(chip, ICHREG(ALI_DMACR), 1 << ichdev->ali_slot); ALI_DMACR 2739 sound/pci/intel8x0.c iputdword(chip, ICHREG(ALI_DMACR), 1 << (ichdev->ali_slot + 16));