Home
last modified time | relevance | path

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

/openbmc/qemu/hw/m68k/
H A Dmcf5208.c44 #define PCSR_PIE 0x0008 macro
64 if ((s->pcsr & (PCSR_PIE | PCSR_PIF)) == (PCSR_PIE | PCSR_PIF)) in m5208_timer_update()
84 if (((s->pcsr ^ value) & ~PCSR_PIE) == 0) { in m5208_timer_write()