Lines Matching refs:crtc
422 u_char crtc[19]; member
479 cyber2000_crtcw(crtc_idx[i], hw->crtc[i], cfb); in cyber2000fb_set_timing()
566 hw->crtc[13] = hw->pitch; in cyber2000fb_decode_crtc()
567 hw->crtc[17] = 0xe3; in cyber2000fb_decode_crtc()
568 hw->crtc[14] = 0; in cyber2000fb_decode_crtc()
569 hw->crtc[8] = 0; in cyber2000fb_decode_crtc()
577 hw->crtc[0] = (Htotal >> 3) - 5; in cyber2000fb_decode_crtc()
578 hw->crtc[1] = (var->xres >> 3) - 1; in cyber2000fb_decode_crtc()
579 hw->crtc[2] = var->xres >> 3; in cyber2000fb_decode_crtc()
580 hw->crtc[4] = (var->xres + var->right_margin) >> 3; in cyber2000fb_decode_crtc()
584 hw->crtc[3] = ENCODE_BIT(Hblankend, 0, 0x1f, 0) | in cyber2000fb_decode_crtc()
589 hw->crtc[5] = ENCODE_BIT(Hsyncend, 0, 0x1f, 0) | in cyber2000fb_decode_crtc()
604 hw->crtc[6] = Vtotal; in cyber2000fb_decode_crtc()
605 hw->crtc[7] = ENCODE_BIT(Vtotal, 8, 0x01, 0) | in cyber2000fb_decode_crtc()
613 hw->crtc[9] = ENCODE_BIT(0, 0, 0x1f, 0) | in cyber2000fb_decode_crtc()
616 hw->crtc[10] = Vsyncstart; in cyber2000fb_decode_crtc()
617 hw->crtc[11] = ENCODE_BIT(Vsyncend, 0, 0x0f, 0) | in cyber2000fb_decode_crtc()
619 hw->crtc[12] = Vdispend; in cyber2000fb_decode_crtc()
620 hw->crtc[15] = Vblankstart; in cyber2000fb_decode_crtc()
621 hw->crtc[16] = Vblankend; in cyber2000fb_decode_crtc()
622 hw->crtc[18] = 0xff; in cyber2000fb_decode_crtc()