Searched refs:g_unit (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dgrfvar.h61 int g_unit; /* grf unit we want/have */ member in struct:grf_softc
H A Dite_et.c196 congrf.g_unit = cfdata_grf->cf_unit;
197 congrf.g_grfdev = makedev(maj, congrf.g_unit);
202 congrf.g_viewdev = congrf.g_unit;
213 sc->g_unit = device_unit(self);
214 grfsp[sc->g_unit] = sc;
216 if ((cfdata_grf != NULL) && (sc->g_unit == congrf.g_unit)) {
224 sc->g_grfdev = makedev(maj, sc->g_unit);
229 sc->g_viewdev = sc->g_unit;
H A Dite_cc.c222 congrf.g_unit = cfdata_grf->cf_unit;
223 congrf.g_grfdev = makedev(maj, congrf.g_unit);
228 congrf.g_viewdev = congrf.g_unit;
239 sc->g_unit = device_unit(self);
240 grfsp[sc->g_unit] = sc;
242 if ((cfdata_grf != NULL) && (sc->g_unit == congrf.g_unit)) {
250 sc->g_grfdev = makedev(maj, sc->g_unit);
255 sc->g_viewdev = sc->g_unit;
H A Dite.c208 con_itesoftc.grf->g_unit == gsc->g_unit) {
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dgrfvar.h59 int g_unit; /* grf unit we want/have */ member in struct:grf_softc
H A Dgrf_cc.c135 gp->g_unit = GRF_CC_UNIT;
156 aprint_normal("grf%d at %s", ((struct grf_softc *)auxp)->g_unit,
H A Dgrf.c147 if (cfp->cf_unit != ((struct grf_softc *)pdp)->g_unit)
169 grfsp[gp->g_unit] = (struct grf_softc *)pdp;
176 gp->g_grfdev = makedev(maj, gp->g_unit);
H A Dgrf_ul.c530 gp->g_unit = GRF_ULOWELL_UNIT;
561 aprint_normal("grf%d at %s", ((struct grf_softc *)auxp)->g_unit,
H A Dgrf_rt.c865 gp->g_unit = GRF_RETINAII_UNIT;
886 aprint_normal("grf%d at %s", ((struct grf_softc *)auxp)->g_unit,
H A Dite.c201 con_itesoftc.grf->g_unit == gp->g_unit) {
H A Dgrf_et.c302 gp->g_unit = GRF_ET4000_UNIT;
H A Dgrf_cl.c368 gp->g_unit = GRF_CL5426_UNIT;
H A Dgrf_rh.c1600 gp->g_unit = GRF_RETINAIII_UNIT;
H A Dgrf_cv.c519 gp->g_unit = GRF_CV64_UNIT;
H A Dgrf_cv3d.c477 gp->g_unit = GRF_CV3D_UNIT;

Completed in 116 milliseconds