Home
last modified time | relevance | path

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

/freebsd/lib/libgpio/
H A Dlibgpio.h51 GPIO_VALUE_HIGH = GPIO_PIN_HIGH
/freebsd/sys/sys/
H A Dgpio.h60 #define GPIO_PIN_HIGH 0x01 /* high level (logical 1) */ macro
/freebsd/sys/dev/gpio/
H A Dgpioled.c84 onoff ? GPIO_PIN_HIGH : GPIO_PIN_LOW); in gpioled_control()
H A Dpl061.c193 *value = GPIO_PIN_HIGH; in pl061_pin_get()
205 uint8_t d = (value == GPIO_PIN_HIGH) ? 0xff : 0x00; in pl061_pin_set()
H A Dacpi_gpiobus.c268 GPIO_PIN_HIGH : GPIO_PIN_LOW) != 0) in acpi_gpiobus_space_handler()
H A Dchvgpio.c305 *value = GPIO_PIN_HIGH; in chvgpio_pin_get()
H A Dbytgpio.c508 *value = GPIO_PIN_HIGH; in bytgpio_pin_get()
/freebsd/sys/dev/amdgpio/
H A Damdgpio.c266 *value = GPIO_PIN_HIGH; in amdgpio_pin_get()
271 *value = GPIO_PIN_HIGH; in amdgpio_pin_get()
/freebsd/sys/dev/eqos/
H A Dif_eqos_fdt.c130 pin_value = GPIO_PIN_HIGH; in eqos_phy_reset()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c254 case GPIO_PIN_HIGH: in chipc_gpio_pin_set()
312 *pin_value = pin_high ? GPIO_PIN_HIGH : GPIO_PIN_LOW; in chipc_gpio_pin_get()
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_ehci.c225 GPIO_PIN_SET(sc_gpio_dev, GPIO_USB_PWR, GPIO_PIN_HIGH); in phy_init()
H A Dvf_dcu4.c408 GPIO_PIN_SET(gpio_dev, panel.backlight_pin, GPIO_PIN_HIGH); in dcu_attach()
/freebsd/sys/dev/dwc/
H A Dif_dwc.c396 pin_value = GPIO_PIN_HIGH; in dwc_reset_phy()
/freebsd/sys/arm/allwinner/
H A Dif_awg.c1823 pin_value = GPIO_PIN_HIGH; in awg_phy_reset()