Searched refs:channel64_readl (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/dma/ |
D | txx9dmac.c | 39 #define channel64_readl(dc, name) \ macro 53 channel64_readl(dc, name) : channel32_readl(dc, name)) 63 return channel64_readl(dc, CHAR); in channel64_read_CHAR() 292 channel64_readl(dc, CNTR), in txx9dmac_dump_regs() 293 channel64_readl(dc, SAIR), in txx9dmac_dump_regs() 294 channel64_readl(dc, DAIR), in txx9dmac_dump_regs() 295 channel64_readl(dc, CCR), in txx9dmac_dump_regs() 296 channel64_readl(dc, CSR)); in txx9dmac_dump_regs() 545 csr = channel64_readl(dc, CSR); in txx9dmac_scan_descriptors()
|