Lines Matching +full:480 +full:v
9 * 480x864, 480x854, 480x800, 480x720 and 480x640 pixel displays.
10 * It has 480x840x24bit SRAM embedded for storing a frame.
11 * When powered on the display is by default in 480x800 mode.
175 * @avdd: setting for AVDD ranging from 0x00 = 6.5V to 0x14 = 4.5V
176 * in 0.1V steps the default is 0x05 which means 6.0V
204 * @avee: setting for AVEE ranging from 0x00 = -6.5V to 0x14 = -4.5V
205 * in 0.1V steps the default is 0x05 which means -6.0V
224 * @vgh: setting for VGH ranging from 0x00 = 7.0V to 0x0B = 18.0V
225 * in 1V steps, the default is 0x08 which means 15V
243 * @vgl: setting for VGL ranging from 0x00 = -2V to 0x0f = -15V in
244 * 1V steps, the default is 0x08 which means -10V
267 * VGMP 0x00 = 3.0V .. 0x108 = 6.3V in steps of 12.5mV
268 * VGSP 0x00 = 0V .. 0x111 = 3.7V in steps of 12.5mV
911 nt->supplies[0].supply = "vdd"; /* 2.3-4.8 V */ in nt35510_probe()
912 nt->supplies[1].supply = "vddi"; /* 1.65-3.3V */ in nt35510_probe()
1022 .hdisplay = 480,
1023 .hsync_start = 480 + 2, /* HFP = 2 */
1024 .hsync_end = 480 + 2 + 0, /* HSync = 0 */
1025 .htotal = 480 + 2 + 0 + 5, /* HFP = 5 */
1032 /* 0x09: AVDD = 5.6V */
1036 /* 0x09: AVEE = -5.6V */
1040 /* 0x05 = 12V */
1044 /* 0x0B = -13V */
1048 /* VGMP: 0x0A3 = 5.0375V, VGSP = 0V */
1050 /* VGMP: 0x0A3 = 5.0375V, VGSP = 0V */
1054 /* SDVPCTR: Normal operation off color during v porch */