Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dfloppy.h85 raw_cmd->flags = FD_RAW_SPIN | FD_RAW_NEED_SEEK; in fd_scandrives()
/linux-4.1.27/include/uapi/linux/
Dfd.h337 #define FD_RAW_NEED_SEEK 0x80 /* this command uses an implied seek (soft) */ macro
/linux-4.1.27/drivers/block/
Dfloppy.c1589 raw_cmd->flags |= FD_RAW_NEED_SEEK; in seek_floppy()
1596 (raw_cmd->flags & FD_RAW_NEED_SEEK)) in seek_floppy()
1908 if (raw_cmd->flags & (FD_RAW_NEED_SEEK | FD_RAW_NEED_DISK)) { in floppy_ready()
2103 FD_RAW_NEED_DISK | FD_RAW_NEED_SEEK); in setup_format_params()
2533 raw_cmd->flags = FD_RAW_SPIN | FD_RAW_NEED_DISK | FD_RAW_NEED_SEEK; in make_raw_rw_request()