Lines Matching refs:dev_id
327 int reg, conv_rate, status, config, man_id, dev_id;
347 dev_id = i2c_smbus_read_byte_data(client, ADM1021_REG_DEV_ID);
349 if (man_id < 0 || dev_id < 0)
352 if (man_id == 0x4d && dev_id == 0x01) {
354 * dev_id 0x01 matches MAX6680, MAX6695, MAX6696, and possibly
356 * exists on all those chips and compare with the dev_id
361 if (reg != dev_id)
365 if ((dev_id & 0xF0) == 0x30)
367 else if ((dev_id & 0xF0) == 0x00)
413 && man_id == config && dev_id == config