Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/fbtft/
H A Dfb_ili9325.c37 static unsigned int vdv = 0x12; /* VCOMH amplitude=VREG1OUT*0.98 */ variable
38 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()