Searched defs:CommandByte (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2KbdCtrller.c1495 UINT8 CommandByte; local
1523 Status = KeyboardRead (ConsoleIn, &CommandByte);
1560 Status = KeyboardRead (ConsoleIn, &CommandByte);
1568 if ((CommandByte & 0x20) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.c994 UINT8 CommandByte; local
1060 &CommandByte
1070 if ((CommandByte & KB_CMMBYTE_DISABLE_AUX) != 0) {
1165 CommandByte = 0;
1168 (UINT8) ((CommandByte &

Completed in 36 milliseconds