tdfx_outl         267 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, COMMAND_3D, COMMAND_3D_NOP);
tdfx_outl         283 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DACADDR, regno);
tdfx_outl         286 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DACDATA, c);
tdfx_outl         345 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, MISCINIT1, tdfx_inl(par, MISCINIT1) | 0x01);
tdfx_outl         350 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VGAINIT1, reg->vgainit1 & 0x001FFFFF);
tdfx_outl         351 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDPROCCFG, reg->vidcfg & ~0x00000001);
tdfx_outl         353 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, PLLCTRL1, reg->mempll);
tdfx_outl         354 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, PLLCTRL2, reg->gfxpll);
tdfx_outl         356 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, PLLCTRL0, reg->vidpll);
tdfx_outl         379 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VGAINIT0, reg->vgainit0);
tdfx_outl         380 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DACMODE, reg->dacmode);
tdfx_outl         381 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDDESKSTRIDE, reg->stride);
tdfx_outl         382 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, HWCURPATADDR, reg->curspataddr);
tdfx_outl         384 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDSCREENSIZE, reg->screensize);
tdfx_outl         385 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDDESKSTART, reg->startaddr);
tdfx_outl         386 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDPROCCFG, reg->vidcfg);
tdfx_outl         387 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VGAINIT1, reg->vgainit1);
tdfx_outl         388 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, MISCINIT0, reg->miscinit0);
tdfx_outl         391 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, SRCBASE, reg->startaddr);
tdfx_outl         392 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTBASE, reg->startaddr);
tdfx_outl         393 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, COMMANDEXTRA_2D, 0);
tdfx_outl         394 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, CLIP0MIN, 0);
tdfx_outl         395 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, CLIP0MAX, 0x0fff0fff);
tdfx_outl         396 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, CLIP1MIN, 0);
tdfx_outl         397 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, CLIP1MAX, 0x0fff0fff);
tdfx_outl         398 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, SRCXY, 0);
tdfx_outl         430 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, MISCINIT1, miscinit1);
tdfx_outl         815 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DACMODE, dacmode);
tdfx_outl         836 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDDESKSTART, addr);
tdfx_outl         873 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTFORMAT, fmt);
tdfx_outl         875 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, COLORFORE, rect->color);
tdfx_outl         877 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, COLORFORE, par->palette[rect->color]);
tdfx_outl         879 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, COMMAND_2D, COMMAND_2D_FILLRECT | (tdfx_rop << 24));
tdfx_outl         880 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTBASE, dstbase);
tdfx_outl         881 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTSIZE, rect->width | (rect->height << 16));
tdfx_outl         882 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, LAUNCH_2D, dx | (dy << 16));
tdfx_outl         936 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, SRCFORMAT, fmt);
tdfx_outl         937 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTFORMAT, fmt);
tdfx_outl         938 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, COMMAND_2D, blitcmd);
tdfx_outl         939 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTSIZE, area->width | (area->height << 16));
tdfx_outl         940 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTXY, dx | (dy << 16));
tdfx_outl         941 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, SRCBASE, srcbase);
tdfx_outl         942 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTBASE, dstbase);
tdfx_outl         943 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, LAUNCH_2D, sx | (sy << 16));
tdfx_outl         973 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, COLORFORE, image->fg_color);
tdfx_outl         974 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, COLORBACK, image->bg_color);
tdfx_outl         978 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, COLORFORE,
tdfx_outl         980 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, COLORBACK,
tdfx_outl         999 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTBASE, dstbase);
tdfx_outl        1000 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, SRCXY, 0);
tdfx_outl        1001 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTXY, dx | (dy << 16));
tdfx_outl        1002 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, COMMAND_2D,
tdfx_outl        1004 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, SRCFORMAT, srcfmt);
tdfx_outl        1005 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTFORMAT, dstfmt);
tdfx_outl        1006 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DSTSIZE, image->width | (image->height << 16));
tdfx_outl        1018 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, LAUNCH_2D, *(u32 *)chardata);
tdfx_outl        1028 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, LAUNCH_2D, *chardata);
tdfx_outl        1031 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, LAUNCH_2D, *(u16 *)chardata);
tdfx_outl        1034 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, LAUNCH_2D,
tdfx_outl        1057 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, VIDPROCCFG, vidcfg | VIDCFG_HWCURSOR_ENABLE);
tdfx_outl        1059 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, VIDPROCCFG, vidcfg & ~VIDCFG_HWCURSOR_ENABLE);
tdfx_outl        1083 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, HWCURC0, bg_color);
tdfx_outl        1084 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, HWCURC1, fg_color);
tdfx_outl        1094 drivers/video/fbdev/tdfxfb.c 		tdfx_outl(par, HWCURLOC, (y << 16) + x);
tdfx_outl        1179 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDSERPARPORT, r);
tdfx_outl        1194 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDSERPARPORT, r);
tdfx_outl        1229 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDSERPARPORT, r);
tdfx_outl        1244 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDSERPARPORT, r);
tdfx_outl        1325 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDINFORMAT, 0x8160);
tdfx_outl        1326 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, VIDSERPARPORT, 0xcffc0020);