Home
last modified time | relevance | path

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

/openbmc/u-boot/board/ve8313/
H A Dve8313.c114 #define VE8313_WDT_TRIG 0x00040000 macro
123 clrbits_be32(&gpio->dat, VE8313_WDT_EN | VE8313_WDT_TRIG); in board_early_init_f()
126 setbits_be32(&gpio->dat, VE8313_WDT_EN | VE8313_WDT_TRIG); in board_early_init_f()
129 setbits_be32(&gpio->dir, VE8313_WDT_EN | VE8313_WDT_TRIG); in board_early_init_f()
142 if (reg & VE8313_WDT_TRIG) in hw_watchdog_reset()
143 clrbits_be32(&gpio->dat, VE8313_WDT_TRIG); in hw_watchdog_reset()
145 setbits_be32(&gpio->dat, VE8313_WDT_TRIG); in hw_watchdog_reset()