Searched refs:detection_type (Results 1 – 1 of 1) sorted by relevance
435 uint32_t detection_type = IRQ_TYPE_NONE; in gic_dt_get_irq() local445 detection_type = fdt32_to_cpu(properties[2]) & GENMASK_32(3, 0); in gic_dt_get_irq()447 detection_type != IRQ_TYPE_EDGE_RISING) { in gic_dt_get_irq()453 (detection_type != IRQ_TYPE_EDGE_RISING && in gic_dt_get_irq()454 detection_type != IRQ_TYPE_LEVEL_HIGH)) { in gic_dt_get_irq()463 detection_type = IRQ_TYPE_EDGE_RISING; in gic_dt_get_irq()473 *type = detection_type; in gic_dt_get_irq()