Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dsch5627.c523 int build_code, build_id, hwmon_rev, val; in sch5627_probe() local
574 hwmon_rev = sch56xx_read_virtual_reg(data->addr, in sch5627_probe()
576 if (hwmon_rev < 0) in sch5627_probe()
577 return hwmon_rev; in sch5627_probe()
601 build_code, build_id, hwmon_rev); in sch5627_probe()
610 (build_code << 24) | (build_id << 8) | hwmon_rev, in sch5627_probe()