Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dfd.h341 #define FD_RAW_NEED_SEEK 0x80 /* this command uses an implied seek (soft) */ macro
/linux/drivers/block/
A Dfloppy.c1629 raw_cmd->flags |= FD_RAW_NEED_SEEK; in seek_floppy()
1636 (raw_cmd->flags & FD_RAW_NEED_SEEK)) in seek_floppy()
1953 if (raw_cmd->flags & (FD_RAW_NEED_SEEK | FD_RAW_NEED_DISK)) { in floppy_ready()
2154 FD_RAW_NEED_DISK | FD_RAW_NEED_SEEK); in setup_format_params()
2556 raw_cmd->flags = FD_RAW_SPIN | FD_RAW_NEED_DISK | FD_RAW_NEED_SEEK; in make_raw_rw_request()

Completed in 12 milliseconds