Home
last modified time | relevance | path

Searched refs:SPR_40x_TCR (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dppc.c1193 switch ((env->spr[SPR_40x_TCR] >> 24) & 0x3) { in cpu_4xx_fit_cb()
1213 if ((env->spr[SPR_40x_TCR] >> 23) & 0x1) { in cpu_4xx_fit_cb()
1228 !((env->spr[SPR_40x_TCR] >> 26) & 0x1) || in start_stop_pit()
1229 (is_excp && !((env->spr[SPR_40x_TCR] >> 22) & 0x1))) { in start_stop_pit()
1258 if ((env->spr[SPR_40x_TCR] >> 26) & 0x1) { in cpu_4xx_pit_cb()
1263 (int)((env->spr[SPR_40x_TCR] >> 26) & 0x1), in cpu_4xx_pit_cb()
1264 env->spr[SPR_40x_TCR], env->spr[SPR_40x_TSR], in cpu_4xx_pit_cb()
1280 switch ((env->spr[SPR_40x_TCR] >> 30) & 0x3) { in cpu_4xx_wdt_cb()
1310 if ((env->spr[SPR_40x_TCR] >> 27) & 0x1) { in cpu_4xx_wdt_cb()
1317 switch ((env->spr[SPR_40x_TCR] >> 28) & 0x3) { in cpu_4xx_wdt_cb()
[all …]
/openbmc/qemu/target/ppc/
H A Dcpu.h2210 #define SPR_40x_TCR (0x3DA) macro
H A Dcpu_init.c1134 spr_register(env, SPR_40x_TCR, "TCR", in register_40x_sprs()
7718 env->spr[SPR_40x_TCR], env->spr[SPR_40x_TSR], in ppc_cpu_dump_state()