/linux-6.3-rc2/drivers/clocksource/ |
A D | sh_tmu.c | 460 ch->tmu = tmu; in sh_tmu_channel_setup() 505 if (tmu->num_channels != 2 && tmu->num_channels != 3) { in sh_tmu_parse_dt() 519 tmu->pdev = pdev; in sh_tmu_setup() 539 tmu->clk = clk_get(&tmu->pdev->dev, "fck"); in sh_tmu_setup() 554 tmu->rate = clk_get_rate(tmu->clk) / 4; in sh_tmu_setup() 565 tmu->channels = kcalloc(tmu->num_channels, sizeof(*tmu->channels), in sh_tmu_setup() 607 if (tmu) { in sh_tmu_probe() 612 tmu = kzalloc(sizeof(*tmu), GFP_KERNEL); in sh_tmu_probe() 613 if (tmu == NULL) in sh_tmu_probe() 618 kfree(tmu); in sh_tmu_probe() [all …]
|
/linux-6.3-rc2/drivers/thermal/ |
A D | imx8mm_thermal.c | 191 tmu->base + TASR); in imx8mm_tmu_probe_set_calib_v1() 243 tmu->base + TASR); in imx8mm_tmu_probe_set_calib_v2() 250 tmu->base + TRIM); in imx8mm_tmu_probe_set_calib_v2() 300 struct imx8mm_tmu *tmu; in imx8mm_tmu_probe() local 306 tmu = devm_kzalloc(&pdev->dev, struct_size(tmu, sensors, in imx8mm_tmu_probe() 308 if (!tmu) in imx8mm_tmu_probe() 311 tmu->socdata = data; in imx8mm_tmu_probe() 314 if (IS_ERR(tmu->base)) in imx8mm_tmu_probe() 318 if (IS_ERR(tmu->clk)) in imx8mm_tmu_probe() 332 tmu->sensors[i].priv = tmu; in imx8mm_tmu_probe() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/timer/ |
A D | renesas,tmu.yaml | 25 - renesas,tmu-r8a774a1 # RZ/G2M 26 - renesas,tmu-r8a774b1 # RZ/G2N 27 - renesas,tmu-r8a774c0 # RZ/G2E 28 - renesas,tmu-r8a774e1 # RZ/G2H 30 - renesas,tmu-r8a7779 # R-Car H1 31 - renesas,tmu-r8a7795 # R-Car H3 42 - const: renesas,tmu 84 - renesas,tmu-r8a7740 85 - renesas,tmu-r8a7778 86 - renesas,tmu-r8a7779 [all …]
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | tmu.c | 33 sw->tmu.cap + TMU_RTR_CS_0, 1); in tb_switch_set_tmu_mode_params() 67 switch (sw->tmu.rate) { in tb_switch_tmu_mode_name() 75 if (sw->tmu.unidirectional) in tb_switch_tmu_mode_name() 155 if (!port->sw->tmu.has_ucap) in tb_port_tmu_set_unidirectional() 245 sw->tmu.cap = ret; in tb_switch_tmu_init() 259 sw->tmu.rate = ret; in tb_switch_tmu_init() 262 if (sw->tmu.has_ucap) { in tb_switch_tmu_init() 268 sw->tmu.unidirectional = in tb_switch_tmu_init() 301 if (!root_switch->tmu.cap) in tb_switch_tmu_post_time() 724 sw->tmu.rate = sw->tmu.rate_request; in tb_switch_tmu_enable() [all …]
|
A D | Makefile | 4 thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o tmu.o usb4.o
|
/linux-6.3-rc2/Documentation/devicetree/bindings/thermal/ |
A D | samsung,exynos-thermal.yaml | 19 - samsung,exynos3250-tmu 20 - samsung,exynos4412-tmu 21 - samsung,exynos4210-tmu 22 - samsung,exynos5250-tmu 23 - samsung,exynos5260-tmu 25 - samsung,exynos5420-tmu 28 - samsung,exynos5433-tmu 29 - samsung,exynos7-tmu 148 tmu@100c0000 { 162 tmu@10068000 { [all …]
|
A D | qoriq-thermal.yaml | 22 - fsl,qoriq-tmu 23 - fsl,imx8mq-tmu 31 fsl,tmu-range: 38 fsl,tmu-calibration: 68 - fsl,tmu-range 69 - fsl,tmu-calibration 76 tmu@f0000 { 77 compatible = "fsl,qoriq-tmu"; 80 fsl,tmu-range = <0x000a0000 0x00090026 0x0008004a 0x0001006a>; 81 fsl,tmu-calibration = <0x00000000 0x00000025>,
|
A D | imx8mm-thermal.yaml | 23 - fsl,imx8mm-tmu 24 - fsl,imx8mp-tmu 26 - const: fsl,imx8mn-tmu 27 - const: fsl,imx8mm-tmu 63 compatible = "fsl,imx8mm-tmu";
|
/linux-6.3-rc2/drivers/gpu/drm/vc4/ |
A D | vc4_validate_shaders.c | 157 int tmu) in record_texture_sample() argument 170 &validation_state->tmu_setup[tmu], in record_texture_sample() 177 validation_state->tmu_setup[tmu].p_offset[i] = ~0; in record_texture_sample() 193 int tmu = waddr > QPU_W_TMU0_B; in check_tmu_write() local 236 validation_state->tmu_setup[tmu].p_offset[1] = in check_tmu_write() 255 if (validation_state->tmu_write_count[tmu] >= 4) { in check_tmu_write() 257 tmu); in check_tmu_write() 260 validation_state->tmu_setup[tmu].p_offset[validation_state->tmu_write_count[tmu]] = in check_tmu_write() 262 validation_state->tmu_write_count[tmu]++; in check_tmu_write() 277 validation_state, tmu)) { in check_tmu_write() [all …]
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | exynos5410.dtsi | 90 tmu_cpu0: tmu@10060000 { 91 compatible = "samsung,exynos5420-tmu"; 99 tmu_cpu1: tmu@10064000 { 100 compatible = "samsung,exynos5420-tmu"; 108 tmu_cpu2: tmu@10068000 { 109 compatible = "samsung,exynos5420-tmu"; 117 tmu_cpu3: tmu@1006c000 { 118 compatible = "samsung,exynos5420-tmu";
|
A D | r8a7778.dtsi | 198 compatible = "renesas,tmu-r8a7778", "renesas,tmu"; 213 compatible = "renesas,tmu-r8a7778", "renesas,tmu"; 228 compatible = "renesas,tmu-r8a7778", "renesas,tmu";
|
A D | r8a7779.dtsi | 338 compatible = "renesas,tmu-r8a7779", "renesas,tmu"; 353 compatible = "renesas,tmu-r8a7779", "renesas,tmu"; 368 compatible = "renesas,tmu-r8a7779", "renesas,tmu";
|
A D | exynos4-cpu-thermal.dtsi | 13 thermal-sensors = <&tmu>;
|
A D | exynos5420.dtsi | 946 tmu_cpu0: tmu@10060000 { 947 compatible = "samsung,exynos5420-tmu"; 955 tmu_cpu1: tmu@10064000 { 956 compatible = "samsung,exynos5420-tmu"; 964 tmu_cpu2: tmu@10068000 { 965 compatible = "samsung,exynos5420-tmu-ext-triminfo"; 973 tmu_cpu3: tmu@1006c000 { 974 compatible = "samsung,exynos5420-tmu-ext-triminfo"; 982 tmu_gpu: tmu@100a0000 { 983 compatible = "samsung,exynos5420-tmu-ext-triminfo";
|
/linux-6.3-rc2/arch/arm64/boot/dts/freescale/ |
A D | fsl-ls208xa.dtsi | 86 thermal-sensors = <&tmu 1>; 100 thermal-sensors = <&tmu 2>; 114 thermal-sensors = <&tmu 3>; 128 thermal-sensors = <&tmu 4>; 157 thermal-sensors = <&tmu 5>; 186 thermal-sensors = <&tmu 6>; 215 thermal-sensors = <&tmu 7>; 319 tmu: tmu@1f80000 { label 320 compatible = "fsl,qoriq-tmu"; 323 fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x30062>; [all …]
|
A D | fsl-ls1012a.dtsi | 110 thermal-sensors = <&tmu 0>; 305 tmu: tmu@1f00000 { label 306 compatible = "fsl,qoriq-tmu"; 309 fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x60062>; 310 fsl,tmu-calibration = <0x00000000 0x00000025
|
A D | fsl-ls1046a.dtsi | 127 thermal-sensors = <&tmu 0>; 147 thermal-sensors = <&tmu 1>; 167 thermal-sensors = <&tmu 2>; 187 thermal-sensors = <&tmu 3>; 218 thermal-sensors = <&tmu 4>; 440 tmu: tmu@1f00000 { label 441 compatible = "fsl,qoriq-tmu"; 444 fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x70062>; 445 fsl,tmu-calibration =
|
A D | fsl-ls1043a.dtsi | 159 thermal-sensors = <&tmu 0>; 179 thermal-sensors = <&tmu 1>; 199 thermal-sensors = <&tmu 2>; 219 thermal-sensors = <&tmu 3>; 250 thermal-sensors = <&tmu 4>; 444 tmu: tmu@1f00000 { label 445 compatible = "fsl,qoriq-tmu"; 448 fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x70062>; 449 fsl,tmu-calibration = <0x00000000 0x00000023
|
A D | fsl-lx2160a.dtsi | 455 thermal-sensors = <&tmu 0>; 498 thermal-sensors = <&tmu 1>; 518 thermal-sensors = <&tmu 2>; 538 thermal-sensors = <&tmu 3>; 558 thermal-sensors = <&tmu 4>; 578 thermal-sensors = <&tmu 5>; 598 thermal-sensors = <&tmu 6>; 721 tmu: tmu@1f80000 { label 722 compatible = "fsl,qoriq-tmu"; 725 fsl,tmu-range = <0x800000e6 0x8001017d>; [all …]
|
A D | fsl-ls1088a.dtsi | 137 thermal-sensors = <&tmu 0>; 172 thermal-sensors = <&tmu 1>; 280 tmu: tmu@1f80000 { label 281 compatible = "fsl,qoriq-tmu"; 284 fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x70062>; 285 fsl,tmu-calibration =
|
/linux-6.3-rc2/arch/powerpc/boot/dts/fsl/ |
A D | t1023si-post.dtsi | 365 tmu: tmu@f0000 { label 366 compatible = "fsl,qoriq-tmu"; 369 fsl,tmu-range = <0xb0000 0xa0026 0x80048 0x30061>; 370 fsl,tmu-calibration = <0x00000000 0x0000000f 417 thermal-sensors = <&tmu 0>;
|
A D | t1040si-post.dtsi | 445 tmu: tmu@f0000 { label 446 compatible = "fsl,qoriq-tmu"; 449 fsl,tmu-range = <0xa0000 0x90026 0x8004a 0x1006a>; 450 fsl,tmu-calibration = <0x00000000 0x00000025 493 thermal-sensors = <&tmu 2>;
|
/linux-6.3-rc2/arch/arm64/boot/dts/renesas/ |
A D | r8a779f0.dtsi | 470 compatible = "renesas,tmu-r8a779f0", "renesas,tmu"; 483 compatible = "renesas,tmu-r8a779f0", "renesas,tmu"; 496 compatible = "renesas,tmu-r8a779f0", "renesas,tmu"; 509 compatible = "renesas,tmu-r8a779f0", "renesas,tmu"; 522 compatible = "renesas,tmu-r8a779f0", "renesas,tmu";
|
A D | r8a77970.dtsi | 326 compatible = "renesas,tmu-r8a77970", "renesas,tmu"; 339 compatible = "renesas,tmu-r8a77970", "renesas,tmu"; 352 compatible = "renesas,tmu-r8a77970", "renesas,tmu"; 365 compatible = "renesas,tmu-r8a77970", "renesas,tmu"; 378 compatible = "renesas,tmu-r8a77970", "renesas,tmu";
|
A D | r8a779g0.dtsi | 451 compatible = "renesas,tmu-r8a779g0", "renesas,tmu"; 464 compatible = "renesas,tmu-r8a779g0", "renesas,tmu"; 477 compatible = "renesas,tmu-r8a779g0", "renesas,tmu"; 490 compatible = "renesas,tmu-r8a779g0", "renesas,tmu"; 503 compatible = "renesas,tmu-r8a779g0", "renesas,tmu";
|