Lines Matching refs:k3_dma_phy
75 struct k3_dma_phy;
80 struct k3_dma_phy *phy;
87 struct k3_dma_phy { struct
101 struct k3_dma_phy *phy; argument
115 static void k3_dma_pause_dma(struct k3_dma_phy *phy, bool on) in k3_dma_pause_dma()
130 static void k3_dma_terminate_chan(struct k3_dma_phy *phy, struct k3_dma_dev *d) in k3_dma_terminate_chan()
142 static void k3_dma_set_desc(struct k3_dma_phy *phy, struct k3_desc_hw *hw) in k3_dma_set_desc()
152 static u32 k3_dma_get_curr_cnt(struct k3_dma_dev *d, struct k3_dma_phy *phy) in k3_dma_get_curr_cnt()
161 static u32 k3_dma_get_curr_lli(struct k3_dma_phy *phy) in k3_dma_get_curr_lli()
192 struct k3_dma_phy *p; in k3_dma_int_handler()
264 struct k3_dma_phy *p; in k3_dma_tasklet()
335 struct k3_dma_phy *p; in k3_dma_tx_status()
572 struct k3_dma_phy *p = c->phy; in k3_dma_terminate_all()
603 struct k3_dma_phy *p = c->phy; in k3_dma_transfer_pause()
624 struct k3_dma_phy *p = c->phy; in k3_dma_transfer_resume()
711 d->dma_channels * sizeof(struct k3_dma_phy), GFP_KERNEL); in k3_dma_probe()
716 struct k3_dma_phy *p = &d->phy[i]; in k3_dma_probe()