Home
last modified time | relevance | path

Searched refs:GICV3_IRM_ANY (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/qti/common/src/
H A Dqti_gic_v3.c136 gicv3_set_spi_routing(int_id, GICV3_IRM_ANY, 0x0); in plat_qti_gic_init()
/rk3399_ARM-atf/plat/common/
H A Dplat_gicv3.c320 irm = GICV3_IRM_ANY; in plat_ic_set_spi_routing()
/rk3399_ARM-atf/plat/qti/qtiseclib/src/
H A Dqtiseclib_cb_interface.c109 assert(QTI_GICV3_IRM_ANY == GICV3_IRM_ANY); in qtiseclib_cb_set_spi_routing()
/rk3399_ARM-atf/include/drivers/arm/
H A Dgicv3.h146 #define GICV3_IRM_ANY U(1) macro
/rk3399_ARM-atf/drivers/arm/gic/v3/
H A Dgicv3_main.c1212 assert((irm == GICV3_IRM_ANY) || (irm == GICV3_IRM_PE)); in gicv3_set_spi_routing()
1224 if (irm == GICV3_IRM_ANY) { in gicv3_set_spi_routing()