Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dcpuint.h90 #define IC_PER_GRA 20 /* 0x00100000 - Architecture dependent (CR9 >> 8) */ macro
176 | BIT(IC_PER_GRA) \
463 (_regs)->ints_mask |= BIT(IC_PER_GRA); \
609 (_regs)->ints_mask &= ~BIT(IC_PER_GRA); \
646 #define IS_IC_PER_GRA(_regs) ( (_regs)->ints_mask & BIT(IC_PER_GRA) )
667 #define EN_IC_PER_GRA(_regs) ( EN_IC_PER(_regs) && ((_regs)->ints_state & BIT(IC_PER_GRA)) )
724 ( (_regs)->ints_state & (_regs)->ints_mask & BIT(IC_PER_GRA) )