Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dmax1619.c218 u8 reg_config, reg_convrate, reg_status, man_id, chip_id; in max1619_detect() local
225 reg_convrate = i2c_smbus_read_byte_data(client, MAX1619_REG_R_CONVRATE); in max1619_detect()
228 || reg_convrate > 0x07 || (reg_status & 0x61) != 0x00) { in max1619_detect()