Home
last modified time | relevance | path

Searched +full:axi +full:- +full:pwmgen +full:- +full:2 (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/pwm/
Dadi,axi-pwmgen.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pwm/adi,axi-pwmgen.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AXI PWM generator
10 - Michael Hennerich <[email protected]>
11 - Nuno Sá <[email protected]>
14 The Analog Devices AXI PWM generator can generate PWM signals
20 - $ref: pwm.yaml#
24 const: adi,axi-pwmgen-2.00.a
[all …]
/linux-6.14.4/drivers/pwm/
Dpwm-axi-pwmgen.c1 // SPDX-License-Identifier: GPL-2.0
3 * Analog Devices AXI PWM generator
11 * - The writes to registers for period and duty are shadowed until
14 * - Writing LOAD_CONFIG also has the effect of re-synchronizing all
18 * - Supports normal polarity. Does not support changing polarity.
19 * - On disable, the PWM output becomes low (inactive).
24 #include <linux/fpga/adi-axi-common.h>
79 if (wf->period_length_ns == 0) { in axi_pwmgen_round_waveform_tohw()
86 /* With ddata->clk_rate_hz < NSEC_PER_SEC this won't overflow. */ in axi_pwmgen_round_waveform_tohw()
87 wfhw->period_cnt = min_t(u64, in axi_pwmgen_round_waveform_tohw()
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 bool "Pulse-Width Modulation (PWM) Support"
5 Generic Pulse-Width Modulation (PWM) support.
7 In Pulse-Width Modulation, a variation of the width of pulses
48 will be called pwm-ab8500.
67 will be called pwm-apple.
77 will be called pwm-atmel.
85 (Atmel High-end LCD Controller). This PWM output is mainly used
89 will be called pwm-atmel-hlcdc.
98 A Timer Counter Block provides 6 PWM devices grouped by 2.
[all …]
/linux-6.14.4/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-[email protected]
88 F: drivers/scsi/3w-*
[all …]