Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dppc_booke.c123 wp = env->wdt_period[wp]; in booke_get_wdt_target()
/openbmc/qemu/target/ppc/
H A Dcpu.h1381 uint8_t wdt_period[4]; member
1425 env->wdt_period[0] = (a_); \
1426 env->wdt_period[1] = (b_); \
1427 env->wdt_period[2] = (c_); \
1428 env->wdt_period[3] = (d_); \
/openbmc/linux/drivers/watchdog/
H A DKconfig2003 The value can be overridden by the wdt_period command-line parameter.