taglinefilesource code
current_drive217drivers/block/floppy.c#define DP (&drive_params[current_drive])
current_drive218drivers/block/floppy.c#define DRS (&drive_state[current_drive])
current_drive219drivers/block/floppy.c#define DRWE (&write_errors[current_drive])
current_drive233drivers/block/floppy.c#define DPRINT(x) printk(DEVICE_NAME "%d: " x,current_drive)
current_drive236drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1))
current_drive239drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2))
current_drive242drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2),(x3))
current_drive528drivers/block/floppy.cstatic unsigned char current_drive = 0;
current_drive599drivers/block/floppy.cdrive = current_drive;
current_drive686drivers/block/floppy.cfloppy_sizes[DRIVE(current_drive) + (FDC(current_drive) << 7)] = MAX_DISK_SIZE;
current_drive743drivers/block/floppy.coutb_p(FDCS->dor & ~(0x10<<UNIT(current_drive)),FD_DOR);
current_drive769drivers/block/floppy.ccurrent_drive = drive;
current_drive878drivers/block/floppy.csaved_drive = current_drive;
current_drive905drivers/block/floppy.cif ( disk_change(current_drive) ){
current_drive1436drivers/block/floppy.coutput_byte( UNIT(current_drive) );
current_drive1469drivers/block/floppy.cdisk_change(current_drive) &&
current_drive1492drivers/block/floppy.cset_dor(fdc, ~(0x10 << UNIT(current_drive)), 0);
current_drive1511drivers/block/floppy.coutput_byte(UNIT(current_drive));
current_drive1633drivers/block/floppy.c} while ( (ST0 & 0x83) != UNIT(current_drive) && inr == 2);
current_drive1647drivers/block/floppy.cLAST_OUT(UNIT(current_drive));
current_drive1774drivers/block/floppy.cdata = UNIT(current_drive);
current_drive1776drivers/block/floppy.cif(!(FDCS->dor & ( 0x10 << UNIT(current_drive) ) )){
current_drive1782drivers/block/floppy.cdata |= (0x10 << UNIT(current_drive));
current_drive1785drivers/block/floppy.cif (FDCS->dor & ( 0x10 << UNIT(current_drive) ) )
current_drive1786drivers/block/floppy.cmask &= ~(0x10 << UNIT(current_drive));
current_drive1789drivers/block/floppy.cdel_timer(motor_off_timer + current_drive);
current_drive1810drivers/block/floppy.cdisk_change(current_drive) &&
current_drive2013drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + PH_HEAD(floppy,format_req.head);
current_drive2210drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive2211drivers/block/floppy.cfloppy_sizes[DRIVE(current_drive) + (FDC(current_drive) << 7)] =
current_drive2219drivers/block/floppy.cfloppy->name,current_drive);
current_drive2220drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive2221drivers/block/floppy.cfloppy_sizes[DRIVE(current_drive) + (FDC(current_drive) << 7)] =
current_drive2231drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2435drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + PH_HEAD(floppy,HEAD);
current_drive2459drivers/block/floppy.cif ((raw_cmd.track == buffer_track) && (current_drive == buffer_drive) &&
current_drive2521drivers/block/floppy.cbuffer_drive !=current_drive || /* bad drive */
current_drive2530drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2545drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2626drivers/block/floppy.cif (current_drive < N_DRIVE)
current_drive2627drivers/block/floppy.cfloppy_off(current_drive);
current_drive2659drivers/block/floppy.cif(test_bit(current_drive, &fake_change) ||
current_drive2838drivers/block/floppy.cif ( drive == current_drive ){
current_drive2879drivers/block/floppy.cif( disk_change(current_drive) )
current_drive2884drivers/block/floppy.cmotor_off_callback(current_drive);  
current_drive3506drivers/block/floppy.cint current_drive=0;
current_drive3512drivers/block/floppy.ccurrent_drive = ints[1];
current_drive3513drivers/block/floppy.cif (current_drive < 0 || current_drive >= 8 ){
current_drive3664drivers/block/floppy.ccurrent_drive = 0;
current_drive148drivers/block/gscd.cstatic unsigned char current_drive;
current_drive445drivers/block/gscd.ccurrent_drive = 0xFF;