Searched refs:hcount (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddmxdev.c777 int result, hcount; local
781 hcount = 3 + dfil->todo;
782 if (hcount > count)
783 hcount = count;
786 buf, hcount, ppos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h308 #define FB_VBLANK_HAVE_HCOUNT 0x040 /* the hcount field is valid */
316 __u32 hcount; /* current scandot position */ member in struct:fb_vblank
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.c823 sisfb_setupvbblankflags(struct sis_video_info *ivideo, u32 *vcount, u32 *hcount) argument
828 (*vcount) = (*hcount) = 0;
850 (*hcount) = reg2 | ((reg4 & 0x0f) << 8);
866 (*hcount) = (reg1 | ((reg3 & 0x10) << 4)) << 3;
1718 sisvbblank.flags = sisfb_setupvbblankflags(ivideo, &sisvbblank.vcount, &sisvbblank.hcount);

Completed in 71 milliseconds