Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dpckbcvar.h42 #define PCKBC_NSLOTS 2 macro
64 struct pckbc_slotdata *t_slotdata[PCKBC_NSLOTS];
81 pckbc_inputfcn inputhandler[PCKBC_NSLOTS];
82 void *inputarg[PCKBC_NSLOTS];
83 char *subname[PCKBC_NSLOTS];
H A Dpckbc.c977 if (slot >= PCKBC_NSLOTS) in pckbc_set_inputhandler()
/openbsd/sys/dev/isa/
H A Dpckbc_isa.c90 ia->ipa_nirq = PCKBC_NSLOTS; in pckbc_isa_match()
141 for (slot = 0; slot < PCKBC_NSLOTS; slot++) { in pckbc_isa_attach()
/openbsd/sys/arch/hppa/gsc/
H A Dgsckbc.c970 if (slot >= PCKBC_NSLOTS)