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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbfin5xx_spi.h46 #define BIT_STAT_RXS 0x0020 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_bfin5xx.c251 while (!(read_STAT(drv_data) & BIT_STAT_RXS))
269 while (!(read_STAT(drv_data) & BIT_STAT_RXS))
284 while (!(read_STAT(drv_data) & BIT_STAT_RXS))
302 while (!(read_STAT(drv_data) & BIT_STAT_RXS))
318 while (!(read_STAT(drv_data) & BIT_STAT_RXS))
335 while (!(read_STAT(drv_data) & BIT_STAT_RXS))
349 while (!(read_STAT(drv_data) & BIT_STAT_RXS))
365 while (!(read_STAT(drv_data) & BIT_STAT_RXS))
382 while (!(read_STAT(drv_data) & BIT_STAT_RXS))
401 while (!(read_STAT(drv_data) & BIT_STAT_RXS))
[all...]

Completed in 28 milliseconds