Home
last modified time | relevance | path

Searched +full:avs +full:- +full:tmon (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/thermal/
Dbrcm,avs-tmon.yaml1 # 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-bcm7216
22 - brcm,avs-tmon-bcm7445
[all …]
/Linux-v6.1/drivers/thermal/broadcom/
Dbrcmstb_thermal.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Broadcom STB AVS TMON thermal sensor driver
5 * Copyright (c) 2015-2017 Broadcom
57 #define AVS_TMON_TEMP_MIN -88161
123 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 …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Broadcom AVS RO thermal sensor driver"
18 tristate "Broadcom STB AVS TMON thermal driver"
/Linux-v6.1/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 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 this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]