Searched refs:txx9spi_rd (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-txx9.c | 87 static u32 txx9spi_rd(struct txx9spi *c, int reg) in txx9spi_rd() function 138 txx9spi_wr(c, txx9spi_rd(c, TXx9_SPCR0) & ~TXx9_SPCR0_RBSIE, in txx9spi_interrupt() 158 mcr = txx9spi_rd(c, TXx9_SPMCR); in txx9spi_work_one() 212 while (!(txx9spi_rd(c, TXx9_SPSR) & TXx9_SPSR_SIDLE)) in txx9spi_work_one() 214 cr0 = txx9spi_rd(c, TXx9_SPCR0); in txx9spi_work_one() 233 txx9spi_rd(c, TXx9_SPSR) & TXx9_SPSR_RBSI); in txx9spi_work_one() 236 data = txx9spi_rd(c, TXx9_SPDR); in txx9spi_work_one() 401 mcr = txx9spi_rd(c, TXx9_SPMCR); in txx9spi_probe()
|