Searched +full:bypass +full:- +full:attenuator +full:- +full:in1 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Jean Delvare <jdelvare@suse.com>23 https://www.onsemi.com/pub/Collateral/ADT7473-D.PDF24 https://www.onsemi.com/pub/Collateral/ADT7475-D.PDF25 https://www.onsemi.com/pub/Collateral/ADT7476-D.PDF26 https://www.onsemi.com/pub/Collateral/ADT7490-D.PDF34 - adi,adt747335 - adi,adt7475[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * adt7475 - Thermal sensor driver for the ADT7475 chip and derivatives4 * Copyright (C) 2007-2008, Advanced Micro Devices, Inc.17 #include <linux/hwmon-sysfs.h>18 #include <linux/hwmon-vid.h>36 * These are unique identifiers for the sysfs functions - unlike the202 u8 bypass_attn; /* Bypass voltage attenuator */232 if (!(data->config5 & CONFIG5_TWOSCOMP)) { in temp2reg()233 val = clamp_val(val, -64000, 191000); in temp2reg()236 val = clamp_val(val, -128000, 127000); in temp2reg()[all …]