Searched defs:bcm2835_spi (Results 1 – 1 of 1) sorted by relevance
125 struct bcm2835_spi { struct126 void __iomem *regs;127 struct clk *clk;128 unsigned long clk_hz;129 int irq;130 struct spi_transfer *tfr;131 struct spi_controller *ctlr;132 const u8 *tx_buf;133 u8 *rx_buf;134 int tx_len;[all …]