Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A 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(s in spi_sh_setup()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-sh.c81 static void spi_sh_write(struct spi_sh_data *ss, unsigned long data, in spi_sh_write() function
107 spi_sh_write(ss, tmp, offset); in spi_sh_set_bit()
117 spi_sh_write(ss, tmp, offset); in spi_sh_clear_bit()
170 spi_sh_write(ss, (unsigned long)data[i], SPI_SH_TBR); in spi_sh_send()
225 spi_sh_write(ss, SPI_SH_MAX_BYTE, SPI_SH_CR3); in spi_sh_receive()
227 spi_sh_write(ss, t->len, SPI_SH_CR3); in spi_sh_receive()
263 spi_sh_write(ss, 1, SPI_SH_CR3); in spi_sh_receive()
265 spi_sh_write(ss, 0, SPI_SH_CR3); in spi_sh_receive()
334 spi_sh_write(ss, 0xfe, SPI_SH_CR1); /* SPI sycle stop */ in spi_sh_setup()
335 spi_sh_write(s in spi_sh_setup()
[all...]

Completed in 2 milliseconds