Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dppc_booke.c62 #define TCR_E500_WPEXT_SHIFT 17 /* Watchdog Timer Period Extension */ macro
63 #define TCR_E500_WPEXT_MASK (0xf << TCR_E500_WPEXT_SHIFT)
130 >> TCR_E500_WPEXT_SHIFT; in booke_get_wdt_target()