Searched +full:sfc +full:- +full:no +full:- +full:dma (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/drivers/spi/ |
D | spi-rockchip-sfc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (c) 2017-2021, Rockchip Inc. 6 * Author: Shawn Lin <shawn.lin@rock-chips.com> 8 * Jon Lin <Jon.lin@rock-chips.com> 14 #include <linux/dma-mapping.h> 22 #include <linux/spi/spi-mem.h> 154 * devices (0-3), however I have only been able to test a single CS (CS 0) 159 /* The SFC can transfer max 16KB - 1 at one time 164 /* DMA is only enabled for large data transmission */ 168 * 150MHz. No minimum or average value is suggested. [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 13 dynamic device discovery; some are even write-only or read-only. 17 chips, analog to digital (and d-to-a) converters, and more. 44 If your system has an master-capable SPI controller (which 56 by providing a high-level interface to send memory-like commands. 127 supports spi-mem interface. 197 this code to manage the per-word or per-transfer accesses to the 227 Flash over 1/2/4-bit wide bus. Enable this option if you have a 235 This enables dedicated general purpose SPI/Microwire1-compatible 236 master mode interface (SSI1) for CLPS711X-based CPUs. [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/spi/ |
D | rockchip-sfc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/spi/rockchip-sfc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Rockchip Serial Flash Controller (SFC) 10 - Heiko Stuebner <heiko@sntech.de> 11 - Chris Morgan <macromorgan@hotmail.com> 14 - $ref: spi-controller.yaml# 18 const: rockchip,sfc 20 The rockchip sfc controller is a standalone IP with version register, [all …]
|
/Linux-v5.15/sound/firewire/ |
D | fcp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Function Control Protocol (IEC 61883-1) helper functions 10 #include <linux/firewire-constants.h> 20 #include "amdtp-stream.h" 32 unsigned int sfc; in avc_general_set_sig_fmt() local 38 for (sfc = 0; sfc < CIP_SFC_COUNT; sfc++) { in avc_general_set_sig_fmt() 39 if (amdtp_rate_table[sfc] == rate) { in avc_general_set_sig_fmt() 45 return -EINVAL; in avc_general_set_sig_fmt() 49 return -ENOMEM; in avc_general_set_sig_fmt() 59 buf[5] = 0x07 & sfc; /* FDF-hi. AM824, frequency */ in avc_general_set_sig_fmt() [all …]
|
D | amdtp-stream.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Audio and Music Data Transmission Protocol (IEC 61883-6) streams 4 * with Common Isochronous Packet (IEC 61883-1) headers 12 #include <linux/firewire-constants.h> 17 #include "amdtp-stream.h" 27 #include "amdtp-stream-trace.h" 81 * amdtp_stream_init - initialize an AMDTP stream structure 85 * @flags: the details of the streaming protocol consist of cip_flags enumeration-constants. 97 return -EINVAL; in amdtp_stream_init() 99 s->protocol = kzalloc(protocol_size, GFP_KERNEL); in amdtp_stream_init() [all …]
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | rv1108.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 #include <dt-bindings/gpio/gpio.h> 4 #include <dt-bindings/interrupt-controller/irq.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/clock/rv1108-cru.h> 7 #include <dt-bindings/pinctrl/rockchip.h> 8 #include <dt-bindings/thermal/thermal.h> 10 #address-cells = <1>; 11 #size-cells = <1>; 15 interrupt-parent = <&gic>; [all …]
|
/Linux-v5.15/drivers/mtd/spi-nor/controllers/ |
D | hisi-sfc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (c) 2015-2016 HiSilicon Technologies Co., Ltd. 9 #include <linux/dma-mapping.h> 13 #include <linux/mtd/spi-nor.h> 64 #define HIFMC_DMA_MASK (HIFMC_DMA_MAX_LEN - 1) 107 return readl_poll_timeout(host->regbase + FMC_INT, reg, in hisi_spi_nor_wait_op_finish() 144 writel(reg, host->regbase + FMC_SPI_TIMING_CFG); in hisi_spi_nor_init() 149 struct hifmc_priv *priv = nor->priv; in hisi_spi_nor_prep() 150 struct hifmc_host *host = priv->host; in hisi_spi_nor_prep() 153 mutex_lock(&host->lock); in hisi_spi_nor_prep() [all …]
|
/Linux-v5.15/drivers/net/ethernet/sfc/ |
D | efx_common.c | 1 // SPDX-License-Identifier: GPL-2.0-only 36 * On Falcon-based NICs, this will: 37 * - Check the on-board hardware monitor; 38 * - Poll the link state and reconfigure the hardware as necessary. 39 * On Siena-based NICs for power systems with EEH support, this will give EEH a 107 * queued onto this work queue. This is not a per-nic work queue, because 117 return -ENOMEM; in efx_create_reset_workqueue() 125 queue_work(reset_workqueue, &efx->reset_work); in efx_queue_reset_work() 130 cancel_work_sync(&efx->reset_work); in efx_flush_reset_workqueue() 141 /* We assume that efx->type->reconfigure_mac will always try to sync RX [all …]
|
/Linux-v5.15/drivers/gpu/drm/i915/gt/ |
D | intel_engine_cs.c | 1 // SPDX-License-Identifier: MIT 30 * on HSW) - so the final size, including the extra state required for the 159 * intel_engine_context_size() - return the size of the context for an engine 174 struct intel_uncore *uncore = gt->uncore; in intel_engine_context_size() 181 switch (GRAPHICS_VER(gt->i915)) { in intel_engine_context_size() 183 MISSING_CASE(GRAPHICS_VER(gt->i915)); in intel_engine_context_size() 193 if (IS_HASWELL(gt->i915)) in intel_engine_context_size() 216 drm_dbg(>->i915->drm, in intel_engine_context_size() 218 GRAPHICS_VER(gt->i915), cxt_size * 64, in intel_engine_context_size() 219 cxt_size - 1); in intel_engine_context_size() [all …]
|
/Linux-v5.15/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright 2005-2006 Fen Systems Ltd. 5 * Copyright 2005-2013 Solarflare Communications Inc. 85 * queued onto this work queue. This is not a per-nic work queue, because 108 * This is only used in MSI-X interrupt mode 115 /* This is the weight assigned to each of the (per-channel) virtual 122 * On Falcon-based NICs, this will: 123 * - Check the on-board hardware monitor; 124 * - Poll the link state and reconfigure the hardware as necessary. 125 * On Siena-based NICs for power systems with EEH support, this will give EEH a [all …]
|
D | falcon.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright 2005-2006 Fen Systems Ltd. 5 * Copyright 2006-2013 Solarflare Communications Inc. 134 (*(u32 *)((efx)->stats_buffer.addr + XgDmaDone_offset)) 139 /* 48-bit stats are zero-padded to 64 on DMA */ \ 199 [0 ... BITS_TO_LONGS(FALCON_STAT_COUNT) - 1] = ~0UL, 216 #define SPI_STATUS_WPEN 0x80 /* Write-protect pin enabled */ 225 * Non-volatile memory layout 231 * 0-0x400 chip and board config (see struct falcon_nvconfig) 232 * 0x400-0x8000 unused (or may contain VPD if EEPROM not present) [all …]
|
/Linux-v5.15/drivers/scsi/ |
D | advansys.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * advansys.c - Linux Host Driver for AdvanSys SCSI Adapters 5 * Copyright (c) 1995-2000 Advanced System Products, Inc. 6 * Copyright (c) 2000-2001 ConnectCom Solutions, Inc. 34 #include <linux/dma-mapping.h> 39 #include <asm/dma.h> 109 #define ASC_CHIP_LATEST_VER_EISA ((ASC_CHIP_MIN_VER_EISA - 1) + 3) 125 * Narrow boards only support 12-byte commands, while wide boards 126 * extend to 16-byte commands. 380 #define ASC_IERR_NO_CARRIER 0x0001 /* No more carrier memory */ [all …]
|
/Linux-v5.15/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 92 Orphan: No current maintainer [but maybe you could take the [all …]
|