Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Di8042.h59 #define I8042_LOCK 0x05 /* See comment below */ macro
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c683 (void) ddi_get8(kb8042->handle, kb8042->addr + I8042_LOCK); in kb8042_init()
1419 I8042_LOCK);
1441 I8042_LOCK);
/illumos-gate/usr/src/uts/common/io/
H A Dmouse8042.c737 state->ms_addr + I8042_LOCK); in mouse8042_initiate_reset()
H A Di8042.c1156 case I8042_LOCK: in i8042_get8()