Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/video/
Daty128.h48 #define CRTC_PITCH 0x022c macro
Dmach64.h46 #define CRTC_PITCH 0x0016 macro
Dradeon.h166 #define CRTC_PITCH 0x022C macro
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
Dradeon_base.c1321 save->crtc_pitch = INREG(CRTC_PITCH); in radeon_save_state()
1490 OUTREG(CRTC_PITCH, mode->crtc_pitch); in radeon_write_mode()
Dradeon_pm.c2401 OUTREG(CRTC_PITCH, 32);
2487 OUTREG(CRTC_PITCH, 0xa0);
Daty128fb.c1024 aty_st_le32(CRTC_PITCH, crtc->pitch); in aty128_set_crtc()