Home
last modified time | relevance | path

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

/linux/arch/m68k/mac/
H A Dconfig.c186 .floppy_type = MAC_FLOPPY_UNSUPPORTED, /* IWM */
201 .floppy_type = MAC_FLOPPY_UNSUPPORTED, /* IWM */
210 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */
219 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */
228 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */
246 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */
255 .floppy_type = MAC_FLOPPY_SWIM_IOP, /* SWIM */
264 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */
273 .floppy_type = MAC_FLOPPY_LC, /* SWIM */
282 .floppy_type
[all...]
/linux/drivers/block/
H A Dswim.c558 static struct floppy_struct floppy_type[4] = { variable
568 if (type >= ARRAY_SIZE(floppy_type)) in get_floppy_geometry()
572 *g = &floppy_type[type]; in get_floppy_geometry()
574 *g = &floppy_type[3]; in get_floppy_geometry()
576 *g = &floppy_type[2]; in get_floppy_geometry()
578 *g = &floppy_type[1]; in get_floppy_geometry()
706 if (copy_to_user((void __user *) param, (void *) &floppy_type, in floppy_ioctl()
H A Dfloppy.c440 static struct floppy_struct floppy_type[32] = { variable
478 static struct gendisk *disks[N_DRIVE][ARRAY_SIZE(floppy_type)];
587 static struct floppy_struct *_floppy = floppy_type;
2083 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) { in next_valid_format()
2115 _floppy = floppy_type + type; in set_floppy()
2822 _floppy = floppy_type + drive_params[current_drive].autodetect[drive_state[current_drive].probed_format]; in redo_fd_request()
2972 floppy = floppy_type + type; in drive_name()
2975 floppy = floppy_type + drive_params[drive].native_format; in drive_name()
3251 floppy_type[type] = *g; in set_geometry()
3252 floppy_type[typ in set_geometry()
[all...]
/linux/arch/m68k/include/asm/
H A Dmacintosh.h42 char floppy_type; member