Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.h235 #define CIO2_REG_CDMAC0(n) (0x1508 + 0x10 * (n)) macro
H A Dipu3-cio2.c470 writel(0, base + CIO2_REG_CDMAC0(i)); in cio2_hw_init()
483 CIO2_CDMAC0_DMA_HALTED, base + CIO2_REG_CDMAC0(CIO2_DMA_CHAN)); in cio2_hw_init()
524 writel(0, base + CIO2_REG_CDMAC0(CIO2_DMA_CHAN)); in cio2_hw_exit()
525 ret = readl_poll_timeout(base + CIO2_REG_CDMAC0(CIO2_DMA_CHAN), in cio2_hw_exit()