Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dati_radeon_fb.c321 mode->crtc_gen_cntl = 0x03000200; in radeon_setmode()
330 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_setmode()
364 mode->crtc_gen_cntl = CRTC_EN | CRTC_EXT_DISP_EN; in radeon_setmode_9200()
371 mode->crtc_gen_cntl |= 0x6 << 8; /* x888 */ in radeon_setmode_9200()
378 mode->crtc_gen_cntl |= 0x4 << 8; /* 565 */ in radeon_setmode_9200()
385 mode->crtc_gen_cntl |= 0x2 << 8; /* palette */ in radeon_setmode_9200()
516 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl | CRTC_DISP_REQ_EN_B); in radeon_setmode_9200()
527 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_setmode_9200()
H A Dati_radeon_fb.h175 u32 crtc_gen_cntl; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A 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()
H A Dradeonfb.h184 u32 crtc_gen_cntl; member
H A Dradeon_base.c1313 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()
1732 newmode->crtc_gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | in radeonfb_set_par()
1744 newmode->crtc_gen_cntl &= ~(CRTC_DBL_SCAN_EN | in radeonfb_set_par()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_bios.c514 uint32_t crtc_gen_cntl; in legacy_read_disabled_bios() local
526 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL); in legacy_read_disabled_bios()
554 ((crtc_gen_cntl & ~RADEON_CRTC_EN) | in legacy_read_disabled_bios()
581 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl); in legacy_read_disabled_bios()
H A Dradeon_legacy_crtc.c684 uint32_t crtc_gen_cntl; in radeon_set_crtc_timing() local
688 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL) & 0x00718000; in radeon_set_crtc_timing()
689 crtc_gen_cntl |= (RADEON_CRTC_EXT_DISP_EN in radeon_set_crtc_timing()
704 crtc_gen_cntl |= RADEON_CRTC_EN; in radeon_set_crtc_timing()
716 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl); in radeon_set_crtc_timing()