Home
last modified time | relevance | path

Searched +full:offload0 +full:- +full:rx (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/spi/
Dadi,axi-spi-engine.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/adi,axi-spi-engine.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
18 - Michael Hennerich <Michael.Hennerich@analog.com>
19 - Nuno Sá <nuno.sa@analog.com>
22 - $ref: /schemas/spi/spi-controller.yaml#
26 const: adi,axi-spi-engine-1.00.a
36 - description: The AXI interconnect clock.
37 - description: The SPI controller clock.
[all …]
/linux-6.15/drivers/spi/
Dspi-axi-spi-engine.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * SPI-Engine SPI controller driver
6 * Author: Lars-Peter Clausen <lars@metafoo.de>
14 #include <linux/fpga/adi-axi-common.h>
84 /* Arbitrary sync ID for use by host->cur_msg */
103 /* default sizes - can be changed when SPI Engine firmware is compiled */
113 * struct spi_engine_message_state - SPI engine per-message state
126 /** @rx_xfer: Next xfer with rx_buf not yet fully written to RX FIFO. */
130 /** @rx_buf: Bytes not yet written to the RX FIFO. */
167 p->length++; in spi_engine_program_add_cmd()
[all …]