Home
last modified time | relevance | path

Searched refs:S3C2410_DCON_NORELOAD (Results 1 – 2 of 2) sorted by relevance

/arch/arm/plat-s3c24xx/
Ddma.c255 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()
/arch/arm/mach-s3c2410/include/mach/
Ddma.h374 #define S3C2410_DCON_NORELOAD (1<<22) macro