Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_pm.c194 gpio_set_direction(SECURE_GPIO_POWEROFF, GPIO_DIR_OUT); in qemu_system_off()
195 gpio_set_value(SECURE_GPIO_POWEROFF, GPIO_LEVEL_LOW); in qemu_system_off()
196 gpio_set_value(SECURE_GPIO_POWEROFF, GPIO_LEVEL_HIGH); in qemu_system_off()
/rk3399_ARM-atf/plat/qemu/qemu/include/
H A Dplatform_def.h93 #define SECURE_GPIO_POWEROFF 0 macro