Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu_init.c2154 SET_WDT_PERIOD(16, 20, 24, 28); in init_proc_405()
2222 SET_WDT_PERIOD(20, 24, 28, 32); in init_proc_440EP()
2316 SET_WDT_PERIOD(20, 24, 28, 32); in init_proc_440GP()
2386 SET_WDT_PERIOD(20, 24, 28, 32); in init_proc_440x5()
H A Dcpu.h1423 #define SET_WDT_PERIOD(a_, b_, c_, d_) \ macro