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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcontrolfb.h45 struct preg vcount; /* vertical counter */ member in struct:control_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demufx.c324 uinfo->count = ctl->vcount;
339 for (i = 0; i < ctl->vcount; i++)
356 for (i = 0; i < ctl->vcount; i++) {
373 if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) {
378 snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[j * ctl->vcount + i], 0, bass_table[val][j]);
381 if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) {
386 snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[j * ctl->vcount + i], 0, treble_table[val][j]);
814 nctl->vcount = gctl->vcount;
906 gctl->vcount
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_crtc2.c409 vblank->vcount = mga_inl(0x3C48) & 0x000007FF;
411 if (vblank->vcount >= m2info->fbcon.var.yres)
H A Dmatroxfb_base.c845 vblank->vcount = mga_inl(M_VCOUNT);
853 if (vblank->vcount >= ACCESS_FBINFO(fbcon).var.yres)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Demu10k1.h1331 unsigned int vcount; member in struct:snd_emu10k1_fx8010_ctl
1892 unsigned int vcount; /* visible count */ member in struct:snd_emu10k1_fx8010_control_gpr
1905 unsigned int vcount; member in struct:snd_emu10k1_fx8010_control_old_gpr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h307 #define FB_VBLANK_HAVE_VCOUNT 0x020 /* the vcount field is valid */
315 __u32 vcount; /* current scanline 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;
849 (*vcount) = reg3 | ((reg4 & 0x70) << 4);
865 (*vcount) = reg2 | ((reg3 & 0x07) << 8);
1718 sisvbblank.flags = sisfb_setupvbblankflags(ivideo, &sisvbblank.vcount, &sisvbblank.hcount);

Completed in 98 milliseconds