HomeSort by relevance Sort by last modified time
    Searched refs:CRTC_GEN_CNTL (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/video/
ati_radeon_fb.c 320 mode->crtc_gen_cntl = 0x03000200;
329 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl);
363 mode->crtc_gen_cntl = CRTC_EN | CRTC_EXT_DISP_EN;
370 mode->crtc_gen_cntl |= 0x6 << 8; /* x888 */
377 mode->crtc_gen_cntl |= 0x4 << 8; /* 565 */
384 mode->crtc_gen_cntl |= 0x2 << 8; /* palette */
515 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl | CRTC_DISP_REQ_EN_B);
526 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl)
    [all...]
  /external/u-boot/include/
radeon.h 70 #define CRTC_GEN_CNTL 0x0050
538 /* CRTC_GEN_CNTL bit constants */
    [all...]

Completed in 55 milliseconds