Searched full:soctherm (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | nvidia,tegra124-soctherm.yaml | 4 $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 D | nvidia,tegra124-soctherm.txt | 1 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 D | hisilicon-thermal.txt | 9 by /SOCTHERM/tsensor.
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_soctherm.c | 52 #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 D | tegra124.dtsi | 8 #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 D | tegra132.dtsi | 8 #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 D | tegra210.dtsi | 9 #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 D | tegra124-soctherm.h | 3 * This header provides constants for binding nvidia,tegra124-soctherm.
|
/freebsd/sys/arm64/qoriq/ |
H A D | qoriq_therm.c | 509 /* SOCTHERM interface */ 515 static DEFINE_CLASS_0(soctherm, qoriq_qoriq_therm_driver, qoriq_qoriq_therm_methods,
|