Home
last modified time | relevance | path

Searched defs:GET_DIST_BASE (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/interrupt_controller/
Dintc_gic_common_priv.h42 #define GET_DIST_BASE(intid) GIC_DIST_BASE macro
44 #define GET_DIST_BASE(intid) ((intid < GIC_SPI_INT_BASE) ? \ macro