Lines Matching refs:temp1
1125 u8 temp1, temp2; in ov5640_get_sysclk() local
1128 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL0, &temp1); in ov5640_get_sysclk()
1131 temp2 = temp1 & 0x0f; in ov5640_get_sysclk()
1135 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL1, &temp1); in ov5640_get_sysclk()
1138 sysdiv = temp1 >> 4; in ov5640_get_sysclk()
1142 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL2, &temp1); in ov5640_get_sysclk()
1145 multiplier = temp1; in ov5640_get_sysclk()
1147 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL3, &temp1); in ov5640_get_sysclk()
1150 prediv = temp1 & 0x0f; in ov5640_get_sysclk()
1151 pll_rdiv = ((temp1 >> 4) & 0x01) + 1; in ov5640_get_sysclk()
1153 ret = ov5640_read_reg(sensor, OV5640_REG_SYS_ROOT_DIVIDER, &temp1); in ov5640_get_sysclk()
1156 temp2 = temp1 & 0x03; in ov5640_get_sysclk()
1214 u8 temp, temp1; in ov5640_get_light_freq() local
1223 &temp1); in ov5640_get_light_freq()
1226 if (temp1 & 0x04) { in ov5640_get_light_freq()
1236 &temp1); in ov5640_get_light_freq()
1240 if (temp1 & 0x01) { in ov5640_get_light_freq()