Lines Matching defs:bcm2835_spi
125 struct bcm2835_spi { struct
126 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;
158 static void bcm2835_debugfs_create(struct bcm2835_spi *bs, in bcm2835_debugfs_create() argument