Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dgic.c443 uint32_t detection_type = IRQ_TYPE_NONE; in gic_dt_get_irq() local
453 detection_type = fdt32_to_cpu(properties[2]) & GENMASK_32(3, 0); in gic_dt_get_irq()
455 detection_type != IRQ_TYPE_EDGE_RISING) { in gic_dt_get_irq()
461 (detection_type != IRQ_TYPE_EDGE_RISING && in gic_dt_get_irq()
462 detection_type != IRQ_TYPE_LEVEL_HIGH)) { in gic_dt_get_irq()
471 detection_type = IRQ_TYPE_EDGE_RISING; in gic_dt_get_irq()
481 *type = detection_type; in gic_dt_get_irq()