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.c2155 SET_WDT_PERIOD(16, 20, 24, 28); in init_proc_405()
2223 SET_WDT_PERIOD(20, 24, 28, 32); in init_proc_440EP()
2317 SET_WDT_PERIOD(20, 24, 28, 32); in init_proc_440GP()
2387 SET_WDT_PERIOD(20, 24, 28, 32); in init_proc_440x5()
H A Dcpu.h1429 #define SET_WDT_PERIOD(a_, b_, c_, d_) \ macro