Searched refs:spi_sh_write (Results 1 – 1 of 1) sorted by relevance
/drivers/spi/ |
D | spi-sh.c | 93 static void spi_sh_write(struct spi_sh_data *ss, unsigned long data, in spi_sh_write() function 119 spi_sh_write(ss, tmp, offset); in spi_sh_set_bit() 129 spi_sh_write(ss, tmp, offset); in spi_sh_clear_bit() 182 spi_sh_write(ss, (unsigned long)data[i], SPI_SH_TBR); in spi_sh_send() 237 spi_sh_write(ss, SPI_SH_MAX_BYTE, SPI_SH_CR3); in spi_sh_receive() 239 spi_sh_write(ss, t->len, SPI_SH_CR3); in spi_sh_receive() 275 spi_sh_write(ss, 1, SPI_SH_CR3); in spi_sh_receive() 277 spi_sh_write(ss, 0, SPI_SH_CR3); in spi_sh_receive() 354 spi_sh_write(ss, 0xfe, SPI_SH_CR1); /* SPI sycle stop */ in spi_sh_setup() 355 spi_sh_write(ss, 0x00, SPI_SH_CR1); /* CR1 init */ in spi_sh_setup() [all …]
|