Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/siemens/rut/
H A Dboard.c203 static int hw_watchdog_trigger_level; variable
210 hw_watchdog_trigger_level = hw_watchdog_trigger_level ? 0 : 1; in hw_watchdog_reset()
211 gpio_set_value(WATCHDOG_TRIGGER_GPIO, hw_watchdog_trigger_level); in hw_watchdog_reset()
217 gpio_direction_output(WATCHDOG_TRIGGER_GPIO, hw_watchdog_trigger_level); in hw_watchdog_init()