Searched refs:vdv (Results 1 – 2 of 2) sorted by relevance
37 static unsigned int vdv = 0x12; /* VCOMH amplitude=VREG1OUT*0.98 */ variable38 module_param(vdv, uint, 0000);39 MODULE_PARM_DESC(vdv, "Select the factor of VREG1OUT to set the amplitude of Vcom");90 vdv &= 0x1f; in init_display()121 write_reg(par, 0x0013, vdv << 8); /* Set VDV[4:0] for VCOM amplitude */ in init_display()
2637 static int mlx5_get_vq_irq(struct vdpa_device *vdv, u16 idx) in mlx5_get_vq_irq() argument