Home
last modified time | relevance | path

Searched refs:SEEK_COMPLETE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/block/
H A Dswim3.c156 #define SEEK_COMPLETE 14 macro
592 if (swim3_readbit(fs, SEEK_COMPLETE)) { in settle_timeout()
928 if (n >= HZ/30 && swim3_readbit(fs, SEEK_COMPLETE)) in floppy_open()
937 if (err == 0 && (swim3_readbit(fs, SEEK_COMPLETE) == 0 in floppy_open()
1033 if (swim3_readbit(fs, SEEK_COMPLETE)) in floppy_revalidate()
1040 ret = swim3_readbit(fs, SEEK_COMPLETE) == 0 in floppy_revalidate()
H A Dswim.c118 #define SEEK_COMPLETE 0x176 macro