taglinefilesource code
current_drive284drivers/block/floppy.c#define DP (&drive_params[current_drive])
current_drive285drivers/block/floppy.c#define DRS (&drive_state[current_drive])
current_drive286drivers/block/floppy.c#define DRWE (&write_errors[current_drive])
current_drive300drivers/block/floppy.c#define DPRINT(x) printk(DEVICE_NAME "%d: " x,current_drive)
current_drive302drivers/block/floppy.c#define DPRINT1(x,x1) printk(DEVICE_NAME "%d: " x,current_drive,(x1))
current_drive304drivers/block/floppy.c#define DPRINT2(x,x1,x2) printk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2))
current_drive306drivers/block/floppy.c#define DPRINT3(x,x1,x2,x3) printk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2),(x3))
current_drive578drivers/block/floppy.cstatic unsigned char current_drive = 0;
current_drive648drivers/block/floppy.cdrive = current_drive;
current_drive735drivers/block/floppy.cfloppy_sizes[TOMINOR(current_drive)] = MAX_DISK_SIZE;
current_drive792drivers/block/floppy.cfd_outb(FDCS->dor & ~(0x10<<UNIT(current_drive)),FD_DOR);
current_drive818drivers/block/floppy.ccurrent_drive = drive;
current_drive926drivers/block/floppy.csaved_drive = current_drive;
current_drive953drivers/block/floppy.cif ( disk_change(current_drive) ){
current_drive1488drivers/block/floppy.coutput_byte( UNIT(current_drive) );
current_drive1521drivers/block/floppy.cdisk_change(current_drive) &&
current_drive1544drivers/block/floppy.cset_dor(fdc, ~(0x10 << UNIT(current_drive)), 0);
current_drive1563drivers/block/floppy.coutput_byte(UNIT(current_drive));
current_drive1687drivers/block/floppy.c} while ( (ST0 & 0x83) != UNIT(current_drive) && inr == 2);
current_drive1701drivers/block/floppy.cLAST_OUT(UNIT(current_drive));
current_drive1829drivers/block/floppy.cdata = UNIT(current_drive);
current_drive1831drivers/block/floppy.cif(!(FDCS->dor & ( 0x10 << UNIT(current_drive) ) )){
current_drive1837drivers/block/floppy.cdata |= (0x10 << UNIT(current_drive));
current_drive1840drivers/block/floppy.cif (FDCS->dor & ( 0x10 << UNIT(current_drive) ) )
current_drive1841drivers/block/floppy.cmask &= ~(0x10 << UNIT(current_drive));
current_drive1844drivers/block/floppy.cdel_timer(motor_off_timer + current_drive);
current_drive1865drivers/block/floppy.cdisk_change(current_drive) &&
current_drive2063drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + PH_HEAD(floppy,format_req.head);
current_drive2259drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive2260drivers/block/floppy.cfloppy_sizes[TOMINOR(current_drive) ]= floppy->size>>1;
current_drive2267drivers/block/floppy.cfloppy->name,current_drive);
current_drive2268drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive2269drivers/block/floppy.cfloppy_sizes[TOMINOR(current_drive)] = floppy->size >> 1;
current_drive2279drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2488drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + PH_HEAD(floppy,HEAD);
current_drive2512drivers/block/floppy.cif ((raw_cmd->track == buffer_track) && (current_drive == buffer_drive) &&
current_drive2574drivers/block/floppy.cbuffer_drive !=current_drive || /* bad drive */
current_drive2583drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2599drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2678drivers/block/floppy.cif (current_drive < N_DRIVE)
current_drive2679drivers/block/floppy.cfloppy_off(current_drive);
current_drive2705drivers/block/floppy.cif(test_bit(current_drive, &fake_change) ||
current_drive2904drivers/block/floppy.cif( disk_change(current_drive) )
current_drive2909drivers/block/floppy.cmotor_off_callback(current_drive);
current_drive3059drivers/block/floppy.cif ( drive == current_drive ){
current_drive3732drivers/block/floppy.cint current_drive=0;
current_drive3738drivers/block/floppy.ccurrent_drive = ints[1];
current_drive3739drivers/block/floppy.cif (current_drive < 0 || current_drive >= 8 ){
current_drive3743drivers/block/floppy.cif(current_drive >= 4 && !FDC2)
current_drive3900drivers/block/floppy.ccurrent_drive = 0;
current_drive148drivers/cdrom/gscd.cstatic unsigned char current_drive;
current_drive445drivers/cdrom/gscd.ccurrent_drive = 0xFF;