Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Di8042.h35 #define CMD_KBD_DIS 0xad /* keyboard disable */ macro
/OK3568_Linux_fs/u-boot/drivers/input/
H A Di8042.c212 out8(I8042_CMD_REG, CMD_KBD_DIS); in i8042_disable()