Home
last modified time | relevance | path

Searched refs:CRTC_VBLANK_INT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/display/
H A Dati_regs.h324 #define CRTC_VBLANK_INT 0x00000001 macro
H A Dati.c264 s->regs.gen_int_status |= CRTC_VBLANK_INT; in ati_vga_vblank_irq()
570 if (data & CRTC_VBLANK_INT) { in ati_mm_write()
/openbmc/linux/include/video/
H A Dmach64.h634 #define CRTC_VBLANK_INT 0x00000004 macro
635 #define CRTC_VBLANK_INT_AK CRTC_VBLANK_INT
/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c1610 if (int_cntl & CRTC_VBLANK_INT) { in aty_irq()