Lines Matching refs:crtc
427 u_char crtc[19]; member
484 cyber2000_crtcw(crtc_idx[i], hw->crtc[i], cfb); in cyber2000fb_set_timing()
571 hw->crtc[13] = hw->pitch; in cyber2000fb_decode_crtc()
572 hw->crtc[17] = 0xe3; in cyber2000fb_decode_crtc()
573 hw->crtc[14] = 0; in cyber2000fb_decode_crtc()
574 hw->crtc[8] = 0; in cyber2000fb_decode_crtc()
582 hw->crtc[0] = (Htotal >> 3) - 5; in cyber2000fb_decode_crtc()
583 hw->crtc[1] = (var->xres >> 3) - 1; in cyber2000fb_decode_crtc()
584 hw->crtc[2] = var->xres >> 3; in cyber2000fb_decode_crtc()
585 hw->crtc[4] = (var->xres + var->right_margin) >> 3; in cyber2000fb_decode_crtc()
589 hw->crtc[3] = ENCODE_BIT(Hblankend, 0, 0x1f, 0) | in cyber2000fb_decode_crtc()
594 hw->crtc[5] = ENCODE_BIT(Hsyncend, 0, 0x1f, 0) | in cyber2000fb_decode_crtc()
609 hw->crtc[6] = Vtotal; in cyber2000fb_decode_crtc()
610 hw->crtc[7] = ENCODE_BIT(Vtotal, 8, 0x01, 0) | in cyber2000fb_decode_crtc()
618 hw->crtc[9] = ENCODE_BIT(0, 0, 0x1f, 0) | in cyber2000fb_decode_crtc()
621 hw->crtc[10] = Vsyncstart; in cyber2000fb_decode_crtc()
622 hw->crtc[11] = ENCODE_BIT(Vsyncend, 0, 0x0f, 0) | in cyber2000fb_decode_crtc()
624 hw->crtc[12] = Vdispend; in cyber2000fb_decode_crtc()
625 hw->crtc[15] = Vblankstart; in cyber2000fb_decode_crtc()
626 hw->crtc[16] = Vblankend; in cyber2000fb_decode_crtc()
627 hw->crtc[18] = 0xff; in cyber2000fb_decode_crtc()