Searched refs:SET_WDT_PERIOD (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 2154 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 D | cpu.h | 1423 #define SET_WDT_PERIOD(a_, b_, c_, d_) \ macro
|