Searched +full:ccroc +full:- +full:reg (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/thermal/nvidia,tegra124-soctherm.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Thierry Reding <thierry.reding@gmail.com>11 - Jon Hunter <jonathanh@nvidia.com>14 polled or interrupt-based thermal monitoring, CPU and GPU throttling based21 - nvidia,tegra124-soctherm22 - nvidia,tegra132-soctherm23 - nvidia,tegra210-soctherm[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (c) 2014 - 2018, NVIDIA CORPORATION. All rights reserved.34 #include <dt-bindings/thermal/tegra124-soctherm.h>181 /* ccroc register offsets needed for enabling HW throttling for Tegra132 */197 #define REG_GET_MASK(r, m) (((r) & (m)) >> (ffs(m) - 1))200 (((v) & (m >> (ffs(m) - 1))) << (ffs(m) - 1)))203 #define THROT_DEPTH_DIVIDEND(depth) ((256 * (100 - (depth)) / 100) - 1)205 /* gk20a nv_therm interface N:3 Mapping. Levels defined in tegra124-soctherm.h212 #define THROT_LEVEL_TO_DEPTH(level) ((0x1 << (level)) - 1)229 (ALARM_OFFSET * (throt - THROTTLE_OC1)))[all …]
1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/clock/tegra124-car.h>3 #include <dt-bindings/gpio/tegra-gpio.h>4 #include <dt-bindings/memory/tegra124-mc.h>5 #include <dt-bindings/pinctrl/pinctrl-tegra.h>6 #include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/thermal/tegra124-soctherm.h>9 #include <dt-bindings/soc/tegra-pmc.h>11 #include "tegra132-peripherals-opp.dtsi"[all …]