Searched refs:tdc_read (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/dma/ | 
| D | tegra20-apb-dma.c | 248 static inline u32 tdc_read(struct tegra_dma_channel *tdc, u32 reg)  in tdc_read()  function 426 	csr = tdc_read(tdc, TEGRA_APBDMA_CHAN_CSR);  in tegra_dma_stop() 435 	status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS);  in tegra_dma_stop() 478 	status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS);  in tegra_dma_configure_for_next() 691 	status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS);  in tegra_dma_isr() 770 	status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS);  in tegra_dma_terminate_all() 774 		status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS);  in tegra_dma_terminate_all() 777 		wcount = tdc_read(tdc, TEGRA_APBDMA_CHAN_WORD_TRANSFER);  in tegra_dma_terminate_all() 814 		wcount = tdc_read(tdc, TEGRA_APBDMA_CHAN_WORD_TRANSFER);  in tegra_dma_sg_bytes_xferred() 816 	status = tdc_read(tdc, TEGRA_APBDMA_CHAN_STATUS);  in tegra_dma_sg_bytes_xferred() [all …] 
 |