Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dpxa_dma.c31 #define DSADR(n) (0x0204 + ((n) << 4)) macro
298 seq_printf(s, "\tDSADR = %08x\n", _phy_readl_relaxed(phy, DSADR)); in chan_state_show()
1137 curr = phy_readl_relaxed(chan->phy, DSADR); in pxad_residue()
H A Dmmp_pdma.c28 #define DSADR(n) (0x0204 + ((n) << 4)) macro
780 curr = readl(chan->phy->base + DSADR(chan->phy->idx)); in mmp_pdma_residue()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h289 #define DSADR(x) (0x40000204 | ((x) << 4)) macro