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

/linux-master/drivers/dma/
H A Dhisi_dma.c146 struct hisi_dma_dev *hdma_dev; member in struct:hisi_dma_chan
345 static void hisi_dma_pause_dma(struct hisi_dma_dev *hdma_dev, u32 index, argument
350 addr = hdma_dev->queue_base + HISI_DMA_Q_CTRL0 +
355 static void hisi_dma_enable_dma(struct hisi_dma_dev *hdma_dev, u32 index, argument
360 addr = hdma_dev->queue_base + HISI_DMA_Q_CTRL0 +
365 static void hisi_dma_mask_irq(struct hisi_dma_dev *hdma_dev, u32 qp_index) argument
367 void __iomem *q_base = hdma_dev->queue_base;
369 if (hdma_dev->reg_layout == HISI_DMA_REG_LAYOUT_HIP08)
381 static void hisi_dma_unmask_irq(struct hisi_dma_dev *hdma_dev, u32 qp_index) argument
383 void __iomem *q_base = hdma_dev
403 hisi_dma_do_reset(struct hisi_dma_dev *hdma_dev, u32 index) argument
412 hisi_dma_reset_qp_point(struct hisi_dma_dev *hdma_dev, u32 index) argument
423 struct hisi_dma_dev *hdma_dev = chan->hdma_dev; local
464 struct hisi_dma_dev *hdma_dev = chan->hdma_dev; local
509 struct hisi_dma_dev *hdma_dev = chan->hdma_dev; local
583 hisi_dma_alloc_qps_mem(struct hisi_dma_dev *hdma_dev) argument
607 hisi_dma_init_hw_qp(struct hisi_dma_dev *hdma_dev, u32 index) argument
692 hisi_dma_enable_qp(struct hisi_dma_dev *hdma_dev, u32 qp_index) argument
699 hisi_dma_disable_qp(struct hisi_dma_dev *hdma_dev, u32 qp_index) argument
704 hisi_dma_enable_qps(struct hisi_dma_dev *hdma_dev) argument
717 hisi_dma_disable_qps(struct hisi_dma_dev *hdma_dev) argument
730 struct hisi_dma_dev *hdma_dev = chan->hdma_dev; local
757 hisi_dma_request_qps_irq(struct hisi_dma_dev *hdma_dev) argument
774 hisi_dma_enable_hw_channels(struct hisi_dma_dev *hdma_dev) argument
800 hisi_dma_set_mode(struct hisi_dma_dev *hdma_dev, enum hisi_dma_mode mode) argument
808 hisi_dma_init_hw(struct hisi_dma_dev *hdma_dev) argument
822 hisi_dma_init_dma_dev(struct hisi_dma_dev *hdma_dev) argument
842 hisi_dma_get_ch_regs(struct hisi_dma_dev *hdma_dev, u32 *regs_sz) argument
872 hisi_dma_create_chan_dir(struct hisi_dma_dev *hdma_dev) argument
913 hisi_dma_create_debugfs(struct hisi_dma_dev *hdma_dev) argument
946 hisi_dma_create_debugfs(struct hisi_dma_dev *hdma_dev) argument
954 struct hisi_dma_dev *hdma_dev; local
[all...]

Completed in 80 milliseconds