Home
last modified time | relevance | path

Searched refs:REG_AECH (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/media/video/
Dstk-sensor.c107 #define REG_AECH 0x10 /* More bits of AEC value */ macro
314 {REG_AECH, 0x40},
Dov7670.c73 #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()
Dov6650.c48 #define REG_AECH 0x10 macro
521 ret = ov6650_reg_read(client, REG_AECH, &reg); in ov6650_g_ctrl()
605 ret = ov6650_reg_write(client, REG_AECH, ctrl->value); in ov6650_s_ctrl()