Home
last modified time | relevance | path

Searched refs:spi_sh_write (Results 1 – 1 of 1) sorted by relevance

/drivers/spi/
Dspi-sh.c84 static void spi_sh_write(struct spi_sh_data *ss, unsigned long data, in spi_sh_write() function
110 spi_sh_write(ss, tmp, offset); in spi_sh_set_bit()
120 spi_sh_write(ss, tmp, offset); in spi_sh_clear_bit()
173 spi_sh_write(ss, (unsigned long)data[i], SPI_SH_TBR); in spi_sh_send()
228 spi_sh_write(ss, SPI_SH_MAX_BYTE, SPI_SH_CR3); in spi_sh_receive()
230 spi_sh_write(ss, t->len, SPI_SH_CR3); in spi_sh_receive()
266 spi_sh_write(ss, 1, SPI_SH_CR3); in spi_sh_receive()
268 spi_sh_write(ss, 0, SPI_SH_CR3); in spi_sh_receive()
345 spi_sh_write(ss, 0xfe, SPI_SH_CR1); /* SPI sycle stop */ in spi_sh_setup()
346 spi_sh_write(ss, 0x00, SPI_SH_CR1); /* CR1 init */ in spi_sh_setup()
[all …]