mmp_pdma_phy
struct mmp_pdma_phy;
struct mmp_pdma_phy *phy;
struct mmp_pdma_phy *phy;
struct mmp_pdma_phy *phy = &pdev->phy[idx];
void (*write_next_addr)(struct mmp_pdma_phy *phy, dma_addr_t addr);
u64 (*read_src_addr)(struct mmp_pdma_phy *phy);
u64 (*read_dst_addr)(struct mmp_pdma_phy *phy);
struct mmp_pdma_phy *phy;
static void write_next_addr_32(struct mmp_pdma_phy *phy, dma_addr_t addr)
static u64 read_src_addr_32(struct mmp_pdma_phy *phy)
static u64 read_dst_addr_32(struct mmp_pdma_phy *phy)
static void write_next_addr_64(struct mmp_pdma_phy *phy, dma_addr_t addr)
static u64 read_src_addr_64(struct mmp_pdma_phy *phy)
static u64 read_dst_addr_64(struct mmp_pdma_phy *phy)
static void enable_chan(struct mmp_pdma_phy *phy)
static void disable_chan(struct mmp_pdma_phy *phy)
static int clear_chan_irq(struct mmp_pdma_phy *phy)
struct mmp_pdma_phy *phy = dev_id;
struct mmp_pdma_phy *phy;
static struct mmp_pdma_phy *lookup_phy(struct mmp_pdma_chan *pchan)
struct mmp_pdma_phy *phy, *found = NULL;