Home
last modified time | relevance | path

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

/minix3/minix/drivers/storage/floppy/
H A Dfloppy.c71 #define ST0_BITS_SEEK 0xF8 /* check top 5 bits of seek status */ macro
828 if (r != OK || (f_results[ST0] & ST0_BITS_SEEK) != SEEK_ST0 in seek()
1072 (f_results[ST0] & ST0_BITS_SEEK) != SEEK_ST0 || f_results[ST_PCN] != 0) { in recalibrate()