Searched refs:ahb_seq (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/dma/ |
| D | tegra20-apb-dma.c | 135 unsigned long ahb_seq; member 451 tdc_write(tdc, TEGRA_APBDMA_CHAN_AHBSEQ, ch_regs->ahb_seq); in tegra_dma_start() 1013 unsigned long csr, ahb_seq, apb_ptr, apb_seq; in tegra_dma_prep_slave_sg() local 1034 ahb_seq = TEGRA_APBDMA_AHBSEQ_INTR_ENB; in tegra_dma_prep_slave_sg() 1035 ahb_seq |= TEGRA_APBDMA_AHBSEQ_WRAP_NONE << in tegra_dma_prep_slave_sg() 1037 ahb_seq |= TEGRA_APBDMA_AHBSEQ_BUS_WIDTH_32; in tegra_dma_prep_slave_sg() 1089 ahb_seq |= get_burst_size(tdc, burst_size, slave_bw, len); in tegra_dma_prep_slave_sg() 1097 sg_req->ch_regs.ahb_seq = ahb_seq; in tegra_dma_prep_slave_sg() 1135 unsigned long csr, ahb_seq, apb_ptr, apb_seq; in tegra_dma_prep_dma_cyclic() local 1183 ahb_seq = TEGRA_APBDMA_AHBSEQ_INTR_ENB; in tegra_dma_prep_dma_cyclic() [all …]
|