Searched +full:ftm +full:- +full:evt (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/timer/fsl,ftm-timer.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale FlexTimer Module (FTM) Timer10 - Animesh Agarwal <animeshagarwal28@gmail.com>14 const: fsl,ftm-timer24 contain an entry for each entry in clock-names.28 clock-names:30 - const: ftm-evt[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Freescale FlexTimer Module (FTM) timer driver.18 #include <linux/fsl/ftm.h>34 if (priv->big_endian) in ftm_readl()42 if (priv->big_endian) in ftm_writel()55 val |= priv->ps | FTM_SC_CLK(1); in ftm_counter_enable()99 * The CNT register contains the FTM counter value. in ftm_reset_counter()108 return ftm_readl(priv->clksrc_base + FTM_CNT); in ftm_read_sched_clock()121 ftm_counter_disable(priv->clkevt_base); in ftm_set_next_event()123 /* Force the value of CNTIN to be loaded into the FTM counter */ in ftm_set_next_event()[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)5 #include "vf610-pinfunc.h"6 #include <dt-bindings/clock/vf610-clock.h>7 #include <dt-bindings/interrupt-controller/irq.h>8 #include <dt-bindings/gpio/gpio.h>32 compatible = "fixed-clock";33 #clock-cells = <0>;34 clock-frequency = <24000000>;38 compatible = "fixed-clock";39 #clock-cells = <0>;[all …]