Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/
H A Dmmp_pdma.c28 #define DTADR(n) (0x0208 + ((n) << 4)) macro
777 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()
1141 curr = phy_readl_relaxed(chan->phy, DTADR); in pxad_residue()