Home
last modified time | relevance | path

Searched refs:chip_id2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dlm90.c1964 int chip_id2 = i2c_smbus_read_byte_data(client, ADT7481_REG_CHIP_ID); in lm90_detect_analog() local
1968 if (status < 0 || config2 < 0 || man_id2 < 0 || chip_id2 < 0) in lm90_detect_analog()
2010 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
2015 if (man_id2 == 0x41 && chip_id2 == 0x21 && in lm90_detect_analog()
2035 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
2040 if (man_id2 == 0x00 && chip_id2 == 0x00 && in lm90_detect_analog()
2046 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
2051 if (man_id2 == 0x00 && chip_id2 == 0x00 && in lm90_detect_analog()
2057 if (man_id2 == 0x00 && chip_id2 == 0x00 && in lm90_detect_analog()
2063 if (man_id2 == 0x41 && chip_id2 == 0x61 && in lm90_detect_analog()
[all …]
/openbmc/u-boot/board/freescale/t4rdb/
H A Dcpld.h16 u8 chip_id2; /* 0x01 - CPLD Chip ID2 Register */ member
H A Dcpld.c78 printf("chip_id2 = 0x%02x\n", CPLD_READ(chip_id2)); in cpld_dump_regs()
/openbmc/u-boot/board/freescale/t208xrdb/
H A Dcpld.h11 u8 chip_id2; /* 0x01 - Chip ID2 register */ member