Lines Matching defs:ali_slot
331 unsigned int ali_slot; /* ALI DMA slot */
839 fifo = igetdword(chip, fiforeg[ichdev->ali_slot / 4]);
840 fifo &= ~(0xff << (ichdev->ali_slot % 4));
841 fifo |= 0x83 << (ichdev->ali_slot % 4);
842 iputdword(chip, fiforeg[ichdev->ali_slot / 4], fifo);
845 val &= ~(1 << (ichdev->ali_slot + 16)); /* clear PAUSE flag */
847 iputdword(chip, ICHREG(ALI_DMACR), val | (1 << ichdev->ali_slot));
855 iputdword(chip, ICHREG(ALI_DMACR), val | (1 << (ichdev->ali_slot + 16)));
2668 iputdword(chip, ICHREG(ALI_DMACR), 1 << ichdev->ali_slot);
2697 iputdword(chip, ICHREG(ALI_DMACR), 1 << (ichdev->ali_slot + 16));
2971 ichdev->ali_slot = (ichdev->reg_offset - 0x40) / 0x10;