Searched refs:chip_id_low (Results 1 – 1 of 1) sorted by relevance
1534 u8 chip_id_high, chip_id_low, chip_rev; in ov7251_detect_chip() local1542 ret = ov7251_read_reg(ov7251, OV7251_CHIP_ID_LOW, &chip_id_low); in ov7251_detect_chip()1543 if (ret < 0 || chip_id_low != OV7251_CHIP_ID_LOW_BYTE) in ov7251_detect_chip()