/linux/drivers/soc/tegra/fuse/ |
H A D | fuse-tegra30.c | 138 .name = "tsensor-cpu1", 144 .name = "tsensor-cpu2", 150 .name = "tsensor-cpu0", 162 .name = "tsensor-cpu3", 174 .name = "tsensor-gpu", 180 .name = "tsensor-mem0", 186 .name = "tsensor-mem1", 192 .name = "tsensor-pllx", 198 .name = "tsensor-common", 204 .name = "tsensor-realignment", [all …]
|
/linux/Documentation/devicetree/bindings/thermal/ |
H A D | nvidia,tegra30-tsensor.yaml | 4 $id: http://devicetree.org/schemas/thermal/nvidia,tegra30-tsensor.yaml# 15 TSENSOR provides thermal and voltage sensors which monitor temperature 17 temperature of the whole chip. The TSENSOR module: 28 TSENSOR has two channels which monitor two different spots of the SoC. 34 const: nvidia,tegra30-tsensor 63 compatible = "nvidia,tegra30-tsensor";
|
H A D | hisilicon,tsensor.yaml | 4 $id: http://devicetree.org/schemas/thermal/hisilicon,tsensor.yaml# 18 - hisilicon,tsensor 19 - hisilicon,hi3660-tsensor 51 compatible = "hisilicon,tsensor";
|
H A D | nvidia,tegra124-soctherm.yaml | 48 - const: tsensor 162 It is an array of pairs where each pair represents a tsensor ID followed 252 clock-names = "tsensor", "soctherm"; 318 clock-names = "tsensor", "soctherm";
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gp100.c | 33 u32 tsensor = nvkm_rd32(device, 0x020460); in gp100_temp_get() local 34 u32 inttemp = (tsensor & 0x0001fff8); in gp100_temp_get() 37 if (tsensor & 0x40000000) in gp100_temp_get() 41 if (tsensor & 0x20000000) in gp100_temp_get()
|
/linux/drivers/thermal/tegra/ |
H A D | Makefile | 4 obj-$(CONFIG_TEGRA30_TSENSOR) += tegra30-tsensor.o
|
H A D | tegra30-tsensor.c | 226 * TSENSOR doesn't trigger interrupt on the "low" temperature breach, in tegra_tsensor_set_trips() 444 * We have two TSENSOR channels in a two different spots on SoC. in tegra_tsensor_nvmem_setup() 661 { .compatible = "nvidia,tegra30-tsensor", }, 669 .name = "tegra30-tsensor",
|
/linux/Documentation/hwmon/ |
H A D | asus_wmi_sensors.rst | 62 * Tsensor 1 Temperature,
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30.dtsi | 950 tsensor: tsensor@70014000 { label 951 compatible = "nvidia,tegra30-tsensor"; 1289 thermal-sensors = <&tsensor 0>; 1332 thermal-sensors = <&tsensor 1>;
|
H A D | tegra124.dtsi | 925 clock-names = "tsensor", "soctherm";
|
/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hi6220.dtsi | 855 tsensor: tsensor@f7030700 { label 856 compatible = "hisilicon,tsensor"; 885 thermal-sensors = <&tsensor 2>;
|
H A D | hi3660.dtsi | 1111 tsensor: tsensor@fff30000 { label 1112 compatible = "hisilicon,hi3660-tsensor"; 1126 thermal-sensors = <&tsensor 1>;
|
/linux/drivers/hwmon/ |
H A D | asus_wmi_sensors.c | 36 * - Tsensor 1 Temperature,
|
/linux/drivers/clk/tegra/ |
H A D | clk-tegra-periph.c | 674 …MUX("tsensor", mux_pllp_pllc_clkm_clk32, CLK_SOURCE_TSENSOR, 100, TEGRA_PERIPH_ON_APB, tegra_clk_t…
|
H A D | clk-tegra30.c | 645 { .dev_id = "tegra-tsensor", .dt_id = TEGRA30_CLK_TSENSOR },
|
/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra132.dtsi | 875 clock-names = "tsensor", "soctherm";
|