Searched refs:GICV3_IRM_ANY (Results 1 – 5 of 5) sorted by relevance
124 gicv3_set_spi_routing(int_id, GICV3_IRM_ANY, 0x0); in plat_qti_gic_init()
259 irm = GICV3_IRM_ANY; in plat_ic_set_spi_routing()
109 assert(QTI_GICV3_IRM_ANY == GICV3_IRM_ANY); in qtiseclib_cb_set_spi_routing()
144 #define GICV3_IRM_ANY U(1) macro
1145 assert((irm == GICV3_IRM_ANY) || (irm == GICV3_IRM_PE)); in gicv3_set_spi_routing()1156 if (irm == GICV3_IRM_ANY) { in gicv3_set_spi_routing()