Searched defs:eint (Results 1 – 3 of 3) sorted by relevance
66 #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...]
397 struct bcmgpio_eint *eint; in bcmgpio_intr() local454 struct bcmgpio_eint *eint; in bmcgpio_intr_enable() local531 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() local671 struct bcmgpio_eint * const eint = ih; in bcmgpio_gpio_intr_disestablish() local
541 IntegerExp eint; in Expression_optimize() local