Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDgpio.h57 #define GPIO_PIN_HIGH 0x01 /* high level (logical 1) */ macro
/NextBSD/sys/arm/allwinner/
HDa10_ehci.c189 GPIO_PIN_SET(sc_gpio_dev, GPIO_USB2_PWR, GPIO_PIN_HIGH); in a10_ehci_attach()
193 GPIO_PIN_SET(sc_gpio_dev, GPIO_USB1_PWR, GPIO_PIN_HIGH); in a10_ehci_attach()
HDa10_ahci.c329 GPIO_PIN_SET(gpio, GPIO_AHCI_PWR, GPIO_PIN_HIGH); in ahci_a10_attach()
/NextBSD/lib/libgpio/
HDlibgpio.h53 GPIO_VALUE_HIGH = GPIO_PIN_HIGH
/NextBSD/sys/arm/samsung/exynos/
HDexynos5_ehci.c167 GPIO_PIN_SET(gpio_dev, PIN_USB, GPIO_PIN_HIGH); in gpio_ctrl()
205 GPIO_PIN_SET(gpio_dev, pin, GPIO_PIN_HIGH); in reset_hsic_hub()
HDchrome_ec_spi.c86 GPIO_PIN_SET(sc->dev_gpio, EC_SPI_CS, GPIO_PIN_HIGH); in assert_cs()
HDexynos5_usb_phy.c169 GPIO_PIN_SET(gpio_dev, pin, GPIO_PIN_HIGH); in vbus_on()
HDchrome_ec.c126 GPIO_PIN_SET(gpio_dev, sc->our_gpio, GPIO_PIN_HIGH); in bus_release()
/NextBSD/sys/arm/amlogic/aml8726/
HDaml8726_usb_phy-m6.c106 GPIO_PIN_LOW : GPIO_PIN_HIGH)
108 GPIO_PIN_HIGH : GPIO_PIN_LOW)
HDaml8726_usb_phy-m3.c109 GPIO_PIN_LOW : GPIO_PIN_HIGH)
111 GPIO_PIN_HIGH : GPIO_PIN_LOW)
HDaml8726_mmc.c108 GPIO_PIN_HIGH)
109 #define PWR_OFF_FLAG(pol) ((pol) == 0 ? GPIO_PIN_HIGH : \
HDaml8726_sdxc-m8.c159 GPIO_PIN_LOW : GPIO_PIN_HIGH)
161 GPIO_PIN_HIGH : GPIO_PIN_LOW)
/NextBSD/sys/dev/gpio/
HDgpiobacklight.c94 sc->sc_brightness ? GPIO_PIN_HIGH : GPIO_PIN_LOW); in gpiobacklight_update_brightness()
HDgpioled.c95 onoff ? GPIO_PIN_HIGH : GPIO_PIN_LOW); in gpioled_control()
/NextBSD/sys/arm/freescale/vybrid/
HDvf_ehci.c218 GPIO_PIN_SET(sc_gpio_dev, GPIO_USB_PWR, GPIO_PIN_HIGH); in phy_init()
HDvf_dcu4.c410 GPIO_PIN_SET(gpio_dev, panel.backlight_pin, GPIO_PIN_HIGH); in dcu_attach()