Searched refs:FD_RAW_NEED_SEEK (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfd.h341 #define FD_RAW_NEED_SEEK 0x80 /* this command uses an implied seek (soft) */ macro
/linux-master/drivers/block/
H A Dfloppy.c1631 raw_cmd->flags |= FD_RAW_NEED_SEEK;
1638 (raw_cmd->flags & FD_RAW_NEED_SEEK))
1955 if (raw_cmd->flags & (FD_RAW_NEED_SEEK | FD_RAW_NEED_DISK)) {
2156 FD_RAW_NEED_DISK | FD_RAW_NEED_SEEK);
2555 raw_cmd->flags = FD_RAW_SPIN | FD_RAW_NEED_DISK | FD_RAW_NEED_SEEK;

Completed in 116 milliseconds