Searched +full:- +full:273150 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | pp_thermal.h | 29 {-273150, 99000, 99000, -273150, 99000, 99000, -273150, 99000, 99000}, 34 {-273150, 99000, 99000, -273150, 99000, 99000, -273150, 99000, 99000},
|
| /linux/Documentation/devicetree/bindings/iio/afe/ |
| H A D | temperature-transducer.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/afe/temperature-transducer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Beguin <liambeguin@gmail.com> 19 When an io-channel measures the output voltage of a temperature analog front 35 ----- 37 +---+---+ 39 +---+---+ ----- 41 V proportional to T +----+----+ [all …]
|
| /linux/include/linux/ |
| H A D | units.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 42 #define ABSOLUTE_ZERO_MILLICELSIUS -273150 51 return t - ABSOLUTE_ZERO_MILLICELSIUS; in millicelsius_to_milli_kelvin() 84 * deci_kelvin_to_millicelsius_with_offset - convert Kelvin to Celsius 92 return t * MILLIDEGREE_PER_DECIDEGREE - offset; in deci_kelvin_to_millicelsius_with_offset() 115 return t - DIV_ROUND_CLOSEST(ABSOLUTE_ZERO_MILLICELSIUS, in celsius_to_kelvin()
|
| /linux/drivers/iio/adc/ |
| H A D | xilinx-xadc-core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2013-2014 Analog Devices Inc. 6 * Author: Lars-Peter Clausen <lars@metafoo.de> 9 * - XADC hardmacro: Xilinx UG480 10 * - ZYNQ XADC interface: Xilinx UG585 11 * - AXI XADC interface: Xilinx PG019 36 #include "xilinx-xadc.h" 117 * overloaded by the interrupts that it soft-lockups. For this reason the driver 126 writel(val, xadc->base + reg); in xadc_write_reg() 132 *val = readl(xadc->base + reg); in xadc_read_reg() [all …]
|
| H A D | qcom-spmi-rradc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2016-2017, 2019, The Linux Foundation. All rights reserved. 28 #include <soc/qcom/qcom-spmi-pmic.h> 30 #define DRIVER_NAME "qcom-spmi-rradc" 219 * struct rradc_channel - rradc channel data 263 dev_err(chip->dev, in rradc_read() 266 return -EINVAL; in rradc_read() 270 ret = regmap_bulk_read(chip->regmap, chip->base + addr, buf, in rradc_read() 273 dev_err(chip->dev, "rr_adc reg 0x%x failed :%d\n", addr, in rradc_read() 278 ret = regmap_bulk_read(chip->regmap, chip->base + addr, in rradc_read() [all …]
|