HomeSort by: relevance | last modified time | path
    Searched defs:vr_crtc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
voodoofb.c 125 uint8_t vr_crtc[31]; member in struct:voodoo_regs
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
    [all...]
voodoofb.c 125 uint8_t vr_crtc[31]; member in struct:voodoo_regs
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
    [all...]

Completed in 23 milliseconds