Home
last modified time | relevance | path

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

/NextBSD/sys/arm/include/
HDat91_gpio.h101 #define AT91_GPIO_READ _IOR('g', 2, uint32_t) /* Read input bit state */ macro
/NextBSD/sys/arm/at91/
HDat91_pio.c416 case AT91_GPIO_READ: /* Get the status of input bits */ in at91_pio_ioctl()