Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dirq-generic.c27 int suspend_irq[PLATFORM_SUSPEND_MAX_IRQ];
277 if (irqchip.suspend_num >= PLATFORM_SUSPEND_MAX_IRQ) { in irq_handler_enable_suspend_only()
279 PLATFORM_SUSPEND_MAX_IRQ); in irq_handler_enable_suspend_only()
H A Dirq-internal.h23 #define PLATFORM_SUSPEND_MAX_IRQ 12 macro