Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dpseries-wdt.c27 #define PSERIES_WDTF_OP_STOP 0x200UL /* stop timer */ macro
124 rc = plpar_hcall_norets(H_WATCHDOG, PSERIES_WDTF_OP_STOP, pw->num); in pseries_wdt_stop()
/openbmc/qemu/hw/watchdog/
H A Dspapr_watchdog.c38 #define PSERIES_WDTF_OP_STOP 0x2 macro
170 case PSERIES_WDTF_OP_STOP: in h_watchdog()