Searched +full:mpf +full:- +full:spi +full:- +full:fpga +full:- +full:mgr (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/fpga/microchip,mpf-spi-fpga-mgr.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Microchip Polarfire FPGA manager.10 - Vladimir Georgiev <v.georgiev@metrotek.ru>13 Device Tree Bindings for Microchip Polarfire FPGA Manager using slave SPI to19 - microchip,mpf-spi-fpga-mgr22 description: SPI chip select26 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Microchip Polarfire FPGA programming over slave SPI interface.8 #include <linux/fpga/fpga-mgr.h>12 #include <linux/spi/spi.h>44 struct spi_device *spi; member55 * two identical SPI transfers and use result of the later one. in mpf_read_status()59 .tx_buf = &priv->tx, in mpf_read_status()60 .rx_buf = &priv->rx, in mpf_read_status()64 .tx_buf = &priv->tx, in mpf_read_status()65 .rx_buf = &priv->rx, in mpf_read_status()[all …]
5 ----------[all...]