Searched refs:VFLIP_IMG (Results 1 – 1 of 1) sorted by relevance
230 #define IMG_MASK (VFLIP_IMG | HFLIP_IMG | SCOLOR_TEST)232 #define VFLIP_IMG 0x80 /* Vertical flip image ON/OFF selection */ macro806 val = ctrl->val ? VFLIP_IMG : 0x00; in ov772x_s_ctrl()808 val ^= VFLIP_IMG; in ov772x_s_ctrl()809 return regmap_update_bits(regmap, COM3, VFLIP_IMG, val); in ov772x_s_ctrl()1127 val |= VFLIP_IMG; in ov772x_set_params()1131 val ^= VFLIP_IMG; in ov772x_set_params()