OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATA_STAT_READY
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/include/
ata.h
57
#define
ATA_STAT_READY
0x40 /* Device Ready */
/external/u-boot/drivers/block/
ide.c
798
} else if ((c &
ATA_STAT_READY
) == 0) {
Completed in 75 milliseconds