Searched refs:chip_id_low (Results 1 – 2 of 2) sorted by relevance
1059 u8 chip_id_high, chip_id_low; in ov5645_probe() local1203 ret = ov5645_read_reg(ov5645, OV5645_CHIP_ID_LOW, &chip_id_low); in ov5645_probe()1204 if (ret < 0 || chip_id_low != OV5645_CHIP_ID_LOW_BYTE) { in ov5645_probe()
1507 u8 chip_id_high, chip_id_low, chip_rev; in ov7251_detect_chip() local1515 ret = ov7251_read_reg(ov7251, OV7251_CHIP_ID_LOW, &chip_id_low); in ov7251_detect_chip()1516 if (ret < 0 || chip_id_low != OV7251_CHIP_ID_LOW_BYTE) in ov7251_detect_chip()