Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/pwm/
H A 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 <Michael.Hennerich@analog.com>
11 - Nuno Sá <nuno.sa@analog.com>
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/drivers/pwm/
H A 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).
21 #include <linux/adi-axi-common.h>
80 if (wf->period_length_ns == 0) { in axi_pwmgen_round_waveform_tohw()
87 /* With ddata->clk_rate_hz < NSEC_PER_SEC this won't overflow. */ in axi_pwmgen_round_waveform_tohw()
88 wfhw->period_cnt = min_t(u64, in axi_pwmgen_round_waveform_tohw()
[all …]
/linux/
H A 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-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]