Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dpckbc.c134 int checkaux = t->t_haveaux; in pckbc_poll_data1()
344 t->t_haveaux = 1; in pckbc_attach()
376 t->t_haveaux = 0; in pckbc_attach()
507 slot = (t->t_haveaux && (stat & 0x20)) ? in pckbcintr_hard()
592 slot = (t->t_haveaux && (stat & 0x20)) ? in pckbcintr()
Dpckbcvar.h65 int t_haveaux; /* controller has an aux port */ member