taglinefilesource code
current_drive139drivers/block/floppy.c#define DP (&drive_params[current_drive])
current_drive140drivers/block/floppy.c#define DRS (&drive_state[current_drive])
current_drive404drivers/block/floppy.cstatic unsigned char current_drive = 255;
current_drive465drivers/block/floppy.coutb_p(FDCS->dor & ~(0x10<<UNIT(current_drive)),FD_DOR);
current_drive491drivers/block/floppy.ccurrent_drive = drive;
current_drive521drivers/block/floppy.cif (current_drive < N_DRIVE)
current_drive522drivers/block/floppy.cfloppy_off(current_drive);
current_drive588drivers/block/floppy.csaved_drive = current_drive % N_DRIVE;
current_drive601drivers/block/floppy.ccurrent_drive = saved_drive;
current_drive956drivers/block/floppy.cprintk(DEVICE_NAME ": Drive %d is write protected\n", current_drive);
current_drive1037drivers/block/floppy.cif (wait_for_completion(current_drive,ready_date,function))
current_drive1133drivers/block/floppy.coutput_byte(UNIT(current_drive));
current_drive1220drivers/block/floppy.c} while ( (ST0 & 0x83) != UNIT(current_drive) && inr == 2);
current_drive1230drivers/block/floppy.cLAST_OUT(UNIT(current_drive));
current_drive1291drivers/block/floppy.cif ( (FDCS->dor & 0x03) != UNIT(current_drive) )
current_drive1295drivers/block/floppy.cif ( ! ( FDCS->dor & ( 0x10 << UNIT(current_drive) ) )){
current_drive1304drivers/block/floppy.cdel_timer(motor_off_timer + current_drive);
current_drive1306drivers/block/floppy.c( 0x10 << UNIT(current_drive) ) | UNIT(current_drive) );
current_drive1317drivers/block/floppy.coutput_byte( UNIT(current_drive) );
current_drive1319drivers/block/floppy.cchanged_floppies |= 1 << current_drive;
current_drive1330drivers/block/floppy.cchanged_floppies |= 1 << current_drive;
current_drive1333drivers/block/floppy.ccurrent_type[current_drive] != NULL)
current_drive1337drivers/block/floppy.ccurrent_drive);
current_drive1338drivers/block/floppy.ccurrent_type[current_drive] = NULL;
current_drive1339drivers/block/floppy.cfloppy_sizes[current_drive] = MAX_DISK_SIZE;
current_drive1361drivers/block/floppy.cif(wait_for_completion(current_drive,
current_drive1535drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + ( format_req.head << 2 );
current_drive1586drivers/block/floppy.cfloppy_on(current_drive);
current_drive1752drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive1753drivers/block/floppy.cfloppy_sizes[DRIVE(current_drive) + (FDC(current_drive) << 7)] =
current_drive1762drivers/block/floppy.cfloppy->name,current_drive);
current_drive1763drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive1764drivers/block/floppy.cfloppy_sizes[DRIVE(current_drive) + (FDC(current_drive) << 7)] =
current_drive1774drivers/block/floppy.cbuffer_drive = current_drive;
current_drive1939drivers/block/floppy.ccurrent_drive = DRIVE(CURRENT->dev);
current_drive1986drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + ( HEAD << 2 );
current_drive2010drivers/block/floppy.cif ((raw_cmd.track == buffer_track) && (current_drive == buffer_drive) &&
current_drive2067drivers/block/floppy.cbuffer_drive !=current_drive || /* bad drive */
current_drive2075drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2091drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2210drivers/block/floppy.cfloppy_on(current_drive);
current_drive2360drivers/block/floppy.cfloppy_on(current_drive);
current_drive2681drivers/block/floppy.cif (command_status == FD_COMMAND_DETECT && drive >= current_drive){
current_drive2898drivers/block/floppy.cfloppy_off(current_drive);
current_drive2899drivers/block/floppy.ccurrent_drive++;
current_drive2900drivers/block/floppy.cif (current_drive == N_DRIVE ||
current_drive2901drivers/block/floppy.cfdc_state[FDC(current_drive)].version == FDC_NONE){
current_drive2907drivers/block/floppy.cset_fdc(current_drive);
current_drive2960drivers/block/floppy.cfor ( current_drive=0; current_drive < N_DRIVE ; current_drive++){
current_drive2986drivers/block/floppy.ccurrent_drive = 0;