Searched refs:channel64_readl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/dma/ |
D | txx9dmac.c | 42 #define channel64_readl(dc, name) \ macro 56 channel64_readl(dc, name) : channel32_readl(dc, name)) 66 return channel64_readl(dc, CHAR); in channel64_read_CHAR() 295 channel64_readl(dc, CNTR), in txx9dmac_dump_regs() 296 channel64_readl(dc, SAIR), in txx9dmac_dump_regs() 297 channel64_readl(dc, DAIR), in txx9dmac_dump_regs() 298 channel64_readl(dc, CCR), in txx9dmac_dump_regs() 299 channel64_readl(dc, CSR)); in txx9dmac_dump_regs() 549 csr = channel64_readl(dc, CSR); in txx9dmac_scan_descriptors()
|