Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-txx9.c86 static u32 txx9spi_rd(struct txx9spi *c, int reg) in txx9spi_rd() function
141 txx9spi_wr(c, txx9spi_rd(c, TXx9_SPCR0) & ~TXx9_SPCR0_RBSIE, in txx9spi_interrupt()
161 mcr = txx9spi_rd(c, TXx9_SPMCR); in txx9spi_work_one()
215 while (!(txx9spi_rd(c, TXx9_SPSR) & TXx9_SPSR_SIDLE)) in txx9spi_work_one()
217 cr0 = txx9spi_rd(c, TXx9_SPCR0); in txx9spi_work_one()
236 txx9spi_rd(c, TXx9_SPSR) & TXx9_SPSR_RBSI); in txx9spi_work_one()
239 data = txx9spi_rd(c, TXx9_SPDR); in txx9spi_work_one()
364 mcr = txx9spi_rd(c, TXx9_SPMCR); in txx9spi_probe()