Lines Matching refs:temp1
1865 u8 temp1, temp2; in ov5640_get_sysclk() local
1868 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL0, &temp1); in ov5640_get_sysclk()
1871 temp2 = temp1 & 0x0f; in ov5640_get_sysclk()
1875 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL1, &temp1); in ov5640_get_sysclk()
1878 sysdiv = temp1 >> 4; in ov5640_get_sysclk()
1882 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL2, &temp1); in ov5640_get_sysclk()
1885 multiplier = temp1; in ov5640_get_sysclk()
1887 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL3, &temp1); in ov5640_get_sysclk()
1890 prediv = temp1 & 0x0f; in ov5640_get_sysclk()
1891 pll_rdiv = ((temp1 >> 4) & 0x01) + 1; in ov5640_get_sysclk()
1893 ret = ov5640_read_reg(sensor, OV5640_REG_SYS_ROOT_DIVIDER, &temp1); in ov5640_get_sysclk()
1896 temp2 = temp1 & 0x03; in ov5640_get_sysclk()
1954 u8 temp, temp1; in ov5640_get_light_freq() local
1963 &temp1); in ov5640_get_light_freq()
1966 if (temp1 & 0x04) { in ov5640_get_light_freq()
1976 &temp1); in ov5640_get_light_freq()
1980 if (temp1 & 0x01) { in ov5640_get_light_freq()