Home
last modified time | relevance | path

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

/NextBSD/sys/arm/include/
HDat91_gpio.h69 #define AT91_GPIO_CFG_PULLUP 0x04 /* Enable/disable pullup resistors */ macro
/NextBSD/sys/arm/at91/
HDat91_pio.c429 if (cfg->cfgmask & AT91_GPIO_CFG_PULLUP) { in at91_pio_ioctl()