Lines Matching +full:7 +full:c

4  * Copyright (c) 2017 Samsung Electronics Co., Ltd.
52 * YHCOEF_{x}{A|B|C|D} CHCOEF_{x}{A|B|C|D}
54 * A B C D A B C D
55 * 0 60 64 68 6c 140 144 148 14c
56 * 1 70 74 78 7c 150 154 158 15c
57 * 2 80 84 88 8c 160 164 168 16c
58 * 3 90 94 98 9c 170 174 178 17c
59 * 4 a0 a4 a8 ac 180 184 188 18c
60 * 5 b0 b4 b8 bc 190 194 198 19c
62 * 7 d0 d4 d8 dc 1b0 1b4 1b8 1bc
72 * 3 108 10c 1e8 1ec
74 * 5 118 11c 1f8 1fc
76 * 7 128 12c 208 20c
79 #define _SCALER_HCOEF_DELTA(r, c) ((r) * 0x10 + (c) * 0x4) argument
80 #define _SCALER_VCOEF_DELTA(r, c) ((r) * 0x8 + (c) * 0x4) argument
82 #define SCALER_YHCOEF(r, c) (0x60 + _SCALER_HCOEF_DELTA((r), (c))) argument
83 #define SCALER_YVCOEF(r, c) (0xf0 + _SCALER_VCOEF_DELTA((r), (c))) argument
84 #define SCALER_CHCOEF(r, c) (0x140 + _SCALER_HCOEF_DELTA((r), (c))) argument
85 #define SCALER_CVCOEF(r, c) (0x1d0 + _SCALER_VCOEF_DELTA((r), (c))) argument
166 #define SCALER_INT_EN_ILLEGAL_SRC_YH_POS (1 << 7)
194 #define SCALER_INT_STATUS_ILLEGAL_SRC_YH_POS (1 << 7)
215 #define SCALER_ARGB8888_PRE 7
317 #define SCALER_TIMEOUT_CTRL_GET_TIMER_DIV(r) SCALER_GET(r, 7, 4)
318 #define SCALER_TIMEOUT_CTRL_SET_TIMER_DIV(v) SCALER_SET(v, 7, 4)
335 #define SCALER_SRC_BLEND_COLOR_GET_COLOR2(r) SCALER_GET(r, 7, 0)
336 #define SCALER_SRC_BLEND_COLOR_SET_COLOR2(v) SCALER_SET(v, 7, 0)
345 #define SCALER_SRC_BLEND_ALPHA_GET_ALPHA(r) SCALER_GET(r, 7, 0)
346 #define SCALER_SRC_BLEND_ALPHA_SET_ALPHA(v) SCALER_SET(v, 7, 0)
359 #define SCALER_DST_BLEND_COLOR_GET_COLOR2(r) SCALER_GET(r, 7, 0)
360 #define SCALER_DST_BLEND_COLOR_SET_COLOR2(v) SCALER_SET(v, 7, 0)
369 #define SCALER_DST_BLEND_ALPHA_GET_ALPHA(r) SCALER_GET(r, 7, 0)
370 #define SCALER_DST_BLEND_ALPHA_SET_ALPHA(v) SCALER_SET(v, 7, 0)
379 #define SCALER_FILL_COLOR_GET_FILL_COLOR2(r) SCALER_GET(r, 7, 0)
380 #define SCALER_FILL_COLOR_SET_FILL_COLOR2(v) SCALER_SET(v, 7, 0)
392 #define SCALER_SRC_ADDR_Q_STATUS_CR_FULL (1 << 7)
403 #define SCALER_DST_ADDR_Q_STATUS_CR_FULL (1 << 7)