Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Datkbdc.c86 #define KBD_DISABLE_KBD_PORT 0x10 macro
90 #define KBD_KBD_CONTROL_BITS (KBD_DISABLE_KBD_PORT | KBD_ENABLE_KBD_INT)
440 sc->ram[0] |= KBD_DISABLE_KBD_PORT; in atkbdc_sts_ctl_handler()
443 sc->ram[0] &= ~KBD_DISABLE_KBD_PORT; in atkbdc_sts_ctl_handler()
488 } else if (sc->kbd.bcnt > 0 && (sc->ram[0] & KBD_DISABLE_KBD_PORT) == 0) { in atkbdc_sts_ctl_handler()