Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dimx_gpio.c33 IMX_GPIO_LEVEL_LOW = 0, enumerator
112 IMXGPIOLevel imx_level = level ? IMX_GPIO_LEVEL_HIGH : IMX_GPIO_LEVEL_LOW; in imx_gpio_set()