Searched defs:pci1xxxx_spi_internal (Results 1 – 1 of 1) sorted by relevance
134 struct pci1xxxx_spi_internal { struct135 u8 hw_inst;136 u8 clkdiv;137 int irq;138 int mode;139 bool spi_xfer_in_progress;140 void *rx_buf;141 bool dma_aborted_rd;142 u32 bytes_recvd;166 struct pci1xxxx_spi_internal *spi_int[] __counted_by(total_hw_instances); argument