Home
last modified time | relevance | path

Searched refs:gd_colors (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/sys/arch/x68k/dev/
Dgrf_machdep.c150 if (gp->g_display.gd_colors == 2) in grfattach()
153 aprint_normal("%d colors", gp->g_display.gd_colors); in grfattach()
Dgrf_gv.c102 gi->gd_colors = 16; in gv_init()
Dgrf_tv.c102 gi->gd_colors = 1 << gi->gd_planes; in cc_init()
/netbsd/src/sys/arch/macppc/include/
Dgrfioctl.h51 short gd_colors; /* number of colors */ member
/netbsd/src/sys/arch/ofppc/include/
Dgrfioctl.h51 short gd_colors; /* number of colors */ member
/netbsd/src/sys/arch/x68k/include/
Dgrfioctl.h52 short gd_colors; /* number of colors */ member
/netbsd/src/sys/arch/mac68k/include/
Dgrfioctl.h96 short gd_colors; /* number of colors */ member
/netbsd/src/sys/arch/amiga/dev/
Dgrf.c190 if (gp->g_display.gd_colors == 2) in grfattach()
193 printf(" colors %d\n", gp->g_display.gd_colors); in grfattach()
581 fbinfo->cmsize = gi->gd_colors; in grf_wsioctl()
Dgrfioctl.h59 short gd_colors; /* number of colors */ member
Dgrf_cc.c219 gi->gd_colors = 1 << vs.depth; in grf_cc_on()
Dgrf_ul.c223 gi->gd_colors = 256; in ul_load_code()
Dgrf_rt.c750 gi->gd_colors = 1 << md->DEP; in rt_load_mon()
Dgrf_et.c1160 gi->gd_colors = 1 << gv->depth; in et_load_mon()
Dgrf_cl.c1444 gi->gd_colors = 1 << gv->depth; in cl_load_mon()
Dgrf_rh.c748 gi->gd_colors = 1 << md->DEP; in rh_load_mon()
Dgrf_cv3d.c1240 gi->gd_colors = 1 << gv->depth; in cv3d_load_mon()
Dgrf_cv.c1332 gi->gd_colors = 1 << gv->depth; in cv_load_mon()
/netbsd/src/sys/arch/atari/dev/
Dgrfioctl.h66 short gd_colors; /* number of colors */ member
Dite_et.c238 if (sc->g_display.gd_colors == 2) in grfetattach()
241 aprint_normal(" colors %d\n", sc->g_display.gd_colors); in grfetattach()
Dite_cc.c264 if (sc->g_display.gd_colors == 2) in grfccattach()
267 aprint_normal(" colors %d\n", sc->g_display.gd_colors); in grfccattach()
Dgrf.c397 gi->gd_colors = 1 << vs.depth; in grf_viewsync()
/netbsd/src/sys/arch/mac68k/dev/
Dgrf_compat.c238 gd->gd_colors = (short)(1 << dc->dc_depth); in grfioctl()
/netbsd/src/sys/arch/atari/vme/
Det4000.c437 g_display.gd_colors = 16; in et4kioctl()