Searched refs:S3C2410_DCON_NORELOAD (Results 1 – 2 of 2) sorted by relevance
255 reload = (buf->next == NULL) ? S3C2410_DCON_NORELOAD : 0; in s3c2410_dma_loadbuffer()386 tmp &= ~S3C2410_DCON_NORELOAD; in s3c2410_dma_start()592 dma_wrreg(chan, S3C2410_DMA_DCON, chan->dcon | S3C2410_DCON_NORELOAD); in s3c2410_dma_lastxfer()869 tmp |= S3C2410_DCON_NORELOAD; in s3c2410_dma_dostop()947 tmp |= S3C2410_DCON_NORELOAD; in s3c2410_dma_flush()
374 #define S3C2410_DCON_NORELOAD (1<<22) macro