Searched refs:ahb_seq (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/dma/ |
| D | tegra20-apb-dma.c | 143 unsigned long ahb_seq; member 458 tdc_write(tdc, TEGRA_APBDMA_CHAN_AHBSEQ, ch_regs->ahb_seq); in tegra_dma_start() 948 unsigned long csr, ahb_seq, apb_ptr, apb_seq; in tegra_dma_prep_slave_sg() local 969 ahb_seq = TEGRA_APBDMA_AHBSEQ_INTR_ENB; in tegra_dma_prep_slave_sg() 970 ahb_seq |= TEGRA_APBDMA_AHBSEQ_WRAP_NONE << in tegra_dma_prep_slave_sg() 972 ahb_seq |= TEGRA_APBDMA_AHBSEQ_BUS_WIDTH_32; in tegra_dma_prep_slave_sg() 1020 ahb_seq |= get_burst_size(tdc, burst_size, slave_bw, len); in tegra_dma_prep_slave_sg() 1028 sg_req->ch_regs.ahb_seq = ahb_seq; in tegra_dma_prep_slave_sg() 1066 unsigned long csr, ahb_seq, apb_ptr, apb_seq; in tegra_dma_prep_dma_cyclic() local 1114 ahb_seq = TEGRA_APBDMA_AHBSEQ_INTR_ENB; in tegra_dma_prep_dma_cyclic() [all …]
|