Home
last modified time | relevance | path

Searched refs:CRTC_PITCH (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/video/
Daty128.h47 #define CRTC_PITCH 0x022c macro
Dmach64.h50 #define CRTC_PITCH 0x0016 macro
Dradeon.h165 #define CRTC_PITCH 0x022C macro
/linux-4.1.27/drivers/video/fbdev/aty/
Dradeon_base.c1213 save->crtc_pitch = INREG(CRTC_PITCH); in radeon_save_state()
1382 OUTREG(CRTC_PITCH, mode->crtc_pitch); in radeon_write_mode()
Dradeon_pm.c2399 OUTREG(CRTC_PITCH, 32);
2485 OUTREG(CRTC_PITCH, 0xa0);
Daty128fb.c1045 aty_st_le32(CRTC_PITCH, crtc->pitch); in aty128_set_crtc()