Home
last modified time | relevance | path

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

/openbmc/u-boot/include/faraday/
H A Dftwdt010_wdt.h46 #define FTWDT010_WDCR_RST (1 << 1) macro
/openbmc/u-boot/drivers/watchdog/
H A Dftwdt010_wdt.c62 writel((FTWDT010_WDCR_RST | FTWDT010_WDCR_ENABLE), &wd->wdcr); in ftwdt010_wdt_reset()