Example #1
0
static int __init s5p6442_dma_add(struct sys_device *sysdev)
{
	s3c_dma_init(S3C_DMA_CHANNELS, IRQ_MDMA, 0x1000);
	return s3c_dma_init_map(&s5p6442_dma_sel);
}
Example #2
0
static int __init s3c6410_dma_add(struct sys_device *sysdev)
{
    s3c_dma_init(S3C_DMA_CHANNELS, IRQ_DMA0, 0x20);
    return s3c_dma_init_map(&s3c6410_dma_sel);
}