Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Domap_wdt.h30 #define WDT_WCLR_PRE BIT(5) macro
/openbmc/u-boot/drivers/watchdog/
H A Domap_wdt.c122 writel(WDT_WCLR_PRE | (PTV << WDT_WCLR_PTV_OFF), &wdt->wdtwclr); in hw_watchdog_init()