Home
last modified time | relevance | path

Searched +full:am3352 +full:- +full:eqep (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/counter/
H A Dti-eqep.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/counter/ti-eqep.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments Enhanced Quadrature Encoder Pulse (eQEP) Module
10 - David Lechner <david@lechnology.com>
15 - ti,am3352-eqep
16 - ti,am62-eqep
22 description: The eQEP event interrupt
27 rate for the eQEP peripheral.
[all …]
/linux/drivers/counter/
H A Dti-eqep.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Counter driver for Texas Instruments Enhanced Quadrature Encoder Pulse (eQEP)
20 /* 32-bit registers */
31 /* 16-bit registers */
110 /* EQEP Inputs */
135 regmap_read(priv->regmap32, QPOSCNT, &cnt); in ti_eqep_count_read()
147 regmap_read(priv->regmap32, QPOSMAX, &max); in ti_eqep_count_write()
149 return -EINVAL; in ti_eqep_count_write()
151 return regmap_write(priv->regmap32, QPOSCNT, val); in ti_eqep_count_write()
161 regmap_read(priv->regmap16, QDECCTL, &qdecctl); in ti_eqep_function_read()
[all …]
/linux/arch/arm/boot/dts/ti/omap/
H A Dam33xx-l4.dtsi2 compatible = "ti,am33xx-l4-wkup", "simple-pm-bus";
3 power-domains = <&prm_wkup>;
5 clock-names = "fck";
10 reg-names = "ap", "la", "ia0", "ia1";
11 #address-cells = <1>;
12 #size-cells = <1>;
18 compatible = "simple-pm-bus";
19 #address-cells = <1>;
20 #size-cells = <1>;
28 compatible = "simple-pm-bus";
[all …]