Lines Matching +full:480 +full:i
63 #define OTM8009A_HDISPLAY 480
79 .hdisplay = 480,
80 .hsync_start = 480 + 98,
81 .hsync_end = 480 + 98 + 32,
82 .htotal = 480 + 98 + 32 + 98,
93 .hdisplay = 480,
94 .hsync_start = 480 + 70,
95 .hsync_end = 480 + 70 + 32,
96 .htotal = 480 + 70 + 32 + 72,
227 /* Default portrait 480x800 rgb24 */ in otm8009a_init_sequence()
359 unsigned int i; in otm8009a_get_modes() local
361 for (i = 0; i < num_modes; i++) { in otm8009a_get_modes()
362 mode = drm_mode_duplicate(connector->dev, &modes[i]); in otm8009a_get_modes()
365 modes[i].hdisplay, in otm8009a_get_modes()
366 modes[i].vdisplay, in otm8009a_get_modes()
367 drm_mode_vrefresh(&modes[i])); in otm8009a_get_modes()
374 if (!i) in otm8009a_get_modes()