Searched refs:GIUINT_HIGH_OFFSET (Results 1 – 1 of 1) sorted by relevance
90 #define GIUINT_HIGH_OFFSET 16 macro169 1 << (GPIO_PIN_OF_IRQ(d->irq) - GIUINT_HIGH_OFFSET)); in ack_giuint_high()174 giu_clear(GIUINTENH, 1 << (GPIO_PIN_OF_IRQ(d->irq) - GIUINT_HIGH_OFFSET)); in mask_giuint_high()181 pin = GPIO_PIN_OF_IRQ(d->irq) - GIUINT_HIGH_OFFSET; in mask_ack_giuint_high()188 giu_set(GIUINTENH, 1 << (GPIO_PIN_OF_IRQ(d->irq) - GIUINT_HIGH_OFFSET)); in unmask_giuint_high()220 return GIU_IRQ(i + GIUINT_HIGH_OFFSET); in giu_get_irq()237 if (pin < GIUINT_HIGH_OFFSET) { in vr41xx_set_irq_trigger()273 mask = 1 << (pin - GIUINT_HIGH_OFFSET); in vr41xx_set_irq_trigger()315 if (pin < GIUINT_HIGH_OFFSET) { in vr41xx_set_irq_level()323 mask = 1 << (pin - GIUINT_HIGH_OFFSET); in vr41xx_set_irq_level()[all …]