Home
last modified time | relevance | path

Searched full:soctherm (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dnvidia,tegra124-soctherm.yaml4 $id: http://devicetree.org/schemas/thermal/nvidia,tegra124-soctherm.yaml#
7 title: NVIDIA Tegra124 SOCTHERM Thermal Management System
13 description: The SOCTHERM IP block contains thermal sensors, support for
21 - nvidia,tegra124-soctherm
22 - nvidia,tegra132-soctherm
23 - nvidia,tegra210-soctherm
49 - const: soctherm
57 - const: soctherm
160 SOCTHERM hardware will assert the thermal trigger signal to the Power
168 which the SOCTHERM hardware will assert a thermal trigger if the
[all …]
H A Dnvidia,tegra124-soctherm.txt1 Tegra124 SOCTHERM thermal management system
3 The SOCTHERM IP block contains thermal sensors, support for polled
10 - compatible : For Tegra124, must contain "nvidia,tegra124-soctherm".
11 For Tegra132, must contain "nvidia,tegra132-soctherm".
12 For Tegra210, must contain "nvidia,tegra210-soctherm".
14 - SOCTHERM register set
18 - soctherm-reg
21 - interrupts : Defines the interrupt used by SOCTHERM
26 - soctherm
30 - soctherm
[all …]
H A Dhisilicon-thermal.txt9 by /SOCTHERM/tsensor.
/freebsd/sys/arm/nvidia/
H A Dtegra_soctherm.c52 #include <dt-bindings/thermal/tegra124-soctherm.h>
369 {"nvidia,tegra124-soctherm", (uintptr_t)&tegra124_soc},
370 {"nvidia,tegra210-soctherm", (uintptr_t)&tegra210_soc},
731 rv = hwreset_get_by_ofw_name(dev, 0, "soctherm", &sc->reset); in soctherm_attach()
741 rv = clk_get_by_ofw_name(dev, 0, "soctherm", &sc->soctherm_clk); in soctherm_attach()
743 device_printf(dev, "Cannot get 'soctherm' clock: %d\n", rv); in soctherm_attach()
759 device_printf(dev, "Cannot enable 'soctherm' clock: %d\n", rv); in soctherm_attach()
833 /* SOCTHERM interface */
839 static DEFINE_CLASS_0(soctherm, tegra_soctherm_driver, tegra_soctherm_methods,
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra124.dtsi8 #include <dt-bindings/thermal/tegra124-soctherm.h>
915 soctherm: thermal-sensor@700e2000 {
916 compatible = "nvidia,tegra124-soctherm";
919 reg-names = "soctherm-reg", "car-reg"; label
925 clock-names = "tsensor", "soctherm";
927 reset-names = "soctherm";
1242 <&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
1270 <&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
1298 <&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
1326 <&soctherm TEGRA124_SOCTHERM_SENSOR_PLL
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra132.dtsi8 #include <dt-bindings/thermal/tegra124-soctherm.h>
865 soctherm: thermal-sensor@700e2000 { label
866 compatible = "nvidia,tegra132-soctherm";
869 reg-names = "soctherm-reg", "ccroc-reg";
875 clock-names = "tsensor", "soctherm";
877 reset-names = "soctherm";
1142 <&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
1171 <&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
1199 <&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
1228 <&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>;
H A Dtegra210.dtsi9 #include <dt-bindings/thermal/tegra124-soctherm.h>
1316 soctherm: thermal-sensor@700e2000 { label
1317 compatible = "nvidia,tegra210-soctherm";
1320 reg-names = "soctherm-reg", "car-reg";
1326 clock-names = "tsensor", "soctherm";
1328 reset-names = "soctherm";
2036 <&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
2065 <&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
2111 <&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
2140 <&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>;
/freebsd/sys/contrib/device-tree/include/dt-bindings/thermal/
H A Dtegra124-soctherm.h3 * This header provides constants for binding nvidia,tegra124-soctherm.
/freebsd/sys/arm64/qoriq/
H A Dqoriq_therm.c509 /* SOCTHERM interface */
515 static DEFINE_CLASS_0(soctherm, qoriq_qoriq_therm_driver, qoriq_qoriq_therm_methods,