Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu_init.c2166 SET_WDT_PERIOD(16, 20, 24, 28); in init_proc_405()
2234 SET_WDT_PERIOD(20, 24, 28, 32); in init_proc_440EP()
2328 SET_WDT_PERIOD(20, 24, 28, 32); in init_proc_440GP()
2398 SET_WDT_PERIOD(20, 24, 28, 32); in init_proc_440x5()
H A Dcpu.h1442 #define SET_WDT_PERIOD(a_, b_, c_, d_) \ macro