Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dmite.c63 #define MITE_CHOR(x) (0x00 + MITE_CHAN(x)) /* channel operation */ macro
371 mite->mmio + MITE_CHOR(mite_chan->channel)); in mite_get_status()
394 writel(CHOR_CLRLC, mite->mmio + MITE_CHOR(mite_chan->channel)); in mite_ack_linkc()
431 mite_chan->mite->mmio + MITE_CHOR(mite_chan->channel)); in mite_dma_reset()
451 writel(CHOR_START, mite->mmio + MITE_CHOR(mite_chan->channel)); in mite_dma_arm()
465 writel(CHOR_ABORT, mite->mmio + MITE_CHOR(mite_chan->channel)); in mite_dma_disarm()
853 writel(CHOR_DMARESET, mite->mmio + MITE_CHOR(i)); in mite_setup()