Lines Matching +full:480 +full:i
63 #define OTM8009A_HDISPLAY 480
78 .hdisplay = 480,
79 .hsync_start = 480 + 98,
80 .hsync_end = 480 + 98 + 32,
81 .htotal = 480 + 98 + 32 + 98,
92 .hdisplay = 480,
93 .hsync_start = 480 + 70,
94 .hsync_end = 480 + 70 + 32,
95 .htotal = 480 + 70 + 32 + 72,
226 /* Default portrait 480x800 rgb24 */ in otm8009a_init_sequence()
342 unsigned int i; in otm8009a_get_modes() local
344 for (i = 0; i < num_modes; i++) { in otm8009a_get_modes()
345 mode = drm_mode_duplicate(connector->dev, &modes[i]); in otm8009a_get_modes()
348 modes[i].hdisplay, in otm8009a_get_modes()
349 modes[i].vdisplay, in otm8009a_get_modes()
350 drm_mode_vrefresh(&modes[i])); in otm8009a_get_modes()
357 if (!i) in otm8009a_get_modes()