Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/
Dov2640.c166 #define REG04_VFLIP_IMG 0x40 /* Vertical flip image ON/OFF */ macro
767 val = ctrl->value ? REG04_VFLIP_IMG : 0x00; in ov2640_s_ctrl()
769 ret = ov2640_mask_set(client, REG04, REG04_VFLIP_IMG, val); in ov2640_s_ctrl()