Home
last modified time | relevance | path

Searched defs:xilinx_spi (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/spi/
Dspi-xilinx.c81 struct xilinx_spi { struct
83 struct spi_bitbang bitbang;
84 struct completion done;
85 void __iomem *regs; /* virt. address of the control registers */
87 int irq;
89 u8 *rx_ptr; /* pointer in the Tx buffer */
90 const u8 *tx_ptr; /* pointer in the Rx buffer */
91 u8 bytes_per_word;
92 int buffer_size; /* buffer size in words */
93 u32 cs_inactive; /* Level of the CS pins when inactive*/
[all …]