Searched refs:tpu (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/drivers/pwm/ |
| D | pwm-renesas-tpu.c | 80 struct tpu_device *tpu; member 102 void __iomem *base = pwm->tpu->base + TPU_CHANNEL_OFFSET in tpu_pwm_write() 113 dev_dbg(&pwm->tpu->pdev->dev, "%u: configuring pin as %s\n", in tpu_pwm_set_pin() 140 spin_lock_irqsave(&pwm->tpu->lock, flags); in tpu_pwm_start_stop() 141 value = ioread16(pwm->tpu->base + TPU_TSTR); in tpu_pwm_start_stop() 148 iowrite16(value, pwm->tpu->base + TPU_TSTR); in tpu_pwm_start_stop() 149 spin_unlock_irqrestore(&pwm->tpu->lock, flags); in tpu_pwm_start_stop() 158 pm_runtime_get_sync(&pwm->tpu->pdev->dev); in tpu_pwm_timer_start() 159 ret = clk_prepare_enable(pwm->tpu->clk); in tpu_pwm_timer_start() 161 dev_err(&pwm->tpu->pdev->dev, "cannot enable clock\n"); in tpu_pwm_timer_start() [all …]
|
| D | Makefile | 31 obj-$(CONFIG_PWM_RENESAS_TPU) += pwm-renesas-tpu.o
|
| D | Kconfig | 321 will be called pwm-renesas-tpu.
|
| /linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
| D | renesas,tpu-pwm.txt | 6 - "renesas,tpu-r8a73a4": for R8A77A4 (R-Mobile APE6) compatible PWM controller. 7 - "renesas,tpu-r8a7740": for R8A7740 (R-Mobile A1) compatible PWM controller. 8 - "renesas,tpu-r8a7790": for R8A7790 (R-Car H2) compatible PWM controller. 9 - "renesas,tpu-sh7372": for SH7372 (SH-Mobile AP4) compatible PWM controller. 10 - "renesas,tpu": for generic R-Car TPU PWM controller. 24 tpu: pwm@e6600000 { 25 compatible = "renesas,tpu-r8a7740", "renesas,tpu";
|
| /linux-4.4.14/Documentation/devicetree/bindings/timer/ |
| D | renesas,tpu.txt | 9 - compatible: must contain "renesas,tpu" 16 tpu: tpu@ffffe0 { 17 compatible = "renesas,tpu";
|
| /linux-4.4.14/Documentation/devicetree/bindings/power/ |
| D | renesas,sysc-rmobile.txt | 94 tpu: pwm@e6600000 { 95 compatible = "renesas,tpu-r8a7740", "renesas,tpu";
|
| /linux-4.4.14/arch/h8300/boot/dts/ |
| D | h8s_sim.dts | 70 tpu: timer@ffffe0 { label 71 compatible = "renesas,tpu";
|
| D | edosk2674.dts | 71 tpu: timer@ffffe0 { label 72 compatible = "renesas,tpu";
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | r8a7740-armadillo800eva.dts | 142 pwms = <&tpu 2 33333 PWM_POLARITY_INVERTED>; 277 &tpu {
|
| D | r8a7740.dtsi | 307 tpu: pwm@e6600000 { label 308 compatible = "renesas,tpu-r8a7740", "renesas,tpu";
|