Home
last modified time | relevance | path

Searched refs:vcount (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_mode.c227 int i, j, tmpcount, vcount; in mga_g200wb_set_plls() local
380 vcount = RREG8(MGAREG_VCOUNT); in mga_g200wb_set_plls()
384 if (tmpcount < vcount) in mga_g200wb_set_plls()
385 vcount = 0; in mga_g200wb_set_plls()
386 if ((tmpcount - vcount) > 2) in mga_g200wb_set_plls()
499 int i, j, tmpcount, vcount; in mga_g200eh_set_plls() local
570 vcount = RREG8(MGAREG_VCOUNT); in mga_g200eh_set_plls()
574 if (tmpcount < vcount) in mga_g200eh_set_plls()
575 vcount = 0; in mga_g200eh_set_plls()
576 if ((tmpcount - vcount) > 2) in mga_g200eh_set_plls()
/linux-4.4.14/include/uapi/sound/
Demu10k1.h286 unsigned int vcount; /* visible count */ member
299 unsigned int vcount; member
/linux-4.4.14/drivers/video/fbdev/
Dtmiofb.c495 unsigned int vcount = tmio_ioread16(par->lcr + LCR_CDLN); in tmiofb_vblank() local
498 vblank->vcount = vcount; in tmiofb_vblank()
502 if (vcount < mode->vsync_len) in tmiofb_vblank()
505 if (vcount < vds || vcount > vds + mode->yres) in tmiofb_vblank()
Dcontrolfb.h45 struct preg vcount; /* vertical counter */ member
/linux-4.4.14/arch/blackfin/include/asm/
Dbfin_ppi.h39 __BFP(vcount);
/linux-4.4.14/sound/pci/emu10k1/
Demufx.c341 uinfo->count = ctl->vcount; in snd_emu10k1_gpr_ctl_info()
356 for (i = 0; i < ctl->vcount; i++) in snd_emu10k1_gpr_ctl_get()
373 for (i = 0; i < ctl->vcount; i++) { in snd_emu10k1_gpr_ctl_put()
390 if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) { in 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]); in snd_emu10k1_gpr_ctl_put()
398 if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) { in 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]); in snd_emu10k1_gpr_ctl_put()
831 nctl->vcount = gctl->vcount; in snd_emu10k1_add_controls()
921 gctl->vcount = ctl->vcount; in snd_emu10k1_list_controls()
1081 ctl->vcount = ctl->count = 1; in snd_emu10k1_init_mono_control()
[all …]
/linux-4.4.14/include/uapi/linux/
Dfb.h331 __u32 vcount; /* current scanline position */ member
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-osd.c92 vblank.vcount = 0; in vivid_fb_ioctl()
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_crtc2.c409 vblank->vcount = mga_inl(0x3C48) & 0x000007FF; in matroxfb_dh_get_vblank()
411 if (vblank->vcount >= m2info->fbcon.var.yres) in matroxfb_dh_get_vblank()
Dmatroxfb_base.c850 vblank->vcount = mga_inl(M_VCOUNT); in matroxfb_get_vblank()
858 if (vblank->vcount >= minfo->fbcon.var.yres) in matroxfb_get_vblank()
/linux-4.4.14/drivers/media/platform/blackfin/
Dppi.c264 bfin_write16(&reg->vcount, params->height); in ppi_set_params()
/linux-4.4.14/include/sound/
Demu10k1.h1577 unsigned int vcount; member
/linux-4.4.14/drivers/video/fbdev/sis/
Dsis_main.c813 sisfb_setupvbblankflags(struct sis_video_info *ivideo, u32 *vcount, u32 *hcount) in sisfb_setupvbblankflags() argument
818 (*vcount) = (*hcount) = 0; in sisfb_setupvbblankflags()
839 (*vcount) = reg3 | ((reg4 & 0x70) << 4); in sisfb_setupvbblankflags()
855 (*vcount) = reg2 | ((reg3 & 0x07) << 8); in sisfb_setupvbblankflags()
1691 sisvbblank.flags = sisfb_setupvbblankflags(ivideo, &sisvbblank.vcount, &sisvbblank.hcount); in sisfb_ioctl()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtvfb.c482 vblank.vcount = trace; in ivtvfb_ioctl()
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c256 __EPPI(VCOUNT, vcount); in bfin_debug_mmrs_eppi()