Lines Matching refs:temp1
1263 u8 temp1, temp2; in ov5640_get_sysclk() local
1266 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL0, &temp1); in ov5640_get_sysclk()
1269 temp2 = temp1 & 0x0f; in ov5640_get_sysclk()
1273 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL1, &temp1); in ov5640_get_sysclk()
1276 sysdiv = temp1 >> 4; in ov5640_get_sysclk()
1280 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL2, &temp1); in ov5640_get_sysclk()
1283 multiplier = temp1; in ov5640_get_sysclk()
1285 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL3, &temp1); in ov5640_get_sysclk()
1288 prediv = temp1 & 0x0f; in ov5640_get_sysclk()
1289 pll_rdiv = ((temp1 >> 4) & 0x01) + 1; in ov5640_get_sysclk()
1291 ret = ov5640_read_reg(sensor, OV5640_REG_SYS_ROOT_DIVIDER, &temp1); in ov5640_get_sysclk()
1294 temp2 = temp1 & 0x03; in ov5640_get_sysclk()
1352 u8 temp, temp1; in ov5640_get_light_freq() local
1361 &temp1); in ov5640_get_light_freq()
1364 if (temp1 & 0x04) { in ov5640_get_light_freq()
1374 &temp1); in ov5640_get_light_freq()
1378 if (temp1 & 0x01) { in ov5640_get_light_freq()