Searched refs:FD_NODRIVE (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/block/ |
H A D | amiflop.c | 226 #define FD_NODRIVE 0x00000000 /* response when no unit is present */ macro 252 { FD_NODRIVE, "No Drive", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} 664 if(drive == 0 && id == FD_NODRIVE) in fd_get_drive_id() 1671 if (unit[drive].type->code == FD_NODRIVE) { in floppy_open() 1833 unit[drive].type->code = FD_NODRIVE; in fd_alloc_drive() 1846 if (unit[drive].type->code == FD_NODRIVE) in fd_probe_drives()
|