Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/mediatek/lib/system_reset/
Dreset_cros.c19 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in mtk_system_reset_cros() local
23 gpio_set_value(gpio_reset->index, gpio_reset->polarity); in mtk_system_reset_cros()
/trusted-firmware-a-latest/plat/mediatek/mt8192/
Dplat_pm.c356 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in plat_mtk_system_reset() local
360 gpio_set_value(gpio_reset->index, gpio_reset->polarity); in plat_mtk_system_reset()
/trusted-firmware-a-latest/plat/mediatek/mt8195/
Dplat_pm.c349 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in plat_mtk_system_reset() local
353 gpio_set_value(gpio_reset->index, gpio_reset->polarity); in plat_mtk_system_reset()
/trusted-firmware-a-latest/plat/mediatek/mt8186/
Dplat_pm.c346 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in plat_mtk_system_reset() local
350 gpio_set_value(gpio_reset->index, gpio_reset->polarity); in plat_mtk_system_reset()
/trusted-firmware-a-latest/plat/mediatek/mt8183/
Dplat_pm.c533 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in plat_mtk_system_reset() local
537 mt_set_gpio_out(gpio_reset->index, gpio_reset->polarity); in plat_mtk_system_reset()