Lines Matching defs:ali_slot
331 unsigned int ali_slot; /* ALI DMA slot */
843 fifo = igetdword(chip, fiforeg[ichdev->ali_slot / 4]);
844 fifo &= ~(0xff << (ichdev->ali_slot % 4));
845 fifo |= 0x83 << (ichdev->ali_slot % 4);
846 iputdword(chip, fiforeg[ichdev->ali_slot / 4], fifo);
849 val &= ~(1 << (ichdev->ali_slot + 16)); /* clear PAUSE flag */
851 iputdword(chip, ICHREG(ALI_DMACR), val | (1 << ichdev->ali_slot));
859 iputdword(chip, ICHREG(ALI_DMACR), val | (1 << (ichdev->ali_slot + 16)));
2680 iputdword(chip, ICHREG(ALI_DMACR), 1 << ichdev->ali_slot);
2709 iputdword(chip, ICHREG(ALI_DMACR), 1 << (ichdev->ali_slot + 16));
2983 ichdev->ali_slot = (ichdev->reg_offset - 0x40) / 0x10;