Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dpseries-wdt.c28 #define PSERIES_WDTF_OP_QUERY 0x300UL /* query timer capabilities */ macro
153 rc = plpar_hcall(H_WATCHDOG, ret, PSERIES_WDTF_OP_QUERY); in pseries_wdt_probe()
/openbmc/qemu/hw/watchdog/
H A Dspapr_watchdog.c39 #define PSERIES_WDTF_OP_QUERY 0x3 macro
180 case PSERIES_WDTF_OP_QUERY: in h_watchdog()