Searched defs:Ready (Results 1 - 4 of 4) sorted by relevance

/drivers/block/
H A Dumem.c125 int Active, Ready; member in struct:cardinfo
239 * One page is "Ready" and is either full, or can have request added.
242 * Whenever IO on the active page completes, the Ready page is activated
243 * and the ex-Active page is clean out and made Ready.
244 * Otherwise the Ready page is only activated when it becomes full.
307 /* if No page is Active, and Ready is
308 * not empty, then switch Ready page
310 * Then add any bh's that are available to Ready
318 card->mm_pages[card->Ready].cnt > 0) {
319 card->Active = card->Ready;
[all...]
/drivers/staging/keucr/
H A Dusb.h56 BYTE Ready:1; member in struct:_SD_STATUS
67 BYTE Ready:1; member in struct:_MS_STATUS
78 BYTE Ready:1; member in struct:_SM_STATUS
/drivers/net/wan/
H A Ddscc4.c348 #define Ready 0x00000000 macro
/drivers/usb/storage/
H A Dene_ub6250.c241 u8 Ready:1; member in struct:SD_STATUS
252 u8 Ready:1; member in struct:MS_STATUS
263 u8 Ready:1; member in struct:SM_STATUS
567 if (info->SD_Status.Insert && info->SD_Status.Ready)
1434 if (info->MS_Status.Insert && info->MS_Status.Ready) {
2098 if (info->MS_Status.Insert && info->MS_Status.Ready) {
2100 printk(KERN_INFO "Ready = %x\n", info->MS_Status.Ready);
2113 US_DEBUGP("MS Card Not Ready --- %x\n", buf[0]);
2166 if (info->SD_Status.Insert && info->SD_Status.Ready) {
[all...]

Completed in 94 milliseconds