mga_out32        113 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_FCOL, color);
mga_out32        114 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_FXBNDRY, fxbndry);
mga_out32        115 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_YDSTLEN, ydstlen);
mga_out32        116 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_DWGCTL + MGAREG_EXEC, fillop);
mga_out32        124 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_DWGCTL, fillop | MGADWG_REPLACE);
mga_out32        125 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_FCOL, color);
mga_out32        126 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_FXBNDRY, fxbndry);
mga_out32        127 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_YDSTLEN + MGAREG_EXEC, ydstlen);
mga_out32        202 src/video/fbcon/SDL_fbmatrox.c           mga_out32(MGAREG_FCOL, colorkey);
mga_out32        203 src/video/fbcon/SDL_fbmatrox.c           mga_out32(MGAREG_BCOL, 0xFFFFFFFF);
mga_out32        209 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_SGN, sign);
mga_out32        210 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_AR3, sstart);
mga_out32        211 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_AR0, sstop);
mga_out32        212 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_AR5, sskip);
mga_out32        213 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_FXBNDRY, (dstX | ((dstX + dstrect->w-1) << 16)));
mga_out32        214 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_YDSTLEN, (dstY << 16) | dstrect->h);
mga_out32        215 src/video/fbcon/SDL_fbmatrox.c   mga_out32(MGAREG_DWGCTL + MGAREG_EXEC, blitop);