Searched refs:spi_tx_buf (Results 1 – 2 of 2) sorted by relevance
42 u8 spi_tx_buf[2 + 8]; /* Cannot use stack area for SPI (dma-safe memory) */ member 136 .tx_buf = &peb2466->spi_tx_buf, in peb2466_write_byte() 140 peb2466->spi_tx_buf[0] = cmd | PEB2466_CMD_W; in peb2466_write_byte() 141 peb2466->spi_tx_buf[1] = val; in peb2466_write_byte() 144 peb2466->spi_tx_buf[0], peb2466->spi_tx_buf[1]); in peb2466_write_byte() 152 .tx_buf = &peb2466->spi_tx_buf, in peb2466_read_byte() 158 peb2466->spi_tx_buf[0] = cmd | PEB2466_CMD_R; in peb2466_read_byte() 167 peb2466->spi_tx_buf[0], peb2466->spi_rx_buf[1]); in peb2466_read_byte() 174 peb2466->spi_tx_buf[ in peb2466_read_byte() [all...]
28 u8 spi_tx_buf; /* Cannot use stack area for SPI (dma-safe memory) */ member55 .tx_buf = &idt821034->spi_tx_buf, in idt821034_8bit_write()59 .tx_buf = &idt821034->spi_tx_buf, in idt821034_8bit_write()64 idt821034->spi_tx_buf = val; in idt821034_8bit_write()85 .tx_buf = &idt821034->spi_tx_buf, in idt821034_8bit_read()90 .tx_buf = &idt821034->spi_tx_buf, in idt821034_8bit_read()96 idt821034->spi_tx_buf = valw; in idt821034_8bit_read()