Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/rpi3/gpio/
Drpi3_gpio.c115 return GPIO_LEVEL_LOW; in rpi3_gpio_get_value()
126 case GPIO_LEVEL_LOW: in rpi3_gpio_set_value()
/trusted-firmware-a-latest/include/drivers/
Dgpio.h15 #define GPIO_LEVEL_LOW ARM_TF_GPIO_LEVEL_LOW macro
/trusted-firmware-a-latest/plat/qemu/common/
Dqemu_pm.c211 gpio_set_value(SECURE_GPIO_POWEROFF, GPIO_LEVEL_LOW); in qemu_system_off()
225 gpio_set_value(SECURE_GPIO_RESET, GPIO_LEVEL_LOW); in qemu_system_reset()
/trusted-firmware-a-latest/drivers/gpio/
Dgpio.c54 assert((value == GPIO_LEVEL_LOW) || (value == GPIO_LEVEL_HIGH)); in gpio_set_value()
/trusted-firmware-a-latest/plat/brcm/board/stingray/src/
Dbl2_setup.c506 val = GPIO_LEVEL_LOW; in gpio_get_state()
525 if (gpio_get_value(gpio) == GPIO_LEVEL_LOW) { in gpio_get_state()
526 val = GPIO_LEVEL_LOW; in gpio_get_state()
/trusted-firmware-a-latest/drivers/arm/pl061/
Dpl061_gpio.c100 return GPIO_LEVEL_LOW; in pl061_get_value()
/trusted-firmware-a-latest/plat/hisilicon/hikey/
Dhikey_bl_common.c78 gpio_set_value(33, GPIO_LEVEL_LOW); in hikey_gpio_init()
89 gpio_set_value(0, GPIO_LEVEL_LOW); in hikey_pmussi_init()
/trusted-firmware-a-latest/plat/hisilicon/hikey960/
Dhikey960_pm.c123 gpio_set_value(176, GPIO_LEVEL_LOW); in hikey960_system_off()
Dhikey960_bl_common.c479 gpio_set_value(89, GPIO_LEVEL_LOW); in hikey960_gpio_init()