Searched refs:IRQ_MAX (Results 1 – 2 of 2) sorted by relevance
27 #define IRQ_MAX 142U macro28 #define NUM_GICD_ISENABLER ((IRQ_MAX >> 5U) + 1U)55 static enum pm_device_node_idx irq_node_map[IRQ_MAX + 1] = {110 assert(irq <= IRQ_MAX); in irq_to_pm_node_idx()144 if (irq > IRQ_MAX) { in pm_client_set_wakeup_sources()
28 #define IRQ_MAX 84U macro29 #define NUM_GICD_ISENABLER ((IRQ_MAX >> 5U) + 1U)72 static enum pm_node_id irq_node_map[IRQ_MAX + 1U] = {168 assert(irq <= IRQ_MAX); in irq_to_pm_node()213 if (irq > IRQ_MAX) { in pm_client_set_wakeup_sources()
Completed in 3 milliseconds