Searched refs:PREG (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/i2c/ |
| A D | s5k4ecgx.c | 66 #define PREG(n, x) ((n) * 0x30 + (x)) macro 67 #define REG_P_OUT_WIDTH(n) PREG(n, 0x700002a6) 68 #define REG_P_OUT_HEIGHT(n) PREG(n, 0x700002a8) 69 #define REG_P_FMT(n) PREG(n, 0x700002aa) 70 #define REG_P_PVI_MASK(n) PREG(n, 0x700002b4) 71 #define REG_P_FR_TIME_TYPE(n) PREG(n, 0x700002be) 75 #define REG_P_FR_TIME_Q_TYPE(n) PREG(n, 0x700002c0) 81 #define REG_P_MAX_FR_TIME(n) PREG(n, 0x700002c2) 82 #define REG_P_MIN_FR_TIME(n) PREG(n, 0x700002c4) 84 #define REG_P_PREV_MIRROR(n) PREG(n, 0x700002d0) [all …]
|
| A D | s5k5baf.c | 143 #define PREG(n, x) ((n) * 0x26 + x) macro 144 #define REG_P_OUT_WIDTH(n) PREG(n, 0x0242) 145 #define REG_P_OUT_HEIGHT(n) PREG(n, 0x0244) 146 #define REG_P_FMT(n) PREG(n, 0x0246) 149 #define REG_P_PVI_MASK(n) PREG(n, 0x024c) 151 #define REG_P_CLK_INDEX(n) PREG(n, 0x024e) 168 #define REG_P_SATURATION(n) PREG(n, 0x0258) 169 #define REG_P_SHARP_BLUR(n) PREG(n, 0x025a) 170 #define REG_P_GLAMOUR(n) PREG(n, 0x025c) 171 #define REG_P_COLORTEMP(n) PREG(n, 0x025e) [all …]
|
| A D | s5k6aa.c | 102 #define PREG(n, x) ((n) * 0x26 + x) macro 103 #define REG_P_OUT_WIDTH(n) PREG(n, 0x0242) 104 #define REG_P_OUT_HEIGHT(n) PREG(n, 0x0244) 105 #define REG_P_FMT(n) PREG(n, 0x0246) 106 #define REG_P_MAX_OUT_RATE(n) PREG(n, 0x0248) 108 #define REG_P_PVI_MASK(n) PREG(n, 0x024c) 109 #define REG_P_CLK_INDEX(n) PREG(n, 0x024e) 118 #define REG_P_MAX_FR_TIME(n) PREG(n, 0x0254) 119 #define REG_P_MIN_FR_TIME(n) PREG(n, 0x0256) 126 #define REG_P_COLORTEMP(n) PREG(n, 0x025e) [all …]
|
Completed in 17 milliseconds