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

/freebsd-10.2-release/sys/dev/atkbdc/
H A Datkbd.c1072 set_controller_command_byte(kbdc,
1100 if (!set_controller_command_byte(kbdc,
1196 set_controller_command_byte(kbdc, 0xff, c);
1310 set_controller_command_byte(kbdc, 0xff, c);
1333 set_controller_command_byte(kbdc, 0xff, c);
1349 if (!set_controller_command_byte(kbdc,
1358 set_controller_command_byte(kbdc, 0xff, c);
1382 || !set_controller_command_byte(kbdc,
1404 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.c800 if (!set_controller_command_byte(kbdc, 0xff, command_byte)) {
1010 if (!set_controller_command_byte(sc->kbdc,
1054 if ((c == -1) || !set_controller_command_byte(sc->kbdc,
1105 if (!set_controller_command_byte(sc->kbdc,
1241 if (!set_controller_command_byte(sc->kbdc,
1453 if (!set_controller_command_byte(sc->kbdc,
1613 if (command_byte == -1 || !set_controller_command_byte(sc->kbdc,
1666 if (!set_controller_command_byte(sc->kbdc,
1708 if (!set_controller_command_byte(sc->kbdc,
1867 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 60 milliseconds