Lines Matching refs:upa_writel

186 		upa_writel(ctx->drawop, &ffb->drawop);  in ffb_restore_context()
193 upa_writel(ctx->ppc, &ffb->ppc); in ffb_restore_context()
194 upa_writel(ctx->wid, &ffb->wid); in ffb_restore_context()
195 upa_writel(ctx->fg, &ffb->fg); in ffb_restore_context()
196 upa_writel(ctx->bg, &ffb->bg); in ffb_restore_context()
197 upa_writel(ctx->xclip, &ffb->xclip); in ffb_restore_context()
198 upa_writel(ctx->fbc, &ffb->fbc); in ffb_restore_context()
199 upa_writel(ctx->rop, &ffb->rop); in ffb_restore_context()
200 upa_writel(ctx->cmp, &ffb->cmp); in ffb_restore_context()
201 upa_writel(ctx->matchab, &ffb->matchab); in ffb_restore_context()
202 upa_writel(ctx->magnab, &ffb->magnab); in ffb_restore_context()
203 upa_writel(ctx->pmask, &ffb->pmask); in ffb_restore_context()
204 upa_writel(ctx->xpmask, &ffb->xpmask); in ffb_restore_context()
205 upa_writel(ctx->lpat, &ffb->lpat); in ffb_restore_context()
206 upa_writel(ctx->fontxy, &ffb->fontxy); in ffb_restore_context()
207 upa_writel(ctx->fontw, &ffb->fontw); in ffb_restore_context()
208 upa_writel(ctx->fontinc, &ffb->fontinc); in ffb_restore_context()
215 upa_writel(ctx->stencil, &ffb->stencil); in ffb_restore_context()
216 upa_writel(ctx->stencilctl, &ffb->stencilctl); in ffb_restore_context()
217 upa_writel(0x80000000, &ffb->fbc); in ffb_restore_context()
218 upa_writel((ctx->stencilctl | 0x80000), in ffb_restore_context()
220 upa_writel(ctx->fbc, &ffb->fbc); in ffb_restore_context()
224 upa_writel(ctx->area_pattern[i], &ffb->pattern[i]); in ffb_restore_context()
225 upa_writel((ctx->ucsr & 0xf0000), &ffb->ucsr); in ffb_restore_context()
230 upa_writel(ctx->drawop, &ffb->drawop); in ffb_restore_context()
239 upa_writel(ctx->ppc, &ffb->ppc); /* Pixel Processor Control */ in ffb_restore_context()
240 upa_writel(ctx->wid, &ffb->wid); /* Current WID */ in ffb_restore_context()
241 upa_writel(ctx->fg, &ffb->fg); /* Constant FG color */ in ffb_restore_context()
242 upa_writel(ctx->bg, &ffb->bg); /* Constant BG color */ in ffb_restore_context()
243 upa_writel(ctx->consty, &ffb->consty); /* Constant Y */ in ffb_restore_context()
244 upa_writel(ctx->constz, &ffb->constz); /* Constant Z */ in ffb_restore_context()
245 upa_writel(ctx->xclip, &ffb->xclip); /* X plane clip */ in ffb_restore_context()
246 upa_writel(ctx->dcss, &ffb->dcss); /* Depth Cue Scale Slope */ in ffb_restore_context()
247 upa_writel(ctx->vclipmin, &ffb->vclipmin); /* Primary XY clip, minimum */ in ffb_restore_context()
248 upa_writel(ctx->vclipmax, &ffb->vclipmax); /* Primary XY clip, maximum */ in ffb_restore_context()
249 upa_writel(ctx->vclipzmin, &ffb->vclipzmin); /* Primary Z clip, minimum */ in ffb_restore_context()
250 upa_writel(ctx->vclipzmax, &ffb->vclipzmax); /* Primary Z clip, maximum */ in ffb_restore_context()
251 upa_writel(ctx->dcsf, &ffb->dcsf); /* Depth Cue Scale Front Bound */ in ffb_restore_context()
252 upa_writel(ctx->dcsb, &ffb->dcsb); /* Depth Cue Scale Back Bound */ in ffb_restore_context()
253 upa_writel(ctx->dczf, &ffb->dczf); /* Depth Cue Scale Z Front */ in ffb_restore_context()
254 upa_writel(ctx->dczb, &ffb->dczb); /* Depth Cue Scale Z Back */ in ffb_restore_context()
255 upa_writel(ctx->blendc, &ffb->blendc); /* Alpha Blend Control */ in ffb_restore_context()
256 upa_writel(ctx->blendc1, &ffb->blendc1); /* Alpha Blend Color 1 */ in ffb_restore_context()
257 upa_writel(ctx->blendc2, &ffb->blendc2); /* Alpha Blend Color 2 */ in ffb_restore_context()
258 upa_writel(ctx->fbc, &ffb->fbc); /* Frame Buffer Control */ in ffb_restore_context()
259 upa_writel(ctx->rop, &ffb->rop); /* Raster Operation */ in ffb_restore_context()
260 upa_writel(ctx->cmp, &ffb->cmp); /* Compare Controls */ in ffb_restore_context()
261 upa_writel(ctx->matchab, &ffb->matchab); /* Buffer A/B Match Ops */ in ffb_restore_context()
262 upa_writel(ctx->matchc, &ffb->matchc); /* Buffer C Match Ops */ in ffb_restore_context()
263 upa_writel(ctx->magnab, &ffb->magnab); /* Buffer A/B Magnitude Ops */ in ffb_restore_context()
264 upa_writel(ctx->magnc, &ffb->magnc); /* Buffer C Magnitude Ops */ in ffb_restore_context()
265 upa_writel(ctx->pmask, &ffb->pmask); /* RGB Plane Mask */ in ffb_restore_context()
266 upa_writel(ctx->xpmask, &ffb->xpmask); /* X Plane Mask */ in ffb_restore_context()
267 upa_writel(ctx->ypmask, &ffb->ypmask); /* Y Plane Mask */ in ffb_restore_context()
268 upa_writel(ctx->zpmask, &ffb->zpmask); /* Z Plane Mask */ in ffb_restore_context()
271 upa_writel(ctx->auxclip0min, &ffb->auxclip[0].min); in ffb_restore_context()
272 upa_writel(ctx->auxclip0max, &ffb->auxclip[0].max); in ffb_restore_context()
273 upa_writel(ctx->auxclip1min, &ffb->auxclip[1].min); in ffb_restore_context()
274 upa_writel(ctx->auxclip1max, &ffb->auxclip[1].max); in ffb_restore_context()
275 upa_writel(ctx->auxclip2min, &ffb->auxclip[2].min); in ffb_restore_context()
276 upa_writel(ctx->auxclip2max, &ffb->auxclip[2].max); in ffb_restore_context()
277 upa_writel(ctx->auxclip3min, &ffb->auxclip[3].min); in ffb_restore_context()
278 upa_writel(ctx->auxclip3max, &ffb->auxclip[3].max); in ffb_restore_context()
280 upa_writel(ctx->lpat, &ffb->lpat); /* Line Pattern */ in ffb_restore_context()
281 upa_writel(ctx->fontxy, &ffb->fontxy); /* XY Font Coordinate */ in ffb_restore_context()
282 upa_writel(ctx->fontw, &ffb->fontw); /* Font Width */ in ffb_restore_context()
283 upa_writel(ctx->fontinc, &ffb->fontinc); /* Font X/Y Increment */ in ffb_restore_context()
287 upa_writel(ctx->dcss1, &ffb->dcss1); /* Depth Cue Scale Slope 1 */ in ffb_restore_context()
288 upa_writel(ctx->dcss2, &ffb->dcss2); /* Depth Cue Scale Slope 2 */ in ffb_restore_context()
289 upa_writel(ctx->dcss3, &ffb->dcss2); /* Depth Cue Scale Slope 3 */ in ffb_restore_context()
290 upa_writel(ctx->dcs2, &ffb->dcs2); /* Depth Cue Scale 2 */ in ffb_restore_context()
291 upa_writel(ctx->dcs3, &ffb->dcs3); /* Depth Cue Scale 3 */ in ffb_restore_context()
292 upa_writel(ctx->dcs4, &ffb->dcs4); /* Depth Cue Scale 4 */ in ffb_restore_context()
293 upa_writel(ctx->dcd2, &ffb->dcd2); /* Depth Cue Depth 2 */ in ffb_restore_context()
294 upa_writel(ctx->dcd3, &ffb->dcd3); /* Depth Cue Depth 3 */ in ffb_restore_context()
295 upa_writel(ctx->dcd4, &ffb->dcd4); /* Depth Cue Depth 4 */ in ffb_restore_context()
316 upa_writel(ctx->stencil, &ffb->stencil); in ffb_restore_context()
317 upa_writel(ctx->stencilctl, &ffb->stencilctl); in ffb_restore_context()
320 upa_writel(0x80000000, &ffb->fbc); in ffb_restore_context()
321 upa_writel((ctx->stencilctl | 0x80000), in ffb_restore_context()
325 upa_writel(ctx->fbc, &ffb->fbc); in ffb_restore_context()
331 upa_writel(ctx->area_pattern[i], &ffb->pattern[i]); in ffb_restore_context()
337 upa_writel((ctx->ucsr & 0xf0000), &ffb->ucsr); in ffb_restore_context()