Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Omap35xxPkg/InterruptDxe/
DHardwareInterrupt.c83 if (Source > MAX_VECTOR) { in RegisterInterruptSource()
129 if (Source > MAX_VECTOR) { in EnableInterruptSource()
163 if (Source > MAX_VECTOR) { in DisableInterruptSource()
204 if (Source > MAX_VECTOR) { in GetInterruptSourceState()
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
DOmap3530Interrupt.h24 #define MAX_VECTOR (INT_NROF_VECTORS - 1) macro