Lines Matching defs:vr_crtc
125 uint8_t vr_crtc[31];
1463 mode->vr_crtc[0] = horizontal_total - 4;
1464 mode->vr_crtc[1] = horizontal_display_end;
1465 mode->vr_crtc[2] = horizontal_blanking_start;
1466 mode->vr_crtc[3] = 0x80 | (horizontal_blanking_end & 0x1f);
1467 mode->vr_crtc[4] = horizontal_sync_start;
1469 mode->vr_crtc[5] = ((horizontal_blanking_end & 0x20) << 2) |
1471 mode->vr_crtc[6] = vertical_total;
1472 mode->vr_crtc[7] = ((vertical_sync_start & 0x200) >> 2) |
1481 mode->vr_crtc[8] = 0;
1482 mode->vr_crtc[9] = 0x40 |
1485 mode->vr_crtc[10] = 0;
1486 mode->vr_crtc[11] = 0;
1487 mode->vr_crtc[12] = 0;
1488 mode->vr_crtc[13] = 0;
1489 mode->vr_crtc[14] = 0;
1490 mode->vr_crtc[15] = 0;
1492 mode->vr_crtc[16] = vertical_sync_start;
1493 mode->vr_crtc[17] = (vertical_sync_end & 0x0f) | 0x20;
1494 mode->vr_crtc[18] = vertical_display_enable_end;
1495 mode->vr_crtc[19] = wd; // CRTC offset
1496 mode->vr_crtc[20] = 0;
1497 mode->vr_crtc[21] = vertical_blanking_start;
1498 mode->vr_crtc[22] = vertical_blanking_end + 1;
1499 mode->vr_crtc[23] = 128;
1500 mode->vr_crtc[24] = 255;
1503 mode->vr_crtc[CRTC_HDISP_EXT] =
1511 mode->vr_crtc[CRTC_VDISP_EXT] =
1556 voodoo3_write_crtc(sc, i, mode->vr_crtc[i]);