Searched +full:r8a779a0 +full:- +full:thermal (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only4 ---5 $id: http://devicetree.org/schemas/thermal/rcar-gen3-thermal.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Renesas R-Car Gen3 Thermal Sensor11 On R-Car Gen3 SoCs, the thermal sensor controllers (TSC) control the thermal16 - Niklas Söderlund <niklas.soderlund@ragnatech.se>21 - renesas,r8a774a1-thermal # RZ/G2M22 - renesas,r8a774b1-thermal # RZ/G2N23 - renesas,r8a774e1-thermal # RZ/G2H[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car V3U (R8A779A0) SoC8 #include <dt-bindings/clock/r8a779a0-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a779a0-sysc.h>13 compatible = "renesas,r8a779a0";14 #address-cells = <2>;15 #size-cells = <2>;28 #address-cells = <1>;29 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * R-Car Gen3 THS thermal sensor driver18 #include <linux/thermal.h>74 /* Structure for thermal temperature calculation */87 unsigned int id; /* thermal channel id */99 return ioread32(tsc->base + reg); in rcar_gen3_thermal_read()105 iowrite32(data, tsc->base + reg); in rcar_gen3_thermal_write()111 * [reg] = [temp] * a + b => [temp] = ([reg] - b) / a134 #define TJ_3 -41146 tsc->tj_t = (FIXPT_INT((ptat[1] - ptat[2]) * (ths_tj_1 - TJ_3)) in rcar_gen3_thermal_calc_coefs()[all …]