Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-sh.c28 #define SPI_SH_CR3 0x18 macro
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()
347 spi_sh_write(ss, 0x00, SPI_SH_CR3); /* CR3 init */ in spi_sh_setup()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-sh.c28 #define SPI_SH_CR3 0x18 macro
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()
336 spi_sh_write(ss, 0x00, SPI_SH_CR3); /* CR3 init */ in spi_sh_setup()

Completed in 3 milliseconds