Searched refs:WDIOF_CARDRESET (Results 1 – 25 of 53) sorted by relevance
123
/openbmc/docs/designs/ |
H A D | bmc-reboot-cause-update.md | 20 and **WDIOF_CARDRESET**, but this is insufficient to meet today's needs. 68 3. Revise the Definition of **WDIOF_CARDRESET**: 70 - The **WDIOF_CARDRESET** type will now specifically indicate resets caused by 84 | WDIOF_CARDRESET | 0x20 | return 0x20 if reset by Watchdog | 94 In the original approach, **WDIOF_CARDRESET** was used to represent a **POR** 96 watchdog resets and power-on resets. Therefore, we now use **WDIOF_CARDRESET**
|
/openbmc/linux/drivers/watchdog/ |
H A D | ep93xx_wdt.c | 73 .options = WDIOF_CARDRESET | 106 wdd->bootstatus = (val & 0x01) ? WDIOF_CARDRESET : 0; in ep93xx_wdt_probe()
|
H A D | lantiq_wdt.c | 95 WDIOF_CARDRESET, 174 return WDIOF_CARDRESET; in ltq_wdt_xrx_bootstatus_get() 195 return WDIOF_CARDRESET; in ltq_wdt_falcon_bootstatus_get()
|
H A D | pm8916_wdt.c | 120 WDIOF_OVERHEAT | WDIOF_CARDRESET | WDIOF_POWERUNDER, 126 WDIOF_OVERHEAT | WDIOF_CARDRESET | WDIOF_POWERUNDER | 197 wdt->wdev.bootstatus |= WDIOF_CARDRESET; in pm8916_wdt_probe()
|
H A D | qcom-wdt.c | 164 | WDIOF_CARDRESET, 173 | WDIOF_CARDRESET, 268 wdt->wdd.bootstatus = WDIOF_CARDRESET; in qcom_wdt_probe()
|
H A D | pnx4008_wdt.c | 161 .options = WDIOF_CARDRESET | WDIOF_MAGICCLOSE | 198 WDIOF_CARDRESET : 0; in pnx4008_wdt_probe()
|
H A D | via_wdt.c | 137 .options = WDIOF_CARDRESET | 212 wdt_dev.bootstatus |= WDIOF_CARDRESET; in wdt_probe()
|
H A D | pic32-wdt.c | 149 WDIOF_MAGICCLOSE | WDIOF_CARDRESET, 202 wdd->bootstatus = pic32_wdt_bootstatus(wdt) ? WDIOF_CARDRESET : 0; in pic32_wdt_drv_probe()
|
H A D | pika_wdt.c | 60 .options = WDIOF_CARDRESET | 270 pikawdt_private.bootstatus = WDIOF_CARDRESET; in pikawdt_init()
|
H A D | sa1100_wdt.c | 111 .options = WDIOF_CARDRESET | WDIOF_SETTIMEOUT 215 boot_status = WDIOF_CARDRESET; in sa1100dog_probe()
|
H A D | mlx_wdt.c | 66 if (!(wdt->wdd.info->options & WDIOF_CARDRESET)) in mlxreg_wdt_check_card_reset() 73 wdt->wdd.bootstatus = WDIOF_CARDRESET; in mlxreg_wdt_check_card_reset() 212 | WDIOF_CARDRESET,
|
H A D | ath79_wdt.c | 178 WDIOF_MAGICCLOSE | WDIOF_CARDRESET, 283 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0; in ath79_wdt_probe()
|
H A D | pcwd.c | 359 if (pcwd_private.boot_status & WDIOF_CARDRESET) in pcwd_show_card_info() 505 *status |= WDIOF_CARDRESET; in pcwd_get_status() 516 *status |= WDIOF_CARDRESET; in pcwd_get_status() 595 WDIOF_CARDRESET | in pcwd_ioctl()
|
H A D | pcwd_pci.c | 249 if (pcipcwd_private.boot_status & WDIOF_CARDRESET) in pcipcwd_show_card_info() 344 *status |= WDIOF_CARDRESET; in pcipcwd_get_status() 470 WDIOF_CARDRESET | in pcipcwd_ioctl()
|
H A D | sbsa_gwdt.c | 245 WDIOF_CARDRESET, 305 wdd->bootstatus |= WDIOF_CARDRESET; in sbsa_gwdt_probe()
|
H A D | renesas_wdt.c | 162 WDIOF_CARDRESET, 239 priv->wdev.bootstatus = csra & RWTCSRA_WOVF ? WDIOF_CARDRESET : 0; in rwdt_probe()
|
H A D | menf21bmc_wdt.c | 47 data->wdt.bootstatus |= WDIOF_CARDRESET; in menf21bmc_wdt_set_bootstatus()
|
H A D | ixp4xx_wdt.c | 176 iwdt->wdd.bootstatus = WDIOF_CARDRESET; in ixp4xx_wdt_probe()
|
H A D | mtx-1_wdt.c | 136 .options = WDIOF_CARDRESET, in mtx1_wdt_ioctl()
|
H A D | pic32-dmt.c | 195 wdd->bootstatus = pic32_dmt_bootstatus(dmt) ? WDIOF_CARDRESET : 0; in pic32_dmt_probe()
|
H A D | mena21_wdt.c | 183 a21_wdt.bootstatus |= WDIOF_CARDRESET; in a21_wdt_probe()
|
H A D | sb_wdog.c | 98 .options = WDIOF_CARDRESET | WDIOF_SETTIMEOUT |
|
H A D | rt2880_wdt.c | 122 return WDIOF_CARDRESET; in rt288x_wdt_bootcause()
|
H A D | rn5t618_wdt.c | 173 wdt->wdt_dev.bootstatus = WDIOF_CARDRESET; in rn5t618_wdt_probe()
|
/openbmc/linux/include/uapi/linux/ |
H A D | watchdog.h | 44 #define WDIOF_CARDRESET 0x0020 /* Card previously reset the CPU */ macro
|
123