Home
last modified time | relevance | path

Searched refs:CRTC_GEN_CNTL (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/video/fbdev/aty/
A Dmach64_gx.c444 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, par); in aty_set_pll18818()
445 aty_st_8(CRTC_GEN_CNTL + 3, in aty_set_pll18818()
476 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, par); in aty_set_pll18818()
581 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, par); in aty_set_pll_1703()
582 aty_st_8(CRTC_GEN_CNTL + 3, in aty_set_pll_1703()
598 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, par); in aty_set_pll_1703()
700 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, par); in aty_set_pll_8398()
701 aty_st_8(CRTC_GEN_CNTL + 3, in aty_set_pll_8398()
720 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, par); in aty_set_pll_8398()
819 aty_st_8(CRTC_GEN_CNTL + 3, in aty_set_pll_408()
[all …]
A Dradeon_pm.c1051 OUTREG( CRTC_GEN_CNTL, (INREG( CRTC_GEN_CNTL) & ~CRTC_GEN_CNTL__CRTC_EN) in radeon_pm_setup_for_suspend()
1253 crtcGenCntl = INREG( CRTC_GEN_CNTL); in radeon_pm_full_reset_sdram()
1424 OUTREG( CRTC_GEN_CNTL, crtcGenCntl); in radeon_pm_full_reset_sdram()
1792 OUTREG(CRTC_GEN_CNTL, INREG(CRTC_GEN_CNTL) in radeon_reinitialize_M10()
2114 OUTREG(CRTC_GEN_CNTL, 0x04000000); in radeon_reinitialize_M9P()
2237 OUTREG(CRTC_GEN_CNTL, INREG(CRTC_GEN_CNTL));
2399 OUTREG8(CRTC_GEN_CNTL+1, 6);
2400 OUTREG8(CRTC_GEN_CNTL+3, 1);
2425 cgc = INREG(CRTC_GEN_CNTL);
2485 OUTREG(CRTC_GEN_CNTL, cgc);
[all …]
A Dmach64_ct.c312 crtc_gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in aty_set_pll_ct()
314 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN, par); in aty_set_pll_ct()
349 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl, par); in aty_set_pll_ct()
A Datyfb_base.c686 crtc->gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in aty_get_crtc()
709 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & in aty_set_crtc()
726 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & ~CRTC_EN, par); in aty_set_crtc()
751 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl, par); in aty_set_crtc()
1158 crtc->gen_cntl |= (aty_ld_le32(CRTC_GEN_CNTL, par) & CRTC_FIFO_LWM); in aty_var_to_crtc()
2611 aty_ld_le32(CRTC_GEN_CNTL, par), in aty_init()
2827 gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in atyfb_blank()
2845 aty_st_le32(CRTC_GEN_CNTL, gen_cntl, par); in atyfb_blank()
3088 crtc.gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in atyfb_setup_sparc()
3508 if (!(aty_ld_le32(CRTC_GEN_CNTL, par) & CRTC_EXT_DISP_EN)) in atyfb_setup_generic()
A Dradeon_base.c292 (void)INREG(CRTC_GEN_CNTL); in radeon_pll_errata_after_index_slow()
1313 save->crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in radeon_save_state()
1479 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_write_mode()
2029 save_crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in fixup_memory_mappings()
2033 OUTREG(CRTC_GEN_CNTL, save_crtc_gen_cntl | CRTC_DISP_REQ_EN_B); in fixup_memory_mappings()
2079 OUTREG(CRTC_GEN_CNTL, save_crtc_gen_cntl); in fixup_memory_mappings()
A Daty128fb.c1019 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl); in aty128_set_crtc()
/linux/include/video/
A Daty128.h19 #define CRTC_GEN_CNTL 0x0050 macro
A Dmach64.h48 #define CRTC_GEN_CNTL 0x001C /* Dword offset 0_07 */ macro
A Dradeon.h71 #define CRTC_GEN_CNTL 0x0050 macro
/linux/drivers/gpu/drm/radeon/
A Dr100.c3778 save->CRTC_GEN_CNTL = RREG32(R_000050_CRTC_GEN_CNTL); in r100_mc_stop()
3792 (C_000050_CRTC_CUR_EN & save->CRTC_GEN_CNTL) | in r100_mc_stop()
3819 WREG32(R_000050_CRTC_GEN_CNTL, save->CRTC_GEN_CNTL); in r100_mc_resume()
A Dradeon_asic.h56 u32 CRTC_GEN_CNTL; member

Completed in 49 milliseconds