Searched refs:txx9spi_wr (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/spi/ |
| D | spi-txx9.c | 90 static void txx9spi_wr(struct txx9spi *c, u32 val, int reg) in txx9spi_wr() function 141 txx9spi_wr(c, txx9spi_rd(c, TXx9_SPCR0) & ~TXx9_SPCR0_RBSIE, in txx9spi_interrupt() 170 txx9spi_wr(c, mcr | TXx9_SPMCR_CONFIG | TXx9_SPMCR_BCLR, TXx9_SPMCR); in txx9spi_work_one() 171 txx9spi_wr(c, TXx9_SPCR0_SBOS in txx9spi_work_one() 194 txx9spi_wr(c, mcr | TXx9_SPMCR_CONFIG | TXx9_SPMCR_BCLR, in txx9spi_work_one() 196 txx9spi_wr(c, (n << 8) | bits_per_word, TXx9_SPCR1); in txx9spi_work_one() 198 txx9spi_wr(c, mcr | TXx9_SPMCR_ACTIVE, TXx9_SPMCR); in txx9spi_work_one() 222 txx9spi_wr(c, cr0, TXx9_SPCR0); in txx9spi_work_one() 229 txx9spi_wr(c, data, TXx9_SPDR); in txx9spi_work_one() 232 txx9spi_wr(c, 0, TXx9_SPDR); in txx9spi_work_one() [all …]
|