Home
last modified time | relevance | path

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

/qemu/hw/input/
H A Dpckbd.c124 #define KBD_OUT_RESET 0x01 /* 1=normal mode, 0=reset */ macro
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()