Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dmmp_pdma.c30 #define DTADR(n) (0x0208 + ((n) << 4)) macro
84 u32 dtadr; /* DTADR value for the current transfer */
94 u32 dtadrh; /* High 32-bit of DTADR */
147 * @read_dst_addr: Function to read the destination address from DTADR/DTADRH
223 return readl(phy->base + DTADR(phy->idx));
268 u32 low = readl(phy->base + DTADR(phy->idx)); in set_desc_src_addr_64()
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()
1138 curr = phy_readl_relaxed(chan->phy, DTADR); in pxad_residue()