Home
last modified time | relevance | path

Searched refs:crtc_gen_cntl (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/aty/
Dmach64_ct.c284 u32 crtc_gen_cntl, lcd_gen_cntrl; in aty_set_pll_ct() local
309 crtc_gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in aty_set_pll_ct()
310 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN)) in aty_set_pll_ct()
311 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN, par); in aty_set_pll_ct()
345 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN)) in aty_set_pll_ct()
346 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl, par); in aty_set_pll_ct()
Dradeonfb.h184 u32 crtc_gen_cntl; member
Dradeon_base.c1323 save->crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in radeon_save_state()
1489 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_write_mode()
1748 newmode->crtc_gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | in radeonfb_set_par()
1760 newmode->crtc_gen_cntl &= ~(CRTC_DBL_SCAN_EN | in radeonfb_set_par()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_bios.c502 uint32_t crtc_gen_cntl; in legacy_read_disabled_bios() local
514 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL); in legacy_read_disabled_bios()
542 ((crtc_gen_cntl & ~RADEON_CRTC_EN) | in legacy_read_disabled_bios()
569 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl); in legacy_read_disabled_bios()
Dradeon_legacy_crtc.c681 uint32_t crtc_gen_cntl; in radeon_set_crtc_timing() local
685 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL) & 0x00718000; in radeon_set_crtc_timing()
686 crtc_gen_cntl |= (RADEON_CRTC_EXT_DISP_EN in radeon_set_crtc_timing()
701 crtc_gen_cntl |= RADEON_CRTC_EN; in radeon_set_crtc_timing()
713 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl); in radeon_set_crtc_timing()