Searched refs:spi_sh_write (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/spi/ |
D | spi-sh.c | 81 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(ss, 0x00, SPI_SH_CR1); /* CR1 init */ in spi_sh_setup() [all …]
|