Lines Matching +full:480 +full:v
3 * Panel driver for the WideChips WS2401 480x800 DPI RGB panel, used in
86 .hdisplay = 480,
87 .hsync_start = 480 + 8,
88 .hsync_end = 480 + 8 + 10,
89 .htotal = 480 + 8 + 10 + 8,
161 /* Configure resolution to 480RGBx800 */ in ws2401_power_on()
163 /* Set addressing mode Flip V(d0), Flip H(d1) RGB/BGR(d3) */ in ws2401_power_on()
168 mipi_dbi_command(dbi, WS2401_PSMPS, 0x06, 0x03, /* DDVDH: 4.6v */ in ws2401_power_on()
170 mipi_dbi_command(dbi, WS2401_NSMPS, 0x06, 0x03, /* DDVDH: -4.6v */ in ws2401_power_on()
174 0xb4, /* VGH:16.1v, VGL:-13.8v */ in ws2401_power_on()
175 0x50, /* GREFP:4.2v (default) */ in ws2401_power_on()
176 0x50, /* GREFN:-4.2v (default) */ in ws2401_power_on()
178 0x44); /* VOUTL:-10v (default) */ in ws2401_power_on()