Searched refs:MITE_CHCR (Results 1 – 2 of 2) sorted by relevance
161 mite->mite_io_addr + MITE_CHCR(i)); in mite_setup2()262 mite->mite_io_addr + MITE_CHCR(mite_chan->channel)); in mite_release_channel()384 writel(chcr, mite->mite_io_addr + MITE_CHCR(mite_chan->channel)); in mite_prep_dma()
130 #define MITE_CHCR(x) (0x04 + MITE_CHAN(x)) /* channel control */ macro