Searched refs:DMACH_LOW_LEVEL (Results 1 – 3 of 3) sorted by relevance
34 if (channel & DMACH_LOW_LEVEL) in s3c_dma_lookup_channel()35 return &s3c2410_chans[channel & ~DMACH_LOW_LEVEL]; in s3c_dma_lookup_channel()
69 #define DMACH_LOW_LEVEL (1<<28) /* use this to specifiy hardware ch no */ macro
506 s3c2410_dma_ctrl(chan->number | DMACH_LOW_LEVEL, in s3c2410_dma_enqueue()698 s3c2410_dma_ctrl(chan->number | DMACH_LOW_LEVEL, in s3c2410_dma_irq()769 return chan->number | DMACH_LOW_LEVEL; in s3c2410_dma_request()818 if (!(channel & DMACH_LOW_LEVEL)) in s3c2410_dma_free()1225 unsigned int no = cp->number | DMACH_LOW_LEVEL; in s3c2410_dma_resume_chan()