Home
last modified time | relevance | path

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

/openbmc/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>
14 const: ti,am3352-eqep
20 description: The eQEP event interrupt
24 description: The clock that determines the SYSCLKOUT rate for the eQEP
28 clock-names:
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dam33xx.dtsi4 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/pinctrl/am33xx.h>
13 #include <dt-bindings/clock/am3.h>
17 interrupt-parent = <&intc>;
18 #address-cells = <1>;
19 #size-cells = <1>;
32 d-can0 = &dcan0;
33 d-can1 = &dcan1;
45 #address-cells = <1>;
[all …]
/openbmc/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)
19 /* 32-bit registers */
30 /* 16-bit registers */
71 /* EQEP Inputs */
102 regmap_read(priv->regmap32, QPOSCNT, &cnt); in ti_eqep_count_read()
114 regmap_read(priv->regmap32, QPOSMAX, &max); in ti_eqep_count_write()
116 return -EINVAL; in ti_eqep_count_write()
118 return regmap_write(priv->regmap32, QPOSCNT, val); in ti_eqep_count_write()
128 regmap_read(priv->regmap16, QDECCTL, &qdecctl); in ti_eqep_function_read()
[all …]
/openbmc/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 …]