Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c190 if (raw_status & GCU_IRQ_CVAL1) in d71_irq_handler()
213 #define ENABLED_GCU_IRQS (GCU_IRQ_CVAL0 | GCU_IRQ_CVAL1 | \
H A Dd71_regs.h128 #define GCU_IRQ_CVAL1 BIT(1) macro