Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Di8042.c428 int which_port, i; in i8042_cleanup() local
440 for (which_port = 0; which_port < NUM_PORTS; which_port++) { in i8042_cleanup()
492 for (which_port = 0; which_port < NUM_PORTS; which_port++) { in i8042_cleanup()
569 enum i8042_ports which_port; in i8042_attach() local
682 for (which_port = 0; which_port < NUM_PORTS; ++which_port) { in i8042_attach()
686 port->which = which_port; in i8042_attach()
699 (which_port < global->nintrs) ? which_port : 0]; in i8042_attach()
880 if (which_port != MAIN_PORT && which_port != AUX_PORT) { in i8042_map()
884 which_port, in i8042_map()
1467 int which_port; in i8042_ctlops() local
[all …]