Home
last modified time | relevance | path

Searched refs:manu_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dmax6639.c506 int dev_id, manu_id; in max6639_detect() local
513 manu_id = i2c_smbus_read_byte_data(client, MAX6639_REG_MANUID); in max6639_detect()
514 if (dev_id != 0x58 || manu_id != 0x4D) in max6639_detect()
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c1697 uchar manu_id; in cmdset_amd_read_jedec_ids() local
1705 manu_id = flash_read_uchar(info, FLASH_OFFSET_MANUFACTURER_ID); in cmdset_amd_read_jedec_ids()
1707 while (manu_id == FLASH_CONTINUATION_CODE && bank_id < 0x800) { in cmdset_amd_read_jedec_ids()
1709 manu_id = flash_read_uchar(info, in cmdset_amd_read_jedec_ids()
1712 info->manufacturer_id = manu_id; in cmdset_amd_read_jedec_ids()