Lines Matching refs:grf
100 if (ip->grf == 0)
101 ip->grf = &grf_softc[ip - ite_softc];
104 ip->priv = ip->grf->g_data;
116 volatile u_char *ba = ip->grf->g_regkva;
137 RZ3SetCursorPos (ip->grf, pos);
155 RZ3AlphaErase(ip->grf, 0, top, bottom - top, ip->cols);
159 RZ3AlphaCopy(ip->grf, 0, top+lines, 0, top, ip->cols, bottom-top-lines+1);
160 RZ3AlphaErase(ip->grf, 0, bottom - lines + 1, ip->cols, lines);
173 RZ3AlphaErase(ip->grf, 0, top, bottom - top, ip->cols);
177 RZ3AlphaCopy(ip->grf, 0, top, 0, top+lines, ip->cols, bottom-top-lines+1);
178 RZ3AlphaErase(ip->grf, 0, top, ip->cols, lines);
193 volatile u_char * fb = ip->grf->g_fbkva;
209 RZ3AlphaErase (ip->grf, sx, sy, w, h);
221 u_long *fb = (u_long *)__UNVOLATILE(ip->grf->g_fbkva);
243 RZ3AlphaCopy(ip->grf, sx, sy, sx + count, sy,
245 RZ3AlphaErase(ip->grf, sx, sy, count, 1);
247 RZ3AlphaCopy(ip->grf, sx + count, sy, sx, sy,
249 RZ3AlphaErase(ip->grf, ip->cols - count, sy, count, 1);