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

  /external/u-boot/drivers/video/
ati_radeon_fb.c 327 mode->crtc_pitch = 0x00500050;
339 OUTREG(CRTC_PITCH, mode->crtc_pitch);
405 mode->crtc_pitch = RADEON_CRT_PITCH(1280,32);
436 mode->crtc_pitch = RADEON_CRT_PITCH(1024,32);
467 mode->crtc_pitch = RADEON_CRT_PITCH(832,32);
472 mode->crtc_pitch = RADEON_CRT_PITCH(896,16);
477 mode->crtc_pitch = RADEON_CRT_PITCH(1024,8);
498 mode->crtc_pitch = RADEON_CRT_PITCH(640,32);
525 OUTREG(CRTC_PITCH, mode->crtc_pitch)
    [all...]
  /external/u-boot/include/
radeon.h 168 #define CRTC_PITCH 0x022C
    [all...]

Completed in 49 milliseconds