Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dnosy.h59 #define DMA_BREG(base, chan) (base + chan * 0x20) macro
100 #define DMA_PREV_PCL(chan) (DMA_BREG(DMA0_PREV_PCL, chan))
107 #define DMA_CURRENT_PCL(chan) (DMA_BREG(DMA0_CURRENT_PCL, chan))
114 #define DMA_CHAN_STAT(chan) (DMA_BREG(DMA0_CHAN_STAT, chan))
128 #define DMA_CHAN_CTRL(chan) (DMA_BREG(DMA0_CHAN_CTRL, chan))
139 #define DMA_READY(chan) (DMA_BREG(DMA0_READY, chan))