Lines Matching refs:man_id
1462 int man_id, chip_id, config1, config2, convrate;
1468 man_id = i2c_smbus_read_byte_data(client, LM90_REG_R_MAN_ID);
1472 if (man_id < 0 || chip_id < 0 || config1 < 0 || convrate < 0)
1475 if (man_id == 0x01 || man_id == 0x5C || man_id == 0xA1) {
1482 && man_id == 0x01) { /* National Semiconductor */
1507 && man_id == 0x41) { /* Analog Devices */
1531 if (man_id == 0x4D) { /* Maxim */
1542 man_id = i2c_smbus_read_byte_data(client,
1548 if (emerg < 0 || man_id < 0 || emerg2 < 0 || status2 < 0)
1554 * read value, which in our case is those of the man_id
1557 * read, so in our case those of the man_id register.
1564 if (chip_id == man_id
1566 && (config1 & 0x1F) == (man_id & 0x0F)
1624 && man_id == 0x5C) { /* Winbond/Nuvoton */
1638 && man_id == 0xA1) { /* NXP Semiconductor/Philips */
1647 && man_id == 0x47) { /* GMT */
1653 if (man_id == 0x55 && chip_id == 0x00 &&
1677 "Unsupported chip at 0x%02x (man_id=0x%02X, "
1678 "chip_id=0x%02X)\n", address, man_id, chip_id);