Lines Matching defs:ali_slot
354 unsigned int ali_slot; /* ALI DMA slot */
864 fifo = igetdword(chip, fiforeg[ichdev->ali_slot / 4]);
865 fifo &= ~(0xff << (ichdev->ali_slot % 4));
866 fifo |= 0x83 << (ichdev->ali_slot % 4);
867 iputdword(chip, fiforeg[ichdev->ali_slot / 4], fifo);
870 val &= ~(1 << (ichdev->ali_slot + 16)); /* clear PAUSE flag */
872 iputdword(chip, ICHREG(ALI_DMACR), val | (1 << ichdev->ali_slot));
880 iputdword(chip, ICHREG(ALI_DMACR), val | (1 << (ichdev->ali_slot + 16)));
2703 iputdword(chip, ICHREG(ALI_DMACR), 1 << ichdev->ali_slot);
2732 iputdword(chip, ICHREG(ALI_DMACR), 1 << (ichdev->ali_slot + 16));
3036 ichdev->ali_slot = (ichdev->reg_offset - 0x40) / 0x10;