Home
last modified time | relevance | path

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

/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()
100 if (flags & GPIO_PIN_PRESET_HIGH) { in rpi_fw_gpio_pin_configure()
259 sc->sc_gpio_pins[i].gp_flags &= ~(GPIO_PIN_PRESET_HIGH | in rpi_fw_gpio_pin_set()
/f-stack/freebsd/sys/
H A Dgpio.h79 #define GPIO_PIN_PRESET_HIGH 0x00000800 /* low before enabling output */ macro
/f-stack/freebsd/arm/freescale/imx/
H A Dimx_gpio.c547 } else if (flags & GPIO_PIN_PRESET_HIGH) { in imx51_gpio_pin_configure()
766 else if (flags & GPIO_PIN_PRESET_HIGH) in imx51_gpio_pin_config_32()
/f-stack/freebsd/arm/allwinner/
H A Daw_gpio.c475 } else if (flags & GPIO_PIN_PRESET_HIGH) { in aw_gpio_pin_configure()