Home
last modified time | relevance | path

Searched defs:eint (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_gpio.c66 #define SUNXI_GPIO_INT_CFG(bank, eint) (0x200 + (0x20 * (bank)) + (0x4 * ((eint) / 8))) argument
67 #define SUNXI_GPIO_INT_MODEMASK(eint) (0xfU << (((eint) % 8) * 4)) argument
441 struct sunxi_gpio_eint *eint; sunxi_gpio_intr() local
474 struct sunxi_gpio_eint *eint; sunxi_intr_enable() local
522 sunxi_intr_disable(struct sunxi_gpio_softc * sc,struct sunxi_gpio_eint * eint) sunxi_intr_disable() argument
598 struct sunxi_gpio_eint * const eint = ih; sunxi_fdt_intr_disestablish() local
675 struct sunxi_gpio_eint * const eint = ih; sunxi_gpio_intr_disestablish() local
[all...]
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_gpio.c397 struct bcmgpio_eint *eint; in bcmgpio_intr() local
454 struct bcmgpio_eint *eint; in bmcgpio_intr_enable() local
531 bcmgpio_intr_disable(struct bcmgpio_softc *sc, struct bcmgpio_eint *eint) in bcmgpio_intr_disable()
620 struct bcmgpio_eint * const eint = ih; in bcmgpio_fdt_intr_disestablish() local
671 struct bcmgpio_eint * const eint = ih; in bcmgpio_gpio_intr_disestablish() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Doptimize.d541 IntegerExp eint; in Expression_optimize() local