Home
last modified time | relevance | path

Searched refs:DTADR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dmmp_pdma.c30 #define DTADR(n) (0x0208 + ((n) << 4)) macro
77 u32 dtadr; /* DTADR value for the current transfer */
779 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
79 u32 dtadr; /* DTADR value for the current transfer */
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()
/kernel/linux/linux-6.6/drivers/dma/
H A Dmmp_pdma.c29 #define DTADR(n) (0x0208 + ((n) << 4)) macro
76 u32 dtadr; /* DTADR value for the current transfer */
778 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
79 u32 dtadr; /* DTADR value for the current transfer */
299 seq_printf(s, "\tDTADR = %08x\n", _phy_readl_relaxed(phy, DTADR)); in chan_state_show()
1139 curr = phy_readl_relaxed(chan->phy, DTADR); in pxad_residue()

Completed in 8 milliseconds