Searched refs:vcount (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dcontrolfb.h45 struct preg vcount; /* vertical counter */ member in struct:control_regs
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dfb.h246 #define FB_VBLANK_HAVE_VCOUNT 0x020 /* the vcount field is valid */
254 __u32 vcount; /* current scanline position */ member in struct:fb_vblank
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dfb.h246 #define FB_VBLANK_HAVE_VCOUNT 0x020 /* the vcount field is valid */
254 __u32 vcount; /* current scanline position */ member in struct:fb_vblank
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/matrox/
H A Dmatroxfb_crtc2.c520 vblank->vcount = mga_inl(0x3C48) & 0x000007FF;
522 if (vblank->vcount >= m2info->currcon_display->var.yres)
H A Dmatroxfb_base.c985 vblank->vcount = mga_inl(M_VCOUNT);
993 if (vblank->vcount >= ACCESS_FBINFO(currcon_display)->var.yres)

Completed in 116 milliseconds