Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dpckbd.c125 #define KBD_OUT_A20 0x02 /* x86 only */ macro
380 s->outport |= KBD_OUT_A20; in kbd_write_command()
384 s->outport &= ~KBD_OUT_A20; in kbd_write_command()
479 s->outport = KBD_OUT_RESET | KBD_OUT_A20 | KBD_OUT_ONES; in kbd_reset()
489 return KBD_OUT_RESET | KBD_OUT_A20 | KBD_OUT_ONES in kbd_outport_default()