Searched refs:man_id (Results 1 - 10 of 10) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dadm1025.c415 u8 man_id, chip_id; local
417 man_id = i2c_smbus_read_byte_data(new_client,
422 if (man_id == 0x41) { /* Analog Devices */
427 if (man_id == 0xA1) { /* Philips */
436 "Unsupported chip (man_id=0x%02X, "
437 "chip_id=0x%02X).\n", man_id, chip_id);
H A Dadm1029.c342 u8 man_id, chip_id, temp_devices_installed, nb_fan_support; local
344 man_id = i2c_smbus_read_byte_data(client, ADM1029_REG_MAN_ID);
351 if (man_id == 0x41 && (temp_devices_installed & 0xf9) == 0x01
365 pr_debug("adm1029: Unsupported chip (man_id=0x%02X, "
366 "chip_id=0x%02X)\n", man_id, chip_id);
H A Dadm9240.c516 u8 man_id, die_rev; local
548 man_id = i2c_smbus_read_byte_data(new_client,
550 if (man_id == 0x23) {
552 } else if (man_id == 0xda) {
554 } else if (man_id == 0x01) {
558 "0x%02x\n", man_id);
566 man_id == 0x23 ? "ADM9240" :
567 man_id == 0xda ? "DS1780" : "LM81", die_rev);
H A Dlm63.c453 u8 man_id, chip_id, reg_config1, reg_config2; local
456 man_id = i2c_smbus_read_byte_data(new_client,
469 if (man_id == 0x01 /* National Semiconductor */
478 "(man_id=0x%02X, chip_id=0x%02X).\n",
479 man_id, chip_id);
H A Dlm83.c347 u8 man_id, chip_id; local
349 man_id = i2c_smbus_read_byte_data(new_client,
354 if (man_id == 0x01) { /* National Semiconductor */
365 "Unsupported chip (man_id=0x%02X, "
366 "chip_id=0x%02X).\n", man_id, chip_id);
H A Dlm90.c516 u8 man_id, chip_id, reg_config1, reg_convrate; local
519 &man_id) < 0
528 if (man_id == 0x01) { /* National Semiconductor */
551 if (man_id == 0x41) { /* Analog Devices */
563 if (man_id == 0x4D) { /* Maxim */
567 * value, which in our case is those of the man_id
570 * previous read, so in our case those of the man_id
573 if (chip_id == man_id
574 && (reg_config1 & 0x1F) == (man_id & 0x0F)
582 "Unsupported chip (man_id
[all...]
H A Dlm92.c340 u16 man_id = i2c_smbus_read_word_data(new_client, local
344 && man_id == 0x0180) {
H A Dmax1619.c259 u8 man_id, chip_id; local
261 man_id = i2c_smbus_read_byte_data(new_client,
266 if ((man_id == 0x4D) && (chip_id == 0x04))
271 "Unsupported chip (man_id=0x%02X, "
272 "chip_id=0x%02X).\n", man_id, chip_id);
H A Dw83l785ts.c198 u16 man_id; local
201 man_id = (w83l785ts_read_value(new_client,
208 if (man_id == 0x5CA3) { /* Winbond */
216 "Unsupported chip (man_id=0x%04X, "
217 "chip_id=0x%02X).\n", man_id, chip_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_sup.c518 qla24xx_get_flash_manufacturer(scsi_qla_host_t *ha, uint8_t *man_id, argument
524 *man_id = LSB(ids);
527 /* Check if man_id and flash_id are valid. */
528 if (ids != 0xDEADDEAD && (*man_id == 0 || *flash_id == 0)) {
537 *man_id = LSB(ids);
550 uint8_t man_id, flash_id; local
555 qla24xx_get_flash_manufacturer(ha, &man_id, &flash_id);
556 DEBUG9(printk("%s(%ld): Flash man_id=%d flash_id=%d\n", __func__,
557 ha->host_no, man_id, flash_id));
561 switch (man_id) {
1236 qla2x00_poll_flash(scsi_qla_host_t *ha, uint32_t addr, uint8_t poll_data, uint8_t man_id, uint8_t flash_id) argument
1276 qla2x00_program_flash_address(scsi_qla_host_t *ha, uint32_t addr, uint8_t data, uint8_t man_id, uint8_t flash_id) argument
1313 qla2x00_erase_flash(scsi_qla_host_t *ha, uint8_t man_id, uint8_t flash_id) argument
1349 qla2x00_erase_flash_sector(scsi_qla_host_t *ha, uint32_t addr, uint32_t sec_mask, uint8_t man_id, uint8_t flash_id) argument
1375 qla2x00_get_flash_manufacturer(scsi_qla_host_t *ha, uint8_t *man_id, uint8_t *flash_id) argument
1491 uint8_t man_id, flash_id, sec_number, data; local
[all...]

Completed in 132 milliseconds