Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-txx9.c87 static u32 txx9spi_rd(struct txx9spi *c, int reg) in txx9spi_rd() function
142 txx9spi_wr(c, txx9spi_rd(c, TXx9_SPCR0) & ~TXx9_SPCR0_RBSIE, in txx9spi_interrupt()
162 mcr = txx9spi_rd(c, TXx9_SPMCR); in txx9spi_work_one()
216 while (!(txx9spi_rd(c, TXx9_SPSR) & TXx9_SPSR_SIDLE)) in txx9spi_work_one()
218 cr0 = txx9spi_rd(c, TXx9_SPCR0); in txx9spi_work_one()
237 txx9spi_rd(c, TXx9_SPSR) & TXx9_SPSR_RBSI); in txx9spi_work_one()
240 data = txx9spi_rd(c, TXx9_SPDR); in txx9spi_work_one()
365 mcr = txx9spi_rd(c, TXx9_SPMCR); in txx9spi_probe()