Home
last modified time | relevance | path

Searched refs:GPIO_TO_IRQ (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/arm/xscale/pxa/
HDpxa_gpio.c344 return (GPIO_TO_IRQ(gpio)); in pxa_gpio_get_next_irq()
349 return (GPIO_TO_IRQ(gpio + 32)); in pxa_gpio_get_next_irq()
354 return (GPIO_TO_IRQ(gpio + 64)); in pxa_gpio_get_next_irq()
HDpxareg.h378 #define GPIO_TO_IRQ(x) (x + IRQ_GPIO0) macro