Searched refs:gen_cntl (Results 1 – 4 of 4) sorted by relevance
653 crtc->gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in aty_get_crtc()676 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & ~(CRTC_EXT_DISP_EN | CRTC_EN), par); in aty_set_crtc()694 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & ~CRTC_EN, par); in aty_set_crtc()700 (crtc->gen_cntl & CRTC_CSYNC_EN)?'P':'N'); in aty_set_crtc()708 DPRINTK("CRTC_GEN_CNTL: %x\n",crtc->gen_cntl); in aty_set_crtc()717 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl, par); in aty_set_crtc()982 crtc->gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | pix_width | c_sync; in aty_var_to_crtc()983 crtc->gen_cntl |= CRTC_VGA_LINEAR; in aty_var_to_crtc()987 crtc->gen_cntl |= CRTC_DBL_SCAN_EN; in aty_var_to_crtc()990 crtc->gen_cntl |= CRTC_INTERLACE_EN; in aty_var_to_crtc()[all …]
108 if (par->crtc.gen_cntl & CRTC_DBL_SCAN_EN) { in atyfb_cursor()
378 u32 gen_cntl; member988 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl); in aty128_set_crtc()1099 crtc->gen_cntl = 0x3000000L | c_sync | (dst << 8); in aty128_var_to_crtc()1212 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; in aty128_crtc_to_var()1213 pix_width = crtc->gen_cntl & CRTC_PIX_WIDTH_MASK; in aty128_crtc_to_var()
23 u32 gen_cntl; member