Lines Matching +full:576 +full:i
39 #define STATUS1 0x01 /* Chip Status Register I */
43 #define OUTCTR1 0x05 /* Output Control I */
50 #define CNTRL1 0x0C /* Control Register I */
56 #define SHARPNESS 0x12 /* SHARPNESS Control Register I */
76 #define VCNTL1 0x28 /* Vertical Control I */
81 #define MISC1 0x2D /* Miscellaneous Control I */
89 #define CLCNTL1 0x35 /* Clamp Control I */
288 .height = 576,
295 .height = 576,
434 int size, i; in tw9910_select_norm() local
446 for (i = 0; i < size; i++) { in tw9910_select_norm()
447 tmp = abs(width - scale[i].width) + in tw9910_select_norm()
448 abs(height - scale[i].height); in tw9910_select_norm()
451 ret = scale + i; in tw9910_select_norm()
742 sel->r.height = 576; in tw9910_get_selection()