Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu_init.c2152 SET_FIT_PERIOD(8, 12, 16, 20); in init_proc_405()
2220 SET_FIT_PERIOD(12, 16, 20, 24); in init_proc_440EP()
2314 SET_FIT_PERIOD(12, 16, 20, 24); in init_proc_440GP()
2384 SET_FIT_PERIOD(12, 16, 20, 24); in init_proc_440x5()
H A Dcpu.h1436 #define SET_FIT_PERIOD(a_, b_, c_, d_) \ macro