Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Daty128.h48 #define CRTC_PITCH 0x022c macro
H A Dmach64.h46 #define CRTC_PITCH 0x0016 macro
H A Dradeon.h166 #define CRTC_PITCH 0x022C macro
/openbmc/qemu/hw/display/
H A Dati_regs.h85 #define CRTC_PITCH 0x022c macro
H A Dati.c405 case CRTC_PITCH: in ati_mm_read()
712 case CRTC_PITCH: in ati_mm_write()
/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.c339 OUTREG(CRTC_PITCH, mode->crtc_pitch); in radeon_setmode()
525 OUTREG(CRTC_PITCH, mode->crtc_pitch); in radeon_setmode_9200()
/openbmc/u-boot/include/
H A Dradeon.h168 #define CRTC_PITCH 0x022C macro
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c1322 save->crtc_pitch = INREG(CRTC_PITCH); in radeon_save_state()
1491 OUTREG(CRTC_PITCH, mode->crtc_pitch); in radeon_write_mode()
H A Dradeon_pm.c2400 OUTREG(CRTC_PITCH, 32);
2486 OUTREG(CRTC_PITCH, 0xa0);
H A Daty128fb.c1022 aty_st_le32(CRTC_PITCH, crtc->pitch); in aty128_set_crtc()