HomeSort by: relevance | last modified time | path
    Searched defs:sc_pkg_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/atari/dev/
kbd.c 90 uint8_t sc_pkg_type; /* Type of package */ member in struct:kbd_softc
514 switch (sc->sc_pkg_type) {
522 sc->sc_pkg_type);
775 sc->sc_pkg_type = KBD_MEM_PKG;
779 sc->sc_pkg_type = KBD_AMS_PKG;
786 sc->sc_pkg_type = KBD_RMS_PKG;
790 sc->sc_pkg_type = KBD_CLK_PKG;
794 sc->sc_pkg_type = KBD_JOY0_PKG;
798 sc->sc_pkg_type = KBD_JOY1_PKG;

Completed in 11 milliseconds