Home
last modified time | relevance | path

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

/NextBSD/sys/arm/include/
HDat91_gpio.h67 #define AT91_GPIO_CFG_INPUT 0x01 /* configure input/output pins */ macro
/NextBSD/sys/arm/at91/
HDat91_pio.c421 if (cfg->cfgmask & AT91_GPIO_CFG_INPUT) { in at91_pio_ioctl()