Searched refs:tdc_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/dma/ |
D | tegra20-apb-dma.c | 247 static inline u32 tdc_read(struct tegra_dma_channel *tdc, u32 reg) in tdc_read() function 422 csr = tdc_read(tdc, TEGRA_APBDMA_CHAN_CSR); in tegra_dma_stop() 431 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_stop() 474 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_configure_for_next() 681 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_isr() 765 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_terminate_all() 769 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_terminate_all() 772 wcount = tdc_read(tdc, TEGRA_APBDMA_CHAN_WORD_TRANSFER); in tegra_dma_terminate_all() 810 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_eoc_interrupt_deasserted() 848 wcount = tdc_read(tdc, TEGRA_APBDMA_CHAN_WORD_TRANSFER); in tegra_dma_sg_bytes_xferred() [all …]
|