Searched refs:set_controller_command_byte (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/atkbdc/
H A Datkbd.c1082 set_controller_command_byte(kbdc,
1148 if (!set_controller_command_byte(kbdc,
1244 set_controller_command_byte(kbdc, 0xff, c);
1358 set_controller_command_byte(kbdc, 0xff, c);
1381 set_controller_command_byte(kbdc, 0xff, c);
1397 if (!set_controller_command_byte(kbdc,
1406 set_controller_command_byte(kbdc, 0xff, c);
1430 || !set_controller_command_byte(kbdc,
1452 if (!set_controller_command_byte(kbdc, kbdc_get_device_mask(kbdc),
H A Datkbdcreg.h262 int set_controller_command_byte(KBDC kbdc, int command, int flag);
H A Dpsm.c792 if (!set_controller_command_byte(kbdc, 0xff, command_byte)) {
995 if (!set_controller_command_byte(sc->kbdc,
1040 if ((c == -1) || !set_controller_command_byte(sc->kbdc,
1091 if (!set_controller_command_byte(sc->kbdc,
1227 if (!set_controller_command_byte(sc->kbdc,
1439 if (!set_controller_command_byte(sc->kbdc,
1595 if (command_byte == -1 || !set_controller_command_byte(sc->kbdc,
1648 if (!set_controller_command_byte(sc->kbdc,
1691 if (!set_controller_command_byte(sc->kbdc,
1850 if ((*c == -1) || !set_controller_command_byte(s
[all...]
H A Datkbdc.c1145 set_controller_command_byte(KBDC p, int mask, int command) function

Completed in 106 milliseconds