Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Damiflop.c107 #define FD_NODRIVE 0x00000000 /* response when no unit is present */ macro
133 { FD_NODRIVE, "No Drive", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
551 if(drive == 0 && id == FD_NODRIVE) in fd_get_drive_id()
1353 if (unit[fdc_queue].type->code == FD_NODRIVE) { in set_next_request()
1712 if (unit[drive].type->code == FD_NODRIVE) in fd_probe_drives()
1716 unit[drive].type->code = FD_NODRIVE; in fd_probe_drives()
1723 unit[drive].type->code = FD_NODRIVE; in fd_probe_drives()
1756 if (unit[drive].type->code == FD_NODRIVE) in floppy_find()
1846 if (unit[i].type->code != FD_NODRIVE) {