Searched refs:CMD_KBD_DIS (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | i8042.h | 34 #define CMD_KBD_DIS 0xad /* keyboard disable */ macro |
/openbmc/u-boot/drivers/input/ | ||
H A D | i8042.c | 206 out8(I8042_CMD_REG, CMD_KBD_DIS); in i8042_disable() |