Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/
Dmmp_pdma.c28 #define DSADR(n) (0x0204 + ((n) << 4)) macro
780 curr = readl(chan->phy->base + DSADR(chan->phy->idx)); in mmp_pdma_residue()
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()
1138 curr = phy_readl_relaxed(chan->phy, DSADR); in pxad_residue()