Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c119 #define NUM_SDL_CODES (SDLK_UNDO + 1) macro
121 static int16_t sdl_to_keycode[NUM_SDL_CODES] = {
230 for (i = count = 0; i < NUM_SDL_CODES; i++) { in sandbox_sdl_scan_keys()