HomeSort by relevance Sort by last modified time
    Searched refs:KBC_PARE (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/
CommPs2.h 83 #define KBC_PARE 0x80
Ps2Mouse.c 254 if ((Data & (KBC_PARE | KBC_TIM)) == (KBC_PARE | KBC_TIM)) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
CommPs2.h 81 #define KBC_PARE 0x80
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
CommPs2.h 81 #define KBC_PARE 0x80
Ps2Mouse.c 234 if ((Data & (KBC_PARE | KBC_TIM)) == (KBC_PARE | KBC_TIM)) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
Ps2Keyboard.c 268 if ((KeyReadStatusRegister (ConsoleIn) & (KBC_PARE | KBC_TIM)) == (KBC_PARE | KBC_TIM)) {
Ps2Keyboard.h 223 #define KBC_PARE 0x80 // Parity Error
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/
Ps2Keyboard.c 287 if ((KeyReadStatusRegister (ConsoleIn) & (KBC_PARE | KBC_TIM)) == (KBC_PARE | KBC_TIM)) {
Ps2Keyboard.h 224 #define KBC_PARE 0x80 // Parity Error

Completed in 3910 milliseconds