Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/watchdog/
H A Dat91sam9_wdt.c57 if (readl(priv->regs + AT91_WDT_MR) & AT91_WDT_MR_WDDIS) { in at91_wdt_start()
84 priv->regval |= AT91_WDT_MR_WDDIS; in at91_wdt_stop()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_wdt.h41 #define AT91_WDT_MR_WDDIS 0x00008000 macro
/openbmc/u-boot/arch/arm/mach-at91/
H A Dspl.c19 writel(AT91_WDT_MR_WDDIS, &wdt->mr); in at91_disable_wdt()
/openbmc/u-boot/include/configs/
H A Dat91sam9263ek.h182 AT91_WDT_MR_WDDIS | \
H A Dpm9261.h129 AT91_WDT_MR_WDDIS | \
H A Dpm9263.h141 AT91_WDT_MR_WDDIS | \