Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dchannel.c2247 syncio = IS_CCW_TIC(dev->code) || IS_CCW_SENSE(dev->code) in ARCH_DEP()
2758 if (IS_CCW_TIC(opcode)) in ARCH_DEP()
H A Desa390.h974 #define IS_CCW_TIC(c) (((c)&0x0F)==0x08) macro