Home
last modified time | relevance | path

Searched refs:txx9spi_wr (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/spi/
Dspi-txx9.c91 static void txx9spi_wr(struct txx9spi *c, u32 val, int reg) in txx9spi_wr() function
142 txx9spi_wr(c, txx9spi_rd(c, TXx9_SPCR0) & ~TXx9_SPCR0_RBSIE, in txx9spi_interrupt()
171 txx9spi_wr(c, mcr | TXx9_SPMCR_CONFIG | TXx9_SPMCR_BCLR, TXx9_SPMCR); in txx9spi_work_one()
172 txx9spi_wr(c, TXx9_SPCR0_SBOS in txx9spi_work_one()
195 txx9spi_wr(c, mcr | TXx9_SPMCR_CONFIG | TXx9_SPMCR_BCLR, in txx9spi_work_one()
197 txx9spi_wr(c, (n << 8) | bits_per_word, TXx9_SPCR1); in txx9spi_work_one()
199 txx9spi_wr(c, mcr | TXx9_SPMCR_ACTIVE, TXx9_SPMCR); in txx9spi_work_one()
223 txx9spi_wr(c, cr0, TXx9_SPCR0); in txx9spi_work_one()
230 txx9spi_wr(c, data, TXx9_SPDR); in txx9spi_work_one()
233 txx9spi_wr(c, 0, TXx9_SPDR); in txx9spi_work_one()
[all …]