Searched refs:tdc_read (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | tegra186-gpc-dma.c | 266 static inline u32 tdc_read(struct tegra_dma_channel *tdc, u32 reg) in tdc_read() function 291 tdc_read(tdc, TEGRA_GPCDMA_CHAN_CSR), in tegra_dma_dump_chan_regs() 292 tdc_read(tdc, TEGRA_GPCDMA_CHAN_STATUS), in tegra_dma_dump_chan_regs() 293 tdc_read(tdc, TEGRA_GPCDMA_CHAN_CSRE), in tegra_dma_dump_chan_regs() 294 tdc_read(tdc, TEGRA_GPCDMA_CHAN_SRC_PTR), in tegra_dma_dump_chan_regs() 295 tdc_read(tdc, TEGRA_GPCDMA_CHAN_DST_PTR) in tegra_dma_dump_chan_regs() 298 tdc_read(tdc, TEGRA_GPCDMA_CHAN_MCSEQ), in tegra_dma_dump_chan_regs() 299 tdc_read(tdc, TEGRA_GPCDMA_CHAN_MMIOSEQ), in tegra_dma_dump_chan_regs() 300 tdc_read(tdc, TEGRA_GPCDMA_CHAN_WCOUNT), in tegra_dma_dump_chan_regs() 301 tdc_read(td in tegra_dma_dump_chan_regs() [all...] |
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(td in tegra_dma_sg_bytes_xferred() [all...] |
/kernel/linux/linux-5.10/drivers/dma/ |
H A 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(td in tegra_dma_sg_bytes_xferred() [all...] |
Completed in 5 milliseconds