Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpxa2xx_dma.c81 #define DTADR 0x02 macro
169 s->chan[ch].dest = desc[DTADR]; in pxa2xx_dma_descriptor_fetch()
315 case DTADR: in pxa2xx_dma_read()
414 case DTADR: in pxa2xx_dma_write()
/openbmc/linux/drivers/dma/
H A Dmmp_pdma.c29 #define DTADR(n) (0x0208 + ((n) << 4)) macro
778 curr = readl(chan->phy->base + DTADR(chan->phy->idx)); in mmp_pdma_residue()
H A Dpxa_dma.c32 #define DTADR(n) (0x0208 + ((n) << 4)) macro
299 seq_printf(s, "\tDTADR = %08x\n", _phy_readl_relaxed(phy, DTADR)); in chan_state_show()
1139 curr = phy_readl_relaxed(chan->phy, DTADR); in pxad_residue()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h290 #define DTADR(x) (0x40000208 | ((x) << 4)) macro