Lines Matching defs:spi_sh_write
84 static void spi_sh_write(struct spi_sh_data *ss, unsigned long data,
110 spi_sh_write(ss, tmp, offset);
120 spi_sh_write(ss, tmp, offset);
173 spi_sh_write(ss, (unsigned long)data[i], SPI_SH_TBR);
228 spi_sh_write(ss, SPI_SH_MAX_BYTE, SPI_SH_CR3);
230 spi_sh_write(ss, t->len, SPI_SH_CR3);
266 spi_sh_write(ss, 1, SPI_SH_CR3);
268 spi_sh_write(ss, 0, SPI_SH_CR3);
345 spi_sh_write(ss, 0xfe, SPI_SH_CR1); /* SPI sycle stop */
346 spi_sh_write(ss, 0x00, SPI_SH_CR1); /* CR1 init */
347 spi_sh_write(ss, 0x00, SPI_SH_CR3); /* CR3 init */
352 spi_sh_write(ss, spi_sh_read(ss, SPI_SH_CR2) | 0x07, SPI_SH_CR2);