Lines Matching refs:temp1
1331 u8 temp1, temp2; in ov5640_get_sysclk() local
1334 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL0, &temp1); in ov5640_get_sysclk()
1337 temp2 = temp1 & 0x0f; in ov5640_get_sysclk()
1341 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL1, &temp1); in ov5640_get_sysclk()
1344 sysdiv = temp1 >> 4; in ov5640_get_sysclk()
1348 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL2, &temp1); in ov5640_get_sysclk()
1351 multiplier = temp1; in ov5640_get_sysclk()
1353 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL3, &temp1); in ov5640_get_sysclk()
1356 prediv = temp1 & 0x0f; in ov5640_get_sysclk()
1357 pll_rdiv = ((temp1 >> 4) & 0x01) + 1; in ov5640_get_sysclk()
1359 ret = ov5640_read_reg(sensor, OV5640_REG_SYS_ROOT_DIVIDER, &temp1); in ov5640_get_sysclk()
1362 temp2 = temp1 & 0x03; in ov5640_get_sysclk()
1420 u8 temp, temp1; in ov5640_get_light_freq() local
1429 &temp1); in ov5640_get_light_freq()
1432 if (temp1 & 0x04) { in ov5640_get_light_freq()
1442 &temp1); in ov5640_get_light_freq()
1446 if (temp1 & 0x01) { in ov5640_get_light_freq()