Home
last modified time | relevance | path

Searched refs:g_display (Results 1 – 14 of 14) sorted by relevance

/original-bsd/sys/hp300/dev/
H A Dgrf_machdep.c93 gp->g_display.gd_dwidth, gp->g_display.gd_dheight);
94 if (gp->g_display.gd_colors == 2)
97 printf("%d color", gp->g_display.gd_colors);
118 gp->g_display.gd_id = gsw->gd_swid;
H A Dgrf_hy.c45 struct grfinfo *gi = &gp->g_display;
118 struct grfinfo *gi = &gp->g_display;
140 fi->fbbase = fi->regbase + gp->g_display.gd_regsize;
H A Dgrf_gb.c52 struct grfinfo *gi = &gp->g_display;
149 struct grfinfo *gi = &gp->g_display;
171 fi->fbbase = fi->regbase + gp->g_display.gd_regsize;
H A Dgrf_rb.c42 struct grfinfo *gi = &gp->g_display;
131 struct grfinfo *gi = &gp->g_display;
153 fi->fbbase = fi->regbase + gp->g_display.gd_regsize;
H A Dite_dv.c51 ip->fbwidth = gp->g_display.gd_fbwidth;
52 ip->fbheight = gp->g_display.gd_fbheight;
53 ip->dwidth = gp->g_display.gd_dwidth;
54 ip->dheight = gp->g_display.gd_dheight;
H A Dite_gb.c49 ip->fbwidth = gp->g_display.gd_fbwidth;
50 ip->fbheight = gp->g_display.gd_fbheight;
51 ip->dwidth = gp->g_display.gd_dwidth;
52 ip->dheight = gp->g_display.gd_dheight;
H A Dite_rb.c51 ip->fbwidth = gp->g_display.gd_fbwidth;
52 ip->fbheight = gp->g_display.gd_fbheight;
53 ip->dwidth = gp->g_display.gd_dwidth;
54 ip->dheight = gp->g_display.gd_dheight;
H A Dgrf_tc.c43 struct grfinfo *gi = &gp->g_display;
128 struct grfinfo *gi = &gp->g_display;
174 fi->fbbase = fi->regbase + gp->g_display.gd_regsize;
H A Dite_tc.c50 ip->fbwidth = gp->g_display.gd_fbwidth;
51 ip->fbheight = gp->g_display.gd_fbheight;
52 ip->dwidth = gp->g_display.gd_dwidth;
53 ip->dheight = gp->g_display.gd_dheight;
H A Dgrf_dv.c42 struct grfinfo *gi = &gp->g_display;
181 struct grfinfo *gi = &gp->g_display;
203 fi->fbbase = fi->regbase + gp->g_display.gd_regsize;
H A Dite_hy.c57 ip->fbwidth = gp->g_display.gd_fbwidth;
58 ip->fbheight = gp->g_display.gd_fbheight;
59 ip->dwidth = gp->g_display.gd_dwidth;
60 ip->dheight = gp->g_display.gd_dheight;
/original-bsd/sys/hp/dev/
H A Dgrf.c141 bcopy((caddr_t)&gp->g_display, data, sizeof(struct grfinfo));
223 register struct grfinfo *gi = &gp->g_display;
258 *(int *)data = gp->g_display.gd_id;
449 if (gp->g_display.gd_regaddr != (caddr_t)GRFIADDR) {
450 int sc = patosc(gp->g_display.gd_regaddr);
481 len = gp->g_display.gd_regsize + gp->g_display.gd_fbsize;
514 size = round_page(gp->g_display.gd_regsize + gp->g_display.gd_fbsize);
H A Dgrfvar.h41 struct grfinfo g_display; /* hardware description (for ioctl) */ member
H A Dite.c836 if ((int)gp->g_display.gd_regaddr == GRFIADDR) {