ITYPE             609 drivers/block/floppy.c 	return !current_type[drive] && !ITYPE(UDRS->fd_device);
ITYPE            2070 drivers/block/floppy.c 	int type = ITYPE(UDRS->fd_device);
ITYPE            3265 drivers/block/floppy.c 			if (!bdev || ITYPE(drive_state[cnt].fd_device) != type)
ITYPE            3374 drivers/block/floppy.c 	int type = ITYPE(drive_state[drive].fd_device);
ITYPE            3410 drivers/block/floppy.c 	int type = ITYPE(UDRS->fd_device);
ITYPE            3695 drivers/block/floppy.c 	type = ITYPE(UDRS->fd_device);
ITYPE            3711 drivers/block/floppy.c 	err = get_floppy_geometry(drive, ITYPE(UDRS->fd_device), &p);
ITYPE            4595 drivers/block/floppy.c 		if (ITYPE(i))
ITYPE            4596 drivers/block/floppy.c 			floppy_sizes[i] = floppy_type[ITYPE(i)].size;