Searched refs:REG_AECH (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/media/video/ |
D | stk-sensor.c | 107 #define REG_AECH 0x10 /* More bits of AEC value */ macro 314 {REG_AECH, 0x40},
|
D | ov7670.c | 73 #define REG_AECH 0x10 /* More bits of AEC value */ macro 261 { REG_GAIN, 0 }, { REG_AECH, 0 }, 1296 ov7670_read(sd, REG_AECH, &aech) + in ov7670_g_exp() 1317 ov7670_write(sd, REG_AECH, aech) + in ov7670_s_exp()
|
D | ov6650.c | 48 #define REG_AECH 0x10 macro 521 ret = ov6650_reg_read(client, REG_AECH, ®); in ov6650_g_ctrl() 605 ret = ov6650_reg_write(client, REG_AECH, ctrl->value); in ov6650_s_ctrl()
|