Searched refs:spi_rx_buf (Results 1 – 2 of 2) sorted by relevance
43 u8 spi_rx_buf[2 + 8]; /* Cannot use stack area for SPI (dma-safe memory) */ member 153 .rx_buf = &peb2466->spi_rx_buf, in peb2466_read_byte() 164 if (peb2466->spi_rx_buf[1] != 0x81) { in peb2466_read_byte() 167 peb2466->spi_tx_buf[0], peb2466->spi_rx_buf[1]); in peb2466_read_byte() 171 *val = peb2466->spi_rx_buf[2]; in peb2466_read_byte()
29 u8 spi_rx_buf; /* Cannot use stack area for SPI (dma-safe memory) */ member86 .rx_buf = &idt821034->spi_rx_buf, in idt821034_8bit_read()102 *valr = idt821034->spi_rx_buf; in idt821034_8bit_read()