Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
DBiosKeyboard.h177 #define KB_CAPS_LOCK_BIT (0x1 << 6) macro
DBiosKeyboard.c1829 if ((KbFlag1 & KB_CAPS_LOCK_BIT) == KB_CAPS_LOCK_BIT) { in BiosKeyboardTimerHandler()
1864 if ((KbFlag1 & KB_CAPS_LOCK_BIT) == KB_CAPS_LOCK_BIT) { in BiosKeyboardTimerHandler()