Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dsch5627.c524 int build_code, build_id, hwmon_rev, val; in sch5627_probe() local
565 build_code = sch56xx_read_virtual_reg(data->addr, in sch5627_probe()
567 if (build_code < 0) in sch5627_probe()
568 return build_code; in sch5627_probe()
602 build_code, build_id, hwmon_rev); in sch5627_probe()
611 (build_code << 24) | (build_id << 8) | hwmon_rev, in sch5627_probe()