Home
last modified time | relevance | path

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

/src/sys/arm/broadcom/bcm2835/
H A Draspberrypi_gpio.c97 if (flags & (GPIO_PIN_PRESET_HIGH | GPIO_PIN_PRESET_LOW)) { in rpi_fw_gpio_pin_configure()
98 if (flags & GPIO_PIN_PRESET_HIGH) { in rpi_fw_gpio_pin_configure()
257 sc->sc_gpio_pins[i].gp_flags &= ~(GPIO_PIN_PRESET_HIGH | in rpi_fw_gpio_pin_set()
/src/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c665 if (flags & GPIO_PIN_PRESET_HIGH) { in chipc_gpio_pin_update()
717 output_flag = flags & (GPIO_PIN_PRESET_HIGH | GPIO_PIN_PRESET_LOW in chipc_gpio_check_flags()
729 case GPIO_PIN_PRESET_HIGH: in chipc_gpio_check_flags()
731 case (GPIO_PIN_PRESET_HIGH|GPIO_PIN_PULSATE): in chipc_gpio_check_flags()
/src/sys/sys/
H A Dgpio.h77 #define GPIO_PIN_PRESET_HIGH 0x00000800 /* low before enabling output */ macro
/src/sys/arm/freescale/imx/
H A Dimx_gpio.c545 } else if (flags & GPIO_PIN_PRESET_HIGH) { in imx51_gpio_pin_configure()
764 else if (flags & GPIO_PIN_PRESET_HIGH) in imx51_gpio_pin_config_32()
/src/sys/arm64/apple/
H A Dapple_pinctrl.c211 else if ((flags & GPIO_PIN_PRESET_HIGH) != 0) in apple_pinctrl_pin_configure()
/src/sys/arm/allwinner/
H A Daw_gpio.c575 } else if (flags & GPIO_PIN_PRESET_HIGH) { in aw_gpio_pin_configure()