taglinefilesource code
current_drive162drivers/block/floppy.c#define DP (&drive_params[current_drive])
current_drive163drivers/block/floppy.c#define DRS (&drive_state[current_drive])
current_drive164drivers/block/floppy.c#define DRWE (&write_errors[current_drive])
current_drive178drivers/block/floppy.c#define DPRINT(x) printk(DEVICE_NAME "%d: " x,current_drive)
current_drive181drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1))
current_drive184drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2))
current_drive187drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2),(x3))
current_drive456drivers/block/floppy.cstatic unsigned char current_drive = 0;
current_drive555drivers/block/floppy.cfloppy_sizes[DRIVE(current_drive) + (FDC(current_drive) << 7)] = MAX_DISK_SIZE;
current_drive612drivers/block/floppy.coutb_p(FDCS->dor & ~(0x10<<UNIT(current_drive)),FD_DOR);
current_drive638drivers/block/floppy.ccurrent_drive = drive;
current_drive748drivers/block/floppy.csaved_drive = current_drive;
current_drive775drivers/block/floppy.cif ( disk_change(current_drive) ){
current_drive1283drivers/block/floppy.coutput_byte( UNIT(current_drive) );
current_drive1316drivers/block/floppy.cdisk_change(current_drive) &&
current_drive1339drivers/block/floppy.cset_dor(fdc, ~(0x10 << UNIT(current_drive)), 0);
current_drive1358drivers/block/floppy.coutput_byte(UNIT(current_drive));
current_drive1475drivers/block/floppy.c} while ( (ST0 & 0x83) != UNIT(current_drive) && inr == 2);
current_drive1488drivers/block/floppy.cLAST_OUT(UNIT(current_drive));
current_drive1585drivers/block/floppy.cdata = UNIT(current_drive);
current_drive1587drivers/block/floppy.cif(!(FDCS->dor & ( 0x10 << UNIT(current_drive) ) )){
current_drive1593drivers/block/floppy.cdata |= (0x10 << UNIT(current_drive));
current_drive1596drivers/block/floppy.cif (FDCS->dor & ( 0x10 << UNIT(current_drive) ) )
current_drive1597drivers/block/floppy.cmask &= ~(0x10 << UNIT(current_drive));
current_drive1600drivers/block/floppy.cdel_timer(motor_off_timer + current_drive);
current_drive1621drivers/block/floppy.cdisk_change(current_drive) &&
current_drive1824drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + ( format_req.head << 2 );
current_drive2021drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive2022drivers/block/floppy.cfloppy_sizes[DRIVE(current_drive) + (FDC(current_drive) << 7)] =
current_drive2030drivers/block/floppy.cfloppy->name,current_drive);
current_drive2031drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive2032drivers/block/floppy.cfloppy_sizes[DRIVE(current_drive) + (FDC(current_drive) << 7)] =
current_drive2042drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2244drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + ( HEAD << 2 );
current_drive2268drivers/block/floppy.cif ((raw_cmd.track == buffer_track) && (current_drive == buffer_drive) &&
current_drive2325drivers/block/floppy.cbuffer_drive !=current_drive || /* bad drive */
current_drive2333drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2348drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2423drivers/block/floppy.cif (current_drive < N_DRIVE)
current_drive2424drivers/block/floppy.cfloppy_off(current_drive);
current_drive2456drivers/block/floppy.cif(test_bit(current_drive, &fake_change) ||
current_drive2632drivers/block/floppy.cif ( drive == current_drive ){
current_drive2669drivers/block/floppy.cif( disk_change(current_drive) )
current_drive2674drivers/block/floppy.cmotor_off_callback(current_drive);  
current_drive3262drivers/block/floppy.cint current_drive=0;
current_drive3268drivers/block/floppy.ccurrent_drive = ints[1];
current_drive3269drivers/block/floppy.cif (current_drive < 0 || current_drive >= 8 ){
current_drive3415drivers/block/floppy.ccurrent_drive = 0;