Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/gpio/
H A Dgpiosim.c422 bool has_level = false; in gpiosim_intr_disestablish() local
436 has_level = true; in gpiosim_intr_disestablish()
440 if (has_level == false) { in gpiosim_intr_disestablish()
H A Dgpio.c489 int has_edge, has_level;
492 has_level = irqmode & GPIO_INTR_LEVEL_MASK; in gpio_pin_intrcaps()
499 if (has_level && has_edge) in gpio_irqmode_sanitize()
516 if (has_level == GPIO_INTR_LEVEL_MASK) in gpio_irqmode_sanitize()
501 int has_edge, has_level; gpio_irqmode_sanitize() local
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_gpio.c457 int has_level = flags & in bmcgpio_intr_enable() local
466 if (!has_edge && !has_level) in bmcgpio_intr_enable()
470 if (has_level == (BCMGPIO_INTR_HIGH_LEVEL|BCMGPIO_INTR_LOW_LEVEL)) in bmcgpio_intr_enable()
474 if (has_edge && has_level) in bmcgpio_intr_enable()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20034926 (struct cxx_binding): Lose member "has_level". Adjust "scope"