Home
last modified time | relevance | path

Searched refs:CIO2_REG_CDMAC0 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/media/pci/intel/ipu3/
Dipu3-cio2.h235 #define CIO2_REG_CDMAC0(n) (0x1508 + 0x10 * (n)) macro
Dipu3-cio2-main.c468 writel(0, base + CIO2_REG_CDMAC0(i)); in cio2_hw_init()
481 CIO2_CDMAC0_DMA_HALTED, base + CIO2_REG_CDMAC0(CIO2_DMA_CHAN)); in cio2_hw_init()
522 writel(0, base + CIO2_REG_CDMAC0(CIO2_DMA_CHAN)); in cio2_hw_exit()
523 ret = readl_poll_timeout(base + CIO2_REG_CDMAC0(CIO2_DMA_CHAN), in cio2_hw_exit()