Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dmmp_pdma.c32 #define DSADR(n) (0x0204 + ((n) << 4)) macro
772 curr = readl(chan->phy->base + DSADR(chan->phy->idx)); in mmp_pdma_residue()
Dpxa_dma.c34 #define DSADR(n) (0x0204 + ((n) << 4)) macro
302 seq_printf(s, "\tDSADR = %08x\n", _phy_readl_relaxed(phy, DSADR)); in dbg_show_chan_state()
1196 curr = phy_readl_relaxed(chan->phy, DSADR); in pxad_residue()