Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/plat/xilinx/versal/pm_service/
Dpm_client.c27 #define IRQ_MAX 142U macro
28 #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()
/trusted-firmware-a-3.4.0/plat/xilinx/zynqmp/pm_service/
Dpm_client.c28 #define IRQ_MAX 84 macro
29 #define NUM_GICD_ISENABLER ((IRQ_MAX >> 5) + 1)
72 static enum pm_node_id irq_node_map[IRQ_MAX + 1] = {
168 assert(irq <= IRQ_MAX); in irq_to_pm_node()
213 if (irq > IRQ_MAX) { in pm_client_set_wakeup_sources()