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

/freebsd-10.2-release/sys/arm/xscale/pxa/
H A Dpxa_gpio.c226 if (io & GPIO_BIT(gpio))
230 if (io & GPIO_BIT(gpio))
270 bit = GPIO_BIT(gpio);
314 val &= ~GPIO_BIT(gpio);
329 val |= GPIO_BIT(gpio);
H A Dpxareg.h351 #define GPIO_BIT(pin) (1u << ((pin) & 0x1f)) macro

Completed in 44 milliseconds