Home
last modified time | relevance | path

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

/external/u-boot/drivers/input/
Di8042.c108 if (kbd_write(I8042_CMD_REG, cmd)) in kbd_cmd_read()
116 if (kbd_write(I8042_CMD_REG, cmd)) in kbd_cmd_write()
155 if (kbd_write(I8042_CMD_REG, CMD_KBD_EN) || in kbd_reset()
211 out8(I8042_CMD_REG, CMD_KBD_DIS); in i8042_disable()
/external/u-boot/include/
Di8042.h16 #define I8042_CMD_REG 0x64 /* keyboard ctrl write */ macro