Home
last modified time | relevance | path

Searched refs:GPIO_PIN_HIGH (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/lib/libgpio/
HDlibgpio.h51 GPIO_VALUE_HIGH = GPIO_PIN_HIGH
/freebsd-13-stable/sys/sys/
HDgpio.h60 #define GPIO_PIN_HIGH 0x01 /* high level (logical 1) */ macro
/freebsd-13-stable/sys/dev/gpio/
HDgpioled.c84 onoff ? GPIO_PIN_HIGH : GPIO_PIN_LOW); in gpioled_control()
HDpl061.c200 *value = GPIO_PIN_HIGH; in pl061_pin_get()
212 uint8_t d = (value == GPIO_PIN_HIGH) ? 0xff : 0x00; in pl061_pin_set()
HDchvgpio.c305 *value = GPIO_PIN_HIGH; in chvgpio_pin_get()
HDbytgpio.c506 *value = GPIO_PIN_HIGH; in bytgpio_pin_get()
/freebsd-13-stable/sys/dev/amdgpio/
HDamdgpio.c266 *value = GPIO_PIN_HIGH; in amdgpio_pin_get()
271 *value = GPIO_PIN_HIGH; in amdgpio_pin_get()
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
HDchipc_gpio.c255 case GPIO_PIN_HIGH: in chipc_gpio_pin_set()
313 *pin_value = pin_high ? GPIO_PIN_HIGH : GPIO_PIN_LOW; in chipc_gpio_pin_get()
/freebsd-13-stable/sys/arm/freescale/vybrid/
HDvf_ehci.c227 GPIO_PIN_SET(sc_gpio_dev, GPIO_USB_PWR, GPIO_PIN_HIGH); in phy_init()
HDvf_dcu4.c409 GPIO_PIN_SET(gpio_dev, panel.backlight_pin, GPIO_PIN_HIGH); in dcu_attach()
/freebsd-13-stable/sys/dev/dwc/
HDif_dwc.c1535 pin_value = GPIO_PIN_HIGH; in dwc_reset()
/freebsd-13-stable/sys/arm/allwinner/
HDif_awg.c1822 pin_value = GPIO_PIN_HIGH; in awg_phy_reset()