Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c104 if (raw_status & (CU_IRQ_ERR | CU_IRQ_OVR)) { in get_cu_event()
216 #define ENABLED_CU_IRQS (CU_IRQ_OVR | CU_IRQ_ERR)
H A Dd71_regs.h250 #define CU_IRQ_ERR BIT(11) macro