Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dmmp_pdma.c102 struct mmp_pdma_phy;
108 struct mmp_pdma_phy *phy;
131 struct mmp_pdma_phy { struct
160 void (*write_next_addr)(struct mmp_pdma_phy *phy, dma_addr_t addr);
161 u64 (*read_src_addr)(struct mmp_pdma_phy *phy);
162 u64 (*read_dst_addr)(struct mmp_pdma_phy *phy);
184 struct mmp_pdma_phy *phy;
199 static void write_next_addr_32(struct mmp_pdma_phy *phy, dma_addr_t addr) in write_next_addr_32()
204 static u64 read_src_addr_32(struct mmp_pdma_phy *phy) in read_src_addr_32()
209 static u64 read_dst_addr_32(struct mmp_pdma_phy *phy) in read_dst_addr_32()
[all …]