Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dgic.h25 #define GIC_SPI_TO_ITNUM(x) ((x) + GIC_SPI_BASE) macro
/optee_os/core/pta/bcm/
H A Dwdt.c52 sp805_register_itr_handler(&wd_pd, GIC_SPI_TO_ITNUM(SEC_WDT_INTR), in pta_wd_config()