Searched refs:chip_id_low (Results 1 – 2 of 2) sorted by relevance
1016 u8 chip_id_high, chip_id_low; in ov5645_probe() local1147 ret = ov5645_read_reg(ov5645, OV5645_CHIP_ID_LOW, &chip_id_low); in ov5645_probe()1148 if (ret < 0 || chip_id_low != OV5645_CHIP_ID_LOW_BYTE) { in ov5645_probe()
1528 u8 chip_id_high, chip_id_low, chip_rev; in ov7251_detect_chip() local1536 ret = ov7251_read_reg(ov7251, OV7251_CHIP_ID_LOW, &chip_id_low); in ov7251_detect_chip()1537 if (ret < 0 || chip_id_low != OV7251_CHIP_ID_LOW_BYTE) in ov7251_detect_chip()