Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Di8042.h36 #define CMD_KBD_EN 0xae /* keyboard enable */ macro
/OK3568_Linux_fs/u-boot/drivers/input/
H A Di8042.c156 if (kbd_write(I8042_CMD_REG, CMD_KBD_EN) || in kbd_reset()