Searched refs:atkbdc_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/atkbdc/
H A Datkbdc.c96 static atkbdc_softc_t *atkbdc_softc[MAXKBDC] = { &default_kbdc }; variable
122 if (unit >= sizeof(atkbdc_softc)/sizeof(atkbdc_softc[0]))
124 sc = atkbdc_softc[unit];
126 sc = atkbdc_softc[unit]
246 return atkbdc_setup(atkbdc_softc[0], tag, h0, h1);
312 if ((atkbdc_softc[unit]->port0 != NULL)
313 || (atkbdc_softc[unit]->ioh0 != 0)) /* XXX */
314 return (KBDC)atkbdc_softc[unit];
415 wait_while_controller_busy(struct atkbdc_softc *kbd
[all...]
H A Datkbdcreg.h192 typedef struct atkbdc_softc { struct

Completed in 71 milliseconds