Home
last modified time | relevance | path

Searched refs:GPIO_PIN_PUSHPULL (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/arm64/qoriq/
H A Dls1046_gpio.c60 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)
201 ((flags & GPIO_PIN_OPENDRAIN) && (flags & GPIO_PIN_PUSHPULL))) in qoriq_gpio_configure()
219 newflags |= GPIO_PIN_PUSHPULL; in qoriq_gpio_configure()
478 newflags[i] |= GPIO_PIN_PUSHPULL; in qoriq_gpio_pin_config_32()
/f-stack/freebsd/sys/
H A Dgpio.h71 #define GPIO_PIN_PUSHPULL 0x00000008 /* push-pull output */ macro
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dmax77620_gpio.c466 *out_flags |= GPIO_PIN_PUSHPULL; in max77620_gpio_get_mode()
555 (flags & GPIO_PIN_PUSHPULL)) { in max77620_gpio_pin_setflags()
709 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | in max77620_gpio_attach()
/f-stack/freebsd/mips/conf/
H A DWZR-300HP.hints122 #define GPIO_PIN_PUSHPULL 0x0008 /* push-pull output */
/f-stack/freebsd/arm/nvidia/
H A Das3722_gpio.c561 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_TRISTATE | in as3722_gpio_attach()
/f-stack/freebsd/arm/mv/
H A Dgpio.c66 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | \