| /Linux-v5.15/drivers/pwm/ |
| D | pwm-renesas-tpu.c | 72 struct tpu_device *tpu; member 94 void __iomem *base = pwm->tpu->base + TPU_CHANNEL_OFFSET in tpu_pwm_write() 105 dev_dbg(&pwm->tpu->pdev->dev, "%u: configuring pin as %s\n", in tpu_pwm_set_pin() 132 spin_lock_irqsave(&pwm->tpu->lock, flags); in tpu_pwm_start_stop() 133 value = ioread16(pwm->tpu->base + TPU_TSTR); in tpu_pwm_start_stop() 140 iowrite16(value, pwm->tpu->base + TPU_TSTR); in tpu_pwm_start_stop() 141 spin_unlock_irqrestore(&pwm->tpu->lock, flags); in tpu_pwm_start_stop() 150 pm_runtime_get_sync(&pwm->tpu->pdev->dev); in tpu_pwm_timer_start() 151 ret = clk_prepare_enable(pwm->tpu->clk); in tpu_pwm_timer_start() 153 dev_err(&pwm->tpu->pdev->dev, "cannot enable clock\n"); in tpu_pwm_timer_start() [all …]
|
| D | Makefile | 44 obj-$(CONFIG_PWM_RENESAS_TPU) += pwm-renesas-tpu.o
|
| D | Kconfig | 464 will be called pwm-renesas-tpu.
|
| /Linux-v5.15/arch/h8300/boot/dts/ |
| D | h8s_sim.dts | 71 tpu: timer@ffffe0 { label 72 compatible = "renesas,tpu";
|
| D | edosk2674.dts | 72 tpu: timer@ffffe0 { label 73 compatible = "renesas,tpu";
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | r8a7745-iwg22d-sodimm.dts | 58 pwms = <&tpu 3 5000000 PWM_POLARITY_INVERTED>; 231 function = "tpu"; 319 &tpu {
|
| D | r8a7740-armadillo800eva.dts | 137 pwms = <&tpu 2 33333 PWM_POLARITY_INVERTED>; 274 &tpu {
|
| D | r8a7742-iwg21d-q7.dts | 58 pwms = <&tpu 2 5000000 0>; 433 &tpu {
|
| D | r8a7740.dtsi | 333 tpu: pwm@e6600000 { label 334 compatible = "renesas,tpu-r8a7740", "renesas,tpu";
|
| D | r8a7745.dtsi | 239 tpu: pwm@e60f0000 { label 240 compatible = "renesas,tpu-r8a7745", "renesas,tpu";
|
| D | r8a7743.dtsi | 274 tpu: pwm@e60f0000 { label 275 compatible = "renesas,tpu-r8a7743", "renesas,tpu";
|
| D | r8a7744.dtsi | 274 tpu: pwm@e60f0000 { label 275 compatible = "renesas,tpu-r8a7744", "renesas,tpu";
|
| D | r8a7791.dtsi | 295 tpu: pwm@e60f0000 { label 296 compatible = "renesas,tpu-r8a7791", "renesas,tpu";
|
| D | r8a7742.dtsi | 349 tpu: pwm@e60f0000 { label 350 compatible = "renesas,tpu-r8a7742", "renesas,tpu";
|
| /Linux-v5.15/arch/arm64/boot/dts/renesas/ |
| D | r8a77970.dtsi | 748 tpu: pwm@e6e80000 { label 749 compatible = "renesas,tpu-r8a77970", "renesas,tpu";
|
| D | r8a77980.dtsi | 801 tpu: pwm@e6e80000 { label 802 compatible = "renesas,tpu-r8a77980", "renesas,tpu";
|
| D | r8a77965.dtsi | 1294 tpu: pwm@e6e80000 { label 1295 compatible = "renesas,tpu-r8a77965", "renesas,tpu";
|
| D | r8a77960.dtsi | 1431 tpu: pwm@e6e80000 { label 1432 compatible = "renesas,tpu-r8a7796", "renesas,tpu";
|
| D | r8a77951.dtsi | 1559 tpu: pwm@e6e80000 { label 1560 compatible = "renesas,tpu-r8a7795", "renesas,tpu";
|
| /Linux-v5.15/drivers/pinctrl/renesas/ |
| D | pfc-r8a77980.c | 2564 SH_PFC_FUNCTION(tpu),
|
| D | pfc-r8a7794.c | 4673 SH_PFC_FUNCTION(tpu),
|
| D | pfc-r8a779a0.c | 3182 SH_PFC_FUNCTION(tpu),
|
| D | pfc-r8a7791.c | 5470 SH_PFC_FUNCTION(tpu),
|
| D | pfc-r8a77950.c | 4739 SH_PFC_FUNCTION(tpu),
|
| D | pfc-r8a77951.c | 5198 SH_PFC_FUNCTION(tpu),
|