taglinefilesource code
current_drive153drivers/block/floppy.c#define DP (&drive_params[current_drive])
current_drive154drivers/block/floppy.c#define DRS (&drive_state[current_drive])
current_drive155drivers/block/floppy.c#define DRWE (&write_errors[current_drive])
current_drive169drivers/block/floppy.c#define DPRINT(x) printk(DEVICE_NAME "%d: " x,current_drive);
current_drive172drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1));
current_drive175drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2));
current_drive178drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2),(x3));
current_drive450drivers/block/floppy.cstatic unsigned char current_drive = 0;
current_drive549drivers/block/floppy.cfloppy_sizes[DRIVE(current_drive) + (FDC(current_drive) << 7)] = MAX_DISK_SIZE;
current_drive606drivers/block/floppy.coutb_p(FDCS->dor & ~(0x10<<UNIT(current_drive)),FD_DOR);
current_drive632drivers/block/floppy.ccurrent_drive = drive;
current_drive747drivers/block/floppy.csaved_drive = current_drive;
current_drive774drivers/block/floppy.cif ( disk_change(current_drive) ){
current_drive1251drivers/block/floppy.coutput_byte( UNIT(current_drive) );
current_drive1284drivers/block/floppy.cdisk_change(current_drive) &&
current_drive1307drivers/block/floppy.cset_dor(fdc, ~(0x10 << UNIT(current_drive)), 0);
current_drive1326drivers/block/floppy.coutput_byte(UNIT(current_drive));
current_drive1438drivers/block/floppy.c} while ( (ST0 & 0x83) != UNIT(current_drive) && inr == 2);
current_drive1451drivers/block/floppy.cLAST_OUT(UNIT(current_drive));
current_drive1547drivers/block/floppy.cdata = UNIT(current_drive);
current_drive1549drivers/block/floppy.cif(!(FDCS->dor & ( 0x10 << UNIT(current_drive) ) )){
current_drive1555drivers/block/floppy.cdata |= (0x10 << UNIT(current_drive));
current_drive1558drivers/block/floppy.cif (FDCS->dor & ( 0x10 << UNIT(current_drive) ) )
current_drive1559drivers/block/floppy.cmask &= ~(0x10 << UNIT(current_drive));
current_drive1562drivers/block/floppy.cdel_timer(motor_off_timer + current_drive);
current_drive1583drivers/block/floppy.cdisk_change(current_drive) &&
current_drive1785drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + ( format_req.head << 2 );
current_drive1982drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive1983drivers/block/floppy.cfloppy_sizes[DRIVE(current_drive) + (FDC(current_drive) << 7)] =
current_drive1991drivers/block/floppy.cfloppy->name,current_drive);
current_drive1992drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive1993drivers/block/floppy.cfloppy_sizes[DRIVE(current_drive) + (FDC(current_drive) << 7)] =
current_drive2003drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2205drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + ( HEAD << 2 );
current_drive2229drivers/block/floppy.cif ((raw_cmd.track == buffer_track) && (current_drive == buffer_drive) &&
current_drive2286drivers/block/floppy.cbuffer_drive !=current_drive || /* bad drive */
current_drive2294drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2309drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2384drivers/block/floppy.cif (current_drive < N_DRIVE)
current_drive2385drivers/block/floppy.cfloppy_off(current_drive);
current_drive2417drivers/block/floppy.cif(test_bit(current_drive, &fake_change) ||
current_drive2593drivers/block/floppy.cif ( drive == current_drive ){
current_drive2630drivers/block/floppy.cif( disk_change(current_drive) )
current_drive2635drivers/block/floppy.cmotor_off_callback(current_drive);  
current_drive3302drivers/block/floppy.ccurrent_drive = 0;