Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dmmp_pdma.c29 #define DSADR(n) (0x0204 + ((n) << 4)) macro
83 u32 dsadr; /* DSADR value for the current transfer */
93 u32 dsadrh; /* High 32-bit of DSADR */
146 * @read_src_addr: Function to read the source address from DSADR/DSADRH
218 return readl(phy->base + DSADR(phy->idx));
260 u32 low = readl(phy->base + DSADR(phy->idx)); in read_dst_addr_64()
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()
1136 curr = phy_readl_relaxed(chan->phy, DSADR); in pxad_residue()