Lines Matching defs:bits
361 u8 bits = OV5693_FORMAT1_FLIP_VERT_ISP_EN |
365 ret = cci_update_bits(ov5693->regmap, OV5693_FORMAT1_REG, bits,
366 enable ? bits : 0, NULL);
376 u8 bits = OV5693_FORMAT2_FLIP_HORZ_ISP_EN |
380 ret = cci_update_bits(ov5693->regmap, OV5693_FORMAT2_REG, bits,
381 enable ? bits : 0, NULL);
398 /* The lowest 4 bits are unsupported fractional bits */
425 /* As with exposure, the lowest 4 bits are fractional bits. */