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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/mach-au1x00/
H A Dau1100_mmc.h148 #define SD_STATUS_DB (0x00000020) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/mach-au1x00/
H A Dau1100_mmc.h148 #define SD_STATUS_DB (0x00000020) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mmc/host/
H A Dau1xmmc.c276 /* The transaction is really over when the SD_STATUS_DB bit is clear */
278 while((host->flags & HOST_F_XMIT) && (status & SD_STATUS_DB))
534 u32 mask = SD_STATUS_DB | SD_STATUS_NE;

Completed in 52 milliseconds