Searched +full:xps +full:- +full:spi +full:- +full:2 (Results 1 – 2 of 2) sorted by relevance
12 /dts-v1/;14 #address-cells = <1>;15 #size-cells = <1>;16 compatible = "xlnx,ml510-ref-design", "xlnx,virtex440";17 dcr-parent = <&ppc440_0>;28 linux,stdout-path = "/plb@0/serial@83e00000";31 #address-cells = <1>;33 #size-cells = <0>;35 #address-cells = <1>;36 #size-cells = <1>;[all …]
2 * Xilinx SPI controller driver (master mode only)9 * 2002-2007 (c) MontaVista Software, Inc.12 * it under the terms of the GNU General Public License version 2 as21 #include <linux/spi/spi.h>22 #include <linux/spi/spi_bitbang.h>23 #include <linux/spi/xilinx_spi.h>28 /* Register definitions as per "OPB Serial Peripheral Interface (SPI) (v1.00e)55 #define XSPI_SSR_OFFSET 0x70 /* 32-bit Slave Select Register */119 xspi->write_fn(*xspi->tx_ptr, xspi->regs + XSPI_TXD_OFFSET); in xspi_tx8()120 xspi->tx_ptr++; in xspi_tx8()[all …]