Home
last modified time | relevance | path

Searched refs:GPIO_PIN_PRESET_LOW (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dgpio.h78 #define GPIO_PIN_PRESET_LOW 0x00000400 /* preset pin to high or */ macro
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Draspberrypi_gpio.c99 if (flags & (GPIO_PIN_PRESET_HIGH | GPIO_PIN_PRESET_LOW)) { in rpi_fw_gpio_pin_configure()
260 GPIO_PIN_PRESET_LOW); in rpi_fw_gpio_pin_set()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx_gpio.c545 if (flags & GPIO_PIN_PRESET_LOW) { in imx51_gpio_pin_configure()
764 if (flags & GPIO_PIN_PRESET_LOW) in imx51_gpio_pin_config_32()
/f-stack/freebsd/arm/allwinner/
H A Daw_gpio.c473 if (flags & GPIO_PIN_PRESET_LOW) { in aw_gpio_pin_configure()