Home
last modified time | relevance | path

Searched refs:GPIO_PIN_INVOUT (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/mips/rt305x/
HDrt305x_gpio.c60 GPIO_PIN_INVOUT | GPIO_PIN_REPORT )
63 GPIO_PIN_INVOUT )
120 if (flags & GPIO_PIN_INVOUT) { in rt305x_gpio_pin_configure()
121 pin->gp_flags |= GPIO_PIN_INVOUT; in rt305x_gpio_pin_configure()
125 pin->gp_flags &= ~GPIO_PIN_INVOUT; in rt305x_gpio_pin_configure()
505 GPIO_PIN_INPUT|GPIO_PIN_INVOUT| in rt305x_gpio_attach()
506 GPIO_PIN_INVOUT|GPIO_PIN_REPORT); in rt305x_gpio_attach()
512 GPIO_PIN_INPUT|GPIO_PIN_INVOUT); in rt305x_gpio_attach()
/NextBSD/sys/sys/
HDgpio.h71 #define GPIO_PIN_INVOUT 0x0100 /* invert output */ macro
/NextBSD/usr.sbin/gpioctl/
HDgpioctl.c57 { "IO", GPIO_PIN_INVOUT },
/NextBSD/lib/libgpio/
HDgpio.c271 return (gpio_pin_set_flag(handle, pin, GPIO_PIN_INVOUT)); in gpio_pin_invout()
/NextBSD/sys/mips/conf/
HDWZR-300HP.hints127 #define GPIO_PIN_INVOUT 0x0100 /* invert output */