Searched refs:D_CH0 (Results 1 – 1 of 1) sorted by relevance
74 #define D_CH0 0x0200 /* Channel 0 Descriptor start */ macro308 if (offset >= D_CH0 && offset < D_CH0 + (s->channels << 4)) { in pxa2xx_dma_read()309 channel = (offset - D_CH0) >> 4; in pxa2xx_dma_read()405 if (offset >= D_CH0 && offset < D_CH0 + (s->channels << 4)) { in pxa2xx_dma_write()406 channel = (offset - D_CH0) >> 4; in pxa2xx_dma_write()