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

/freebsd-10.2-release/sys/arm/xscale/pxa/
H A Dpxa_gpio.c344 return (GPIO_TO_IRQ(gpio));
349 return (GPIO_TO_IRQ(gpio + 32));
354 return (GPIO_TO_IRQ(gpio + 64));
H A Dpxareg.h378 #define GPIO_TO_IRQ(x) (x + IRQ_GPIO0) macro

Completed in 78 milliseconds