Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu_init.c2153 SET_FIT_PERIOD(8, 12, 16, 20); in init_proc_405()
2221 SET_FIT_PERIOD(12, 16, 20, 24); in init_proc_440EP()
2315 SET_FIT_PERIOD(12, 16, 20, 24); in init_proc_440GP()
2385 SET_FIT_PERIOD(12, 16, 20, 24); in init_proc_440x5()
H A Dcpu.h1415 #define SET_FIT_PERIOD(a_, b_, c_, d_) \ macro