Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/broadcom/ | |
bcm2835_gpio.c | 456 int has_edge = flags & (BCMGPIO_INTR_POS_EDGE|BCMGPIO_INTR_NEG_EDGE); local in function:bmcgpio_intr_enable 466 if (!has_edge && !has_level) 474 if (has_edge && has_level) |
/src/sys/dev/gpio/ | |
gpio.c | 489 int has_edge, has_level; local in function:gpio_irqmode_sanitize 491 has_edge = irqmode & GPIO_INTR_EDGE_MASK; 499 if (has_level && has_edge) 503 if (has_edge) { |