Searched +full:avs +full:- +full:tmon (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/thermal/brcm,avs-tmon.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#9 description: Thermal management core, provided by the AVS TMON hardware block.12 - Florian Fainelli <f.fainelli@gmail.com>15 - $ref: thermal-sensor.yaml#20 - enum:21 - brcm,avs-tmon-bcm721622 - brcm,avs-tmon-bcm7445[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Broadcom STB AVS TMON thermal sensor driver5 * Copyright (c) 2015-2017 Broadcom57 #define AVS_TMON_TEMP_MIN -88161123 int offset = priv->temp_params->offset; in avs_tmon_code_to_temp()124 int mult = priv->temp_params->mult; in avs_tmon_code_to_temp()126 return (offset - (int)((code & AVS_TMON_TEMP_MASK) * mult)); in avs_tmon_code_to_temp()138 int offset = priv->temp_params->offset; in avs_tmon_temp_to_code()139 int mult = priv->temp_params->mult; in avs_tmon_temp_to_code()148 return (u32)(DIV_ROUND_UP(offset - temp, mult)); in avs_tmon_temp_to_code()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 tristate "Broadcom AVS RO thermal sensor driver"18 tristate "Broadcom STB AVS TMON thermal driver"
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]