Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/watchdog/
Dpseries-wdt.c109 rc = plpar_hcall_norets(H_WATCHDOG, flags, pw->num, msecs); in pseries_wdt_start()
124 rc = plpar_hcall_norets(H_WATCHDOG, PSERIES_WDTF_OP_STOP, pw->num); in pseries_wdt_stop()
153 rc = plpar_hcall(H_WATCHDOG, ret, PSERIES_WDTF_OP_QUERY); in pseries_wdt_probe()
/linux-6.1.9/arch/powerpc/include/asm/
Dhvcall.h338 #define H_WATCHDOG 0x45C macro
339 #define MAX_HCALL_OPCODE H_WATCHDOG