Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfd.h337 #define FD_RAW_SPIN 0x10 /* spin up the disk for this command */ macro
/openbmc/linux/drivers/block/
H A Dfloppy.c1494 if ((flags & FD_RAW_SPIN) && !(flags & FD_RAW_NO_MOTOR)) { in setup_rw_floppy()
2152 raw_cmd->flags = (FD_RAW_WRITE | FD_RAW_INTR | FD_RAW_SPIN | in setup_format_params()
2552 raw_cmd->flags = FD_RAW_SPIN | FD_RAW_NEED_DISK | FD_RAW_NEED_SEEK; in make_raw_rw_request()