Searched refs:PREG (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/media/i2c/ |
H A D | s5k5baf.c | 146 #define PREG(n, x) ((n) * 0x26 + x) macro 147 #define REG_P_OUT_WIDTH(n) PREG(n, 0x0242) 148 #define REG_P_OUT_HEIGHT(n) PREG(n, 0x0244) 149 #define REG_P_FMT(n) PREG(n, 0x0246) 150 #define REG_P_MAX_OUT_RATE(n) PREG(n, 0x0248) 151 #define REG_P_MIN_OUT_RATE(n) PREG(n, 0x024a) 152 #define REG_P_PVI_MASK(n) PREG(n, 0x024c) 154 #define REG_P_CLK_INDEX(n) PREG(n, 0x024e) 157 #define REG_P_FR_RATE_TYPE(n) PREG(n, 0x0250) 161 #define REG_P_FR_RATE_Q_TYPE(n) PREG(n, 0x0252) 166 #define REG_P_MAX_FR_TIME(n) PREG(n, 0x0254) 167 #define REG_P_MIN_FR_TIME(n) PREG(n, 0x0256) 171 #define REG_P_SATURATION(n) PREG(n, 0x0258) 172 #define REG_P_SHARP_BLUR(n) PREG(n, 0x025a) 173 #define REG_P_GLAMOUR(n) PREG(n, 0x025c) 174 #define REG_P_COLORTEMP(n) PREG(n, 0x025e) 175 #define REG_P_GAMMA_INDEX(n) PREG(n, 0x0260) 176 #define REG_P_PREV_MIRROR(n) PREG(n, 0x0262) 177 #define REG_P_CAP_MIRROR(n) PREG(n, 0x0264) 178 #define REG_P_CAP_ROTATION(n) PREG(n, 0x0266)
|
H A D | s5k4ecgx.c | 70 #define PREG(n, x) ((n) * 0x30 + (x)) macro 71 #define REG_P_OUT_WIDTH(n) PREG(n, 0x700002a6) 72 #define REG_P_OUT_HEIGHT(n) PREG(n, 0x700002a8) 73 #define REG_P_FMT(n) PREG(n, 0x700002aa) 74 #define REG_P_PVI_MASK(n) PREG(n, 0x700002b4) 75 #define REG_P_FR_TIME_TYPE(n) PREG(n, 0x700002be) 79 #define REG_P_FR_TIME_Q_TYPE(n) PREG(n, 0x700002c0) 85 #define REG_P_MAX_FR_TIME(n) PREG(n, 0x700002c2) 86 #define REG_P_MIN_FR_TIME(n) PREG(n, 0x700002c4) 88 #define REG_P_PREV_MIRROR(n) PREG(n, 0x700002d0) 89 #define REG_P_CAP_MIRROR(n) PREG(n, 0x700002d2)
|
H A D | s5k6aa.c | 106 #define PREG(n, x) ((n) * 0x26 + x) macro 107 #define REG_P_OUT_WIDTH(n) PREG(n, 0x0242) 108 #define REG_P_OUT_HEIGHT(n) PREG(n, 0x0244) 109 #define REG_P_FMT(n) PREG(n, 0x0246) 110 #define REG_P_MAX_OUT_RATE(n) PREG(n, 0x0248) 111 #define REG_P_MIN_OUT_RATE(n) PREG(n, 0x024a) 112 #define REG_P_PVI_MASK(n) PREG(n, 0x024c) 113 #define REG_P_CLK_INDEX(n) PREG(n, 0x024e) 114 #define REG_P_FR_RATE_TYPE(n) PREG(n, 0x0250) 118 #define REG_P_FR_RATE_Q_TYPE(n) PREG(n, 0x0252) 122 #define REG_P_MAX_FR_TIME(n) PREG(n, 0x0254) 123 #define REG_P_MIN_FR_TIME(n) PREG(n, 0x0256) 130 #define REG_P_COLORTEMP(n) PREG(n, 0x025e) 131 #define REG_P_PREV_MIRROR(n) PREG(n, 0x0262)
|
/linux-4.4.14/drivers/regulator/ |
H A D | 88pm8607.c | 241 .name = "PREG", \ 369 /* There's no resource in 88PM8606 PREG regulator driver */ pm8607_regulator_probe()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | colibri-pxa320.c | 83 GPIO50_GPIO, /* PREG ; input/tristate */
|
H A D | pcm990-baseboard.c | 195 * - GPIO55 is output /PREG
|
Completed in 209 milliseconds