Lines Matching defs:rot
38 int rot; /* rotation enabled? */
208 par->rot = par->pd->rotate;
211 if (par->rot && (vm->xres > 320)) {
213 par->rot = 0;
233 par->rot ? "rotated" : "normal");
254 iowrite16((par->rot ? 1 << 13 : 0), par->base + LDSMR); /* rotate */
270 stride = (par->rot) ? vtln : hdcn;
284 if (par->rot) {
298 if (par->rot)
314 if (par->rot)