Home
last modified time | relevance | path

Searched +full:rtl8382 +full:- +full:spi (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/spi/
H A Drealtek,rtl-spi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/realtek,rtl-spi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Realtek RTL838x/RTL839x SPI controller
10 - Bert Vermeulen <bert@biot.com>
11 - Birger Koblitz <mail@birger-koblitz.de>
14 - $ref: spi-controller.yaml#
19 - realtek,rtl8380-spi
20 - realtek,rtl8382-spi
[all …]
/linux/drivers/spi/
H A Dspi-realtek-rtl.c1 // SPDX-License-Identifier: GPL-2.0-only
6 #include <linux/spi/spi.h>
12 /* SPI Flash Configuration Register */
17 /* SPI Flash Control and Status Register */
27 /* SPI Flash Data Register */
30 #define REG(x) (rtspi->base + x)
33 static void rt_set_cs(struct spi_device *spi, bool active) in rt_set_cs() argument
35 struct rtspi *rtspi = spi_controller_get_devdata(spi->controller); in rt_set_cs()
93 static int transfer_one(struct spi_controller *ctrl, struct spi_device *spi, in transfer_one() argument
101 tx_buf = xfer->tx_buf; in transfer_one()
[all …]