Lines Matching +full:480 +full:i
64 #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()
343 unsigned int i; in otm8009a_get_modes() local
345 for (i = 0; i < num_modes; i++) { in otm8009a_get_modes()
346 mode = drm_mode_duplicate(connector->dev, &modes[i]); in otm8009a_get_modes()
349 modes[i].hdisplay, in otm8009a_get_modes()
350 modes[i].vdisplay, in otm8009a_get_modes()
351 drm_mode_vrefresh(&modes[i])); in otm8009a_get_modes()
358 if (!i) in otm8009a_get_modes()