/openbmc/linux/drivers/soc/tegra/fuse/ |
H A D | fuse-tegra30.c | 137 .name = "tsensor-cpu1", 143 .name = "tsensor-cpu2", 149 .name = "tsensor-cpu0", 161 .name = "tsensor-cpu3", 173 .name = "tsensor-gpu", 179 .name = "tsensor-mem0", 185 .name = "tsensor-mem1", 191 .name = "tsensor-pllx", 197 .name = "tsensor-common", 203 .name = "tsensor-realignment", [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/thermal/ |
H A D | hisilicon-thermal.txt | 5 - compatible: "hisilicon,tsensor". 9 by /SOCTHERM/tsensor. 17 tsensor: tsensor@0,f7030700 { 18 compatible = "hisilicon,tsensor"; 27 tsensor: tsensor@fff30000 { 28 compatible = "hisilicon,hi3660-tsensor";
|
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. 32 const: nvidia,tegra30-tsensor 66 compatible = "nvidia,tegra30-tsensor";
|
H A D | nvidia,tegra124-soctherm.yaml | 48 - const: tsensor 157 It is an array of pairs where each pair represents a tsensor ID followed 248 clock-names = "tsensor", "soctherm"; 314 clock-names = "tsensor", "soctherm";
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gp100.c | 31 u32 tsensor = nvkm_rd32(device, 0x020460); in gp100_temp_get() local 32 u32 inttemp = (tsensor & 0x0001fff8); in gp100_temp_get() 35 if (tsensor & 0x40000000) in gp100_temp_get() 39 if (tsensor & 0x20000000) in gp100_temp_get()
|
/openbmc/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() 439 * We have two TSENSOR channels in a two different spots on SoC. in tegra_tsensor_nvmem_setup() 656 { .compatible = "nvidia,tegra30-tsensor", }, 664 .name = "tegra30-tsensor",
|
H A D | soctherm.c | 2130 tegra->clock_tsensor = devm_clk_get(&pdev->dev, "tsensor"); in tegra_soctherm_probe() 2132 dev_err(&pdev->dev, "can't get tsensor clock\n"); in tegra_soctherm_probe() 2153 /* calculate tsensor calibration data */ in tegra_soctherm_probe()
|
/openbmc/linux/drivers/thermal/ |
H A D | hisi_thermal.c | 85 * The temperature computation on the tsensor is as follow: 332 /* enable clock for tsensor */ in hi6220_thermal_enable_sensor() 521 .compatible = "hisilicon,tsensor", 525 .compatible = "hisilicon,hi3660-tsensor",
|
H A D | amlogic_thermal.c | 149 "tsensor thermal calibration not supported: 0x%x!\n", in amlogic_thermal_initialize() 279 dev_err(dev, "Failed to register tsensor: %d\n", ret); in amlogic_thermal_probe()
|
H A D | sun8i_thermal.c | 59 struct tsensor { struct 88 struct tsensor sensor[MAX_SENSOR_NUM]; 111 struct tsensor *s = thermal_zone_device_priv(tz); in sun8i_ths_get_temp()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_ioc.c | 4719 bfa_trc(diag, diag->tsensor.lock); in bfa_diag_notify() 4731 if (diag->tsensor.lock) { in bfa_diag_notify() 4732 diag->tsensor.status = BFA_STATUS_IOC_FAILURE; in bfa_diag_notify() 4733 diag->tsensor.cbfn(diag->tsensor.cbarg, in bfa_diag_notify() 4734 diag->tsensor.status); in bfa_diag_notify() 4735 diag->tsensor.lock = 0; in bfa_diag_notify() 4902 msg = (struct bfi_diag_ts_req_s *)diag->tsensor.mbcmd.msg; in diag_tempsensor_send() 4908 bfa_ioc_mbox_queue(diag->ioc, &diag->tsensor.mbcmd); in diag_tempsensor_send() 4914 if (!diag->tsensor.lock) { in diag_tempsensor_comp() 4916 bfa_trc(diag, diag->tsensor.lock); in diag_tempsensor_comp() [all …]
|
H A D | bfa_ioc.h | 615 struct bfa_diag_tsensor_s tsensor; member
|
/openbmc/linux/Documentation/hwmon/ |
H A D | asus_wmi_sensors.rst | 62 * Tsensor 1 Temperature,
|
/openbmc/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";
|
/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hi6220.dtsi | 855 tsensor: tsensor@0,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>;
|
/openbmc/linux/drivers/hwmon/ |
H A D | asus_wmi_sensors.c | 36 * - Tsensor 1 Temperature,
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra124.dtsi | 734 clock-names = "tsensor", "soctherm";
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | sensors.hpp | 277 for (const std::string& tsensor : *sensorNames) in getObjectsWithConnection() 279 BMCWEB_LOG_DEBUG("Sensor to find: {}", tsensor); in getObjectsWithConnection()
|
/openbmc/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 },
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra132.dtsi | 873 clock-names = "tsensor", "soctherm";
|
H A D | tegra210.dtsi | 1326 clock-names = "tsensor", "soctherm";
|