Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/S3/
H A Ds3_pkb.c54 #define KBD_INTREQ 0x400 /* Request key interrupt pending */ macro
157 pkb_unit.u3 &= ~KBD_INTREQ; in pkb()
204 if (pkb_unit.u3 & KBD_INTREQ) in pkb()
260 pkb_unit.u3 |= KBD_INTREQ; in pkb_svc()