Home
last modified time | relevance | path

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

/platform/pc/
A Dkeyboard.c224 static int i8042_command(uint8_t *param, int command) { in i8042_command() argument
231 i8042_write_command(command & 0xff); in i8042_command()
235 for (i = 0; i < ((command >> 12) & 0xf); i++) { in i8042_command()
245 for (i = 0; i < ((command & 0xf0) >> 8); i++) { in i8042_command()

Completed in 4 milliseconds