Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Di8042.c424 int which_port, i; in i8042_cleanup() local
436 for (which_port = 0; which_port < NUM_PORTS; which_port++) { in i8042_cleanup()
437 port = &global->i8042_ports[which_port]; in i8042_cleanup()
488 for (which_port = 0; which_port < NUM_PORTS; which_port++) { in i8042_cleanup()
490 port = &global->i8042_ports[which_port]; in i8042_cleanup()
565 enum i8042_ports which_port; in i8042_attach() local
678 for (which_port = 0; which_port < NUM_PORTS; ++which_port) { in i8042_attach()
679 port = &global->i8042_ports[which_port]; in i8042_attach()
682 port->which = which_port; in i8042_attach()
695 (which_port < global->nintrs) ? which_port : 0]; in i8042_attach()
[all …]