Lines Matching defs:n

104 #define REG_I_OPCLK_4KHZ(n)		((n) * 6 + 0x01cc)  argument
105 #define REG_I_MIN_OUTRATE_4KHZ(n) ((n) * 6 + 0x01ce) argument
106 #define REG_I_MAX_OUTRATE_4KHZ(n) ((n) * 6 + 0x01d0) argument
146 #define PREG(n, x) ((n) * 0x26 + x) argument
147 #define REG_P_OUT_WIDTH(n) PREG(n, 0x0242) argument
148 #define REG_P_OUT_HEIGHT(n) PREG(n, 0x0244) argument
149 #define REG_P_FMT(n) PREG(n, 0x0246) argument
150 #define REG_P_MAX_OUT_RATE(n) PREG(n, 0x0248) argument
151 #define REG_P_MIN_OUT_RATE(n) PREG(n, 0x024a) argument
152 #define REG_P_PVI_MASK(n) PREG(n, 0x024c) argument
154 #define REG_P_CLK_INDEX(n) PREG(n, 0x024e) argument
157 #define REG_P_FR_RATE_TYPE(n) PREG(n, 0x0250) argument
161 #define REG_P_FR_RATE_Q_TYPE(n) PREG(n, 0x0252) argument
166 #define REG_P_MAX_FR_TIME(n) PREG(n, 0x0254) argument
167 #define REG_P_MIN_FR_TIME(n) PREG(n, 0x0256) argument
171 #define REG_P_SATURATION(n) PREG(n, 0x0258) argument
172 #define REG_P_SHARP_BLUR(n) PREG(n, 0x025a) argument
173 #define REG_P_GLAMOUR(n) PREG(n, 0x025c) argument
174 #define REG_P_COLORTEMP(n) PREG(n, 0x025e) argument
175 #define REG_P_GAMMA_INDEX(n) PREG(n, 0x0260) argument
176 #define REG_P_PREV_MIRROR(n) PREG(n, 0x0262) argument
177 #define REG_P_CAP_MIRROR(n) PREG(n, 0x0264) argument
178 #define REG_P_CAP_ROTATION(n) PREG(n, 0x0266) argument
223 #define REG_ARR_CCM(n) (0x2800 + 36 * (n)) argument
497 int n = min_t(int, count, ARRAY_SIZE(buf) - 1); in s5k5baf_write_arr_seq() local
797 int n; in s5k5baf_hw_find_min_fiv() local
852 const struct v4l2_rect *n, in s5k5baf_rescale()