Home
last modified time | relevance | path

Searched +full:ftm +full:- +full:src (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/devicetree/bindings/timer/
H A Dfsl,ftm-timer.yaml1 # 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) Timer
10 - Animesh Agarwal <animeshagarwal28@gmail.com>
14 const: fsl,ftm-timer
18 - description: clock event device
19 - description: clock source device
26 contain an entry for each entry in clock-names.
[all …]
/linux/drivers/clocksource/
H A Dtimer-fsl-ftm.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * 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 …]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_IWLMVM) += iwlmvm.o
3 obj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += tests/
4 iwlmvm-y += fw.o mac80211.o nvm.o ops.o phy-ctxt.o mac-ctxt.o
5 iwlmvm-y += utils.o rx.o rxmq.o tx.o binding.o quota.o sta.o sf.o
6 iwlmvm-y += scan.o time-event.o rs.o rs-fw.o
7 iwlmvm-y += power.o coex.o
8 iwlmvm-y += tt.o offloading.o tdls.o
9 iwlmvm-y += ftm-responder.o ftm-initiator.o
10 iwlmvm-y += rfi.o
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 obj-$(CONFIG_IWLMLD) += iwlmld.o
3 obj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += tests/
5 iwlmld-y += mld.o notif.o mac80211.o fw.o power.o iface.o link.o rx.o mcc.o session-protect.o phy.o
6 iwlmld-y += scan.o sta.o tx.o coex.o tlc.o agg.o key.o regulatory.o ap.o thermal.o roc.o stats.o
7 iwlmld-y += low_latency.o mlo.o ptp.o time_sync.o ftm-initiator.o
8 iwlmld-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o
9 iwlmld-$(CONFIG_IWLWIFI_LEDS) += led.o
10 iwlmld-$(CONFIG_PM_SLEEP) += d3.o
12 subdir-ccflags-y += -I$(src)/../
/linux/include/net/
H A Dcfg80211.h1 /* SPDX-License-Identifier: GPL-2.0-only */
7 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net>
8 * Copyright 2013-2014 Intel Mobile Communications GmbH
9 * Copyright 2015-2017 Intel Deutschland GmbH
10 * Copyright (C) 2018-2025 Intel Corporation
72 * enum ieee80211_channel_flags - channel flags
167 * struct ieee80211_channel - channe
3649 __be32 src, dst; global() member
4182 struct cfg80211_pmsr_ftm_result ftm; global() member
4240 struct cfg80211_pmsr_ftm_request_peer ftm; global() member
5559 } ftm; global() member
[all...]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7s.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
6 #include <dt-bindings/clock/imx7d-clock.h>
7 #include <dt-bindings/power/imx7-power.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/reset/imx7-reset.h>
12 #include "imx7d-pinfunc.h"
15 #address-cells = <1>;
16 #size-cells = <1>;
[all …]
/linux/drivers/dma/
H A Dpl330.c1 // SPDX-License-Identifier: GPL-2.0-or-later
19 #include <linux/dma-mapping.h>
46 CCTRL6, /* Cacheable write-through, allocate on writes only */
47 CCTRL7, /* Cacheable write-back, allocate on writes only */
80 #define FTM 0x38 macro
245 * at 1byte/burst for P<->M and M<->M respectively.
247 * should be enough for P<->M and M<->M respectively.
302 * For now, the SRC & DST protection levels
345 SRC = 0, enumerator
382 /* Index of the last submitted request or -1 if the DMA is stopped */
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c1 // SPDX-License-Identifier: BSD-3-Clause-Clear
3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2025 Qualcomm Innovation Center, Inc. All rights reserved.
203 return ath12k_wmi_tlv_hdr(cmd, len - TLV_HDR_SIZE); in ath12k_wmi_tlv_cmd_hdr()
209 config->num_vdevs = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath12k_wmi_init_qcn9274()
210 config->num_peers = ab->num_radios * in ath12k_wmi_init_qcn9274()
212 config->num_offload_peers = TARGET_NUM_OFFLD_PEERS; in ath12k_wmi_init_qcn9274()
213 config->num_offload_reorder_buffs = TARGET_NUM_OFFLD_REORDER_BUFFS; in ath12k_wmi_init_qcn9274()
214 config->num_peer_keys = TARGET_NUM_PEER_KEYS; in ath12k_wmi_init_qcn9274()
215 config->ast_skid_limit = TARGET_AST_SKID_LIMIT; in ath12k_wmi_init_qcn9274()
[all …]
/linux/net/wireless/
H A Dnl80211.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * This is the new netlink-based wireless configuration interface.
5 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net>
6 * Copyright 2013-2014 Intel Mobile Communications GmbH
7 * Copyright 2015-2017 Intel Deutschland GmbH
8 * Copyright (C) 2018-2025 Intel Corporation
32 #include "rdev-ops.h"
50 NL80211_MCGRP_TESTMODE /* keep last - ifdef! */
74 int wiphy_idx = -1; in __cfg80211_wdev_from_attrs()
75 int ifidx = -1; in __cfg80211_wdev_from_attrs()
[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 …]