Searched +full:ftm +full:- +full:evt (Results 1 – 3 of 3) sorted by relevance
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-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-timer18 - description: clock event device19 - description: clock source device26 contain an entry for each entry in clock-names.[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */4 * Copyright(c) 2016-2017 Intel Deutschland GmbH5 * Copyright (C) 2018, 2020-2025 Intel Corporation23 memcpy(__entry->entry_mac, given_mac, ETH_ALEN); \25 eth_zero_addr(__entry->entry_mac); \30 #define WIPHY_ASSIGN strscpy(__entry->wiphy_name, wiphy_name(wiphy), MAXNAME)32 #define WIPHY_PR_ARG __entry->wiphy_name35 #define WDEV_ASSIGN (__entry->i[all...]