Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/watchdog/
Dasm9260_wdt.c49 HW_RESET, enumerator
104 if (priv->mode == HW_RESET) in asm9260_wdt_enable()
267 priv->mode = HW_RESET; in asm9260_wdt_get_dt_mode()
275 priv->mode = HW_RESET; in asm9260_wdt_get_dt_mode()
330 if (priv->mode != HW_RESET) in asm9260_wdt_probe()
/Linux-v5.10/drivers/net/ethernet/alteon/
Dacenic.h181 #define HW_RESET 0x08 macro
Dacenic.c883 writel(HW_RESET | (HW_RESET << 24), &regs->HostCtrl); in ace_init()