Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.h145 #define CIO2_INT_EXT_OE_DMAOE_MASK 0x7ffff macro
H A Dipu3-cio2.c673 if (oe_status & CIO2_INT_EXT_OE_DMAOE_MASK) { in cio2_irq_handle_once()
675 (oe_status & CIO2_INT_EXT_OE_DMAOE_MASK) in cio2_irq_handle_once()
677 oe_status &= ~CIO2_INT_EXT_OE_DMAOE_MASK; in cio2_irq_handle_once()