Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c113 #define KB_SET_LED 0xED /* LED byte follows... */ macro
462 kb_send(KB_SET_LED); in kb_update_leds()
/titanic_41/usr/src/uts/common/io/kb8042/
H A Dkb8042.h51 #define KB_SET_LED 0xED /* Tell kbd that following byte is led status */ macro
H A Dkb8042.c1239 kb8042_send_to_keyboard(kb8042, KB_SET_LED, polled);
1359 if (byte == KB_SET_LED) {
1366 if (kb8042_send_and_wait(kb8042, KB_SET_LED, polled)) {