Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Di8042.c111 #define NUM_PORTS 2 macro
165 struct i8042_port i8042_ports[NUM_PORTS];
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()
682 for (which_port = 0; which_port < NUM_PORTS; ++which_port) { in i8042_attach()