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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/spi/
H A Dspi_txx9.c87 static u32 txx9spi_rd(struct txx9spi *c, int reg) function
148 txx9spi_wr(c, txx9spi_rd(c, TXx9_SPCR0) & ~TXx9_SPCR0_RBSIE,
168 mcr = txx9spi_rd(c, TXx9_SPMCR);
222 while (!(txx9spi_rd(c, TXx9_SPSR) & TXx9_SPSR_SIDLE))
224 cr0 = txx9spi_rd(c, TXx9_SPCR0);
243 txx9spi_rd(c, TXx9_SPSR) & TXx9_SPSR_RBSI);
246 data = txx9spi_rd(c, TXx9_SPDR);
386 mcr = txx9spi_rd(c, TXx9_SPMCR);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/spi/
H A Dspi_txx9.c87 static u32 txx9spi_rd(struct txx9spi *c, int reg) function
148 txx9spi_wr(c, txx9spi_rd(c, TXx9_SPCR0) & ~TXx9_SPCR0_RBSIE,
168 mcr = txx9spi_rd(c, TXx9_SPMCR);
222 while (!(txx9spi_rd(c, TXx9_SPSR) & TXx9_SPSR_SIDLE))
224 cr0 = txx9spi_rd(c, TXx9_SPCR0);
243 txx9spi_rd(c, TXx9_SPSR) & TXx9_SPSR_RBSI);
246 data = txx9spi_rd(c, TXx9_SPDR);
386 mcr = txx9spi_rd(c, TXx9_SPMCR);

Completed in 83 milliseconds