Home
last modified time | relevance | path

Searched refs:s3c2410_chans (Results 1 – 3 of 3) sorted by relevance

/arch/arm/plat-s3c24xx/include/plat/
Ddma.h14 extern struct s3c2410_dma_chan s3c2410_chans[S3C2410_DMA_CHANNELS];
/arch/arm/plat-s3c24xx/
Ddma.c48 struct s3c2410_dma_chan s3c2410_chans[S3C2410_DMA_CHANNELS]; variable
148 return &s3c2410_chans[channel & ~DMACH_LOW_LEVEL]; in lookup_dma_channel()
1326 struct s3c2410_dma_chan *cp = s3c2410_chans; in s3c24xx_dma_sysdev_register()
1375 cp = &s3c2410_chans[channel]; in s3c24xx_dma_init()
1449 if (s3c2410_chans[ord->list[ch]].in_use == 0) { in s3c2410_dma_map_channel()
1465 if (s3c2410_chans[ch].in_use == 0) { in s3c2410_dma_map_channel()
1477 dmach = &s3c2410_chans[ch]; in s3c2410_dma_map_channel()
/arch/arm/mach-s3c2410/include/mach/
Ddma.h240 extern struct s3c2410_dma_chan s3c2410_chans[];