/linux-4.4.14/drivers/gpu/drm/mgag200/ |
H A D | mgag200_mode.c | 227 int i, j, tmpcount, vcount; mga_g200wb_set_plls() local 380 vcount = RREG8(MGAREG_VCOUNT); mga_g200wb_set_plls() 384 if (tmpcount < vcount) mga_g200wb_set_plls() 385 vcount = 0; mga_g200wb_set_plls() 386 if ((tmpcount - vcount) > 2) mga_g200wb_set_plls() 499 int i, j, tmpcount, vcount; mga_g200eh_set_plls() local 570 vcount = RREG8(MGAREG_VCOUNT); mga_g200eh_set_plls() 574 if (tmpcount < vcount) mga_g200eh_set_plls() 575 vcount = 0; mga_g200eh_set_plls() 576 if ((tmpcount - vcount) > 2) mga_g200eh_set_plls()
|
/linux-4.4.14/sound/pci/emu10k1/ |
H A D | emufx.c | 341 uinfo->count = ctl->vcount; snd_emu10k1_gpr_ctl_info() 356 for (i = 0; i < ctl->vcount; i++) snd_emu10k1_gpr_ctl_get() 373 for (i = 0; i < ctl->vcount; i++) { snd_emu10k1_gpr_ctl_put() 390 if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) { snd_emu10k1_gpr_ctl_put() 395 snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[j * ctl->vcount + i], 0, bass_table[val][j]); snd_emu10k1_gpr_ctl_put() 398 if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) { snd_emu10k1_gpr_ctl_put() 403 snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[j * ctl->vcount + i], 0, treble_table[val][j]); snd_emu10k1_gpr_ctl_put() 831 nctl->vcount = gctl->vcount; snd_emu10k1_add_controls() 921 gctl->vcount = ctl->vcount; snd_emu10k1_list_controls() 1081 ctl->vcount = ctl->count = 1; snd_emu10k1_init_mono_control() 1102 ctl->vcount = ctl->count = 2; snd_emu10k1_init_stereo_control() 1124 ctl->vcount = ctl->count = 1; snd_emu10k1_init_mono_onoff_control() 1137 ctl->vcount = ctl->count = 2; snd_emu10k1_init_stereo_onoff_control() 1455 ctl->vcount = 2; _snd_emu10k1_audigy_init_efx() 1464 ctl->vcount = 2; _snd_emu10k1_audigy_init_efx() 2178 ctl->vcount = 2; _snd_emu10k1_init_efx() 2188 ctl->vcount = 2; _snd_emu10k1_init_efx()
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | controlfb.h | 45 struct preg vcount; /* vertical counter */ member in struct:control_regs
|
H A D | tmiofb.c | 495 unsigned int vcount = tmio_ioread16(par->lcr + LCR_CDLN); tmiofb_vblank() local 498 vblank->vcount = vcount; tmiofb_vblank() 502 if (vcount < mode->vsync_len) tmiofb_vblank() 505 if (vcount < vds || vcount > vds + mode->yres) tmiofb_vblank()
|
/linux-4.4.14/include/uapi/sound/ |
H A D | emu10k1.h | 286 unsigned int vcount; /* visible count */ member in struct:snd_emu10k1_fx8010_control_gpr 299 unsigned int vcount; member in struct:snd_emu10k1_fx8010_control_old_gpr
|
/linux-4.4.14/include/uapi/linux/ |
H A D | fb.h | 323 #define FB_VBLANK_HAVE_VCOUNT 0x020 /* the vcount field is valid */ 331 __u32 vcount; /* current scanline position */ member in struct:fb_vblank
|
/linux-4.4.14/drivers/media/platform/blackfin/ |
H A D | ppi.c | 264 bfin_write16(®->vcount, params->height); ppi_set_params()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | bfin_ppi.h | 39 __BFP(vcount);
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
H A D | matroxfb_crtc2.c | 409 vblank->vcount = mga_inl(0x3C48) & 0x000007FF; matroxfb_dh_get_vblank() 411 if (vblank->vcount >= m2info->fbcon.var.yres) matroxfb_dh_get_vblank()
|
H A D | matroxfb_base.c | 850 vblank->vcount = mga_inl(M_VCOUNT); matroxfb_get_vblank() 858 if (vblank->vcount >= minfo->fbcon.var.yres) matroxfb_get_vblank()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
H A D | vivid-osd.c | 92 vblank.vcount = 0; vivid_fb_ioctl()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 482 vblank.vcount = trace; ivtvfb_ioctl()
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 813 sisfb_setupvbblankflags(struct sis_video_info *ivideo, u32 *vcount, u32 *hcount) sisfb_setupvbblankflags() argument 818 (*vcount) = (*hcount) = 0; sisfb_setupvbblankflags() 839 (*vcount) = reg3 | ((reg4 & 0x70) << 4); sisfb_setupvbblankflags() 855 (*vcount) = reg2 | ((reg3 & 0x07) << 8); sisfb_setupvbblankflags() 1691 sisvbblank.flags = sisfb_setupvbblankflags(ivideo, &sisvbblank.vcount, &sisvbblank.hcount); sisfb_ioctl()
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | debug-mmrs.c | 256 __EPPI(VCOUNT, vcount); bfin_debug_mmrs_eppi()
|
/linux-4.4.14/include/sound/ |
H A D | emu10k1.h | 1577 unsigned int vcount; member in struct:snd_emu10k1_fx8010_ctl
|