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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 52 milliseconds