Lines Matching defs:dma1_start
209 unsigned int dma1_start;
489 outl(chip->dma1_start, SLDM_REG(chip, DMAADDR));
504 outl(chip->dma1_start, SLDM_REG(chip, DMAADDR));
505 chip->last_capture_dmaaddr = chip->dma1_start;
617 chip->dma1_start = runtime->dma_addr;
702 chip->dma1_start = runtime->dma_addr;
772 diff = chip->dma1_start + chip->dma1_size - ptr - count;
774 if (diff > 3 || ptr < chip->dma1_start
775 || ptr >= chip->dma1_start+chip->dma1_size)
780 ptr -= chip->dma1_start;
809 ptr = inl(SLDM_REG(chip, DMAADDR)) - chip->dma1_start;