Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/xilinx/versal/pm_service/
A 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()
/arm-trusted-firmware-2.8.0/plat/xilinx/zynqmp/pm_service/
A Dpm_client.c28 #define IRQ_MAX 84U macro
29 #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