Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dbcm7038_wdt.c26 #define WDT_STOP_1 0xee00 macro
77 writel(WDT_STOP_1, wdt->base + WDT_CMD_REG); in bcm7038_wdt_stop()
Dbcm63xx_wdt.c69 bcm_writel(WDT_STOP_1, bcm63xx_wdt_device.regs + WDT_CTL_REG); in bcm63xx_wdt_hw_stop()
/linux-4.4.14/arch/mips/bcm63xx/
Dprom.c28 bcm_wdt_writel(WDT_STOP_1, WDT_CTL_REG); in prom_init()
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h456 #define WDT_STOP_1 (0xee00) macro