Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
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()
Dati_radeon_fb.h175 u32 crtc_gen_cntl; member