HomeSort by relevance Sort by last modified time
    Searched defs:Out8042Command (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
CommPs2.c 41 Status = Out8042Command (IsaIo, SELF_TEST);
59 Status = Out8042Command (IsaIo, READ_CMD_BYTE);
69 Status = Out8042Command (IsaIo, WRITE_CMD_BYTE);
98 return Out8042Command (IsaIo, ENABLE_AUX);
116 return Out8042Command (IsaIo, DISABLE_AUX);
134 return Out8042Command (IsaIo, ENABLE_KB);
152 return Out8042Command (IsaIo, DISABLE_KB);
175 Status = Out8042Command (IsaIo, READ_CMD_BYTE);
547 Out8042Command (
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
CommPs2.c 41 Status = Out8042Command (IsaIo, SELF_TEST);
59 Status = Out8042Command (IsaIo, READ_CMD_BYTE);
69 Status = Out8042Command (IsaIo, WRITE_CMD_BYTE);
98 return Out8042Command (IsaIo, ENABLE_AUX);
116 return Out8042Command (IsaIo, DISABLE_AUX);
134 return Out8042Command (IsaIo, ENABLE_KB);
152 return Out8042Command (IsaIo, DISABLE_KB);
175 Status = Out8042Command (IsaIo, READ_CMD_BYTE);
546 Out8042Command (
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/
CommPs2.c 39 Status = Out8042Command (SELF_TEST);
57 Status = Out8042Command (READ_CMD_BYTE);
67 Status = Out8042Command (WRITE_CMD_BYTE);
94 return Out8042Command (ENABLE_AUX);
112 return Out8042Command (DISABLE_AUX);
130 return Out8042Command (ENABLE_KB);
146 return Out8042Command (DISABLE_KB);
167 Status = Out8042Command (READ_CMD_BYTE);
517 Out8042Command (

Completed in 71 milliseconds