Searched refs:tdc_read (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/dma/ |
| H A D | tegra20-apb-dma.c | 241 static inline u32 tdc_read(struct tegra_dma_channel *tdc, u32 reg) in tdc_read() function 410 csr = tdc_read(tdc, TEGRA_APBDMA_CHAN_CSR); in tegra_dma_stop() 419 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_stop() 462 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_configure_for_next() 669 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_isr() 753 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_terminate_all() 757 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_terminate_all() 760 wcount = tdc_read(tdc, TEGRA_APBDMA_CHAN_WORD_TRANSFER); in tegra_dma_terminate_all() 798 status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS); in tegra_dma_eoc_interrupt_deasserted() 836 wcount = tdc_read(tdc, TEGRA_APBDMA_CHAN_WORD_TRANSFER); in tegra_dma_sg_bytes_xferred() [all …]
|