Searched refs:PREG (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/i2c/ |
| H A D | s5k5baf.c | 142 #define PREG(n, x) ((n) * 0x26 + x) macro 143 #define REG_P_OUT_WIDTH(n) PREG(n, 0x0242) 144 #define REG_P_OUT_HEIGHT(n) PREG(n, 0x0244) 145 #define REG_P_FMT(n) PREG(n, 0x0246) 148 #define REG_P_PVI_MASK(n) PREG(n, 0x024c) 150 #define REG_P_CLK_INDEX(n) PREG(n, 0x024e) 167 #define REG_P_SATURATION(n) PREG(n, 0x0258) 168 #define REG_P_SHARP_BLUR(n) PREG(n, 0x025a) 169 #define REG_P_GLAMOUR(n) PREG(n, 0x025c) 170 #define REG_P_COLORTEMP(n) PREG(n, 0x025e) [all …]
|