taglinefilesource code
current_drive227drivers/block/floppy.c#define DP (&drive_params[current_drive])
current_drive228drivers/block/floppy.c#define DRS (&drive_state[current_drive])
current_drive229drivers/block/floppy.c#define DRWE (&write_errors[current_drive])
current_drive243drivers/block/floppy.c#define DPRINT(x) printk(DEVICE_NAME "%d: " x,current_drive)
current_drive245drivers/block/floppy.c#define DPRINT1(x,x1) printk(DEVICE_NAME "%d: " x,current_drive,(x1))
current_drive247drivers/block/floppy.c#define DPRINT2(x,x1,x2) printk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2))
current_drive249drivers/block/floppy.c#define DPRINT3(x,x1,x2,x3) printk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2),(x3))
current_drive521drivers/block/floppy.cstatic unsigned char current_drive = 0;
current_drive589drivers/block/floppy.cdrive = current_drive;
current_drive695drivers/block/floppy.cfloppy_sizes[TOMINOR(current_drive)] = MAX_DISK_SIZE;
current_drive752drivers/block/floppy.cfd_outb(FDCS->dor & ~(0x10<<UNIT(current_drive)),FD_DOR);
current_drive778drivers/block/floppy.ccurrent_drive = drive;
current_drive892drivers/block/floppy.csaved_drive = current_drive;
current_drive919drivers/block/floppy.cif (disk_change(current_drive)){
current_drive1442drivers/block/floppy.coutput_byte(UNIT(current_drive));
current_drive1475drivers/block/floppy.cdisk_change(current_drive) &&
current_drive1498drivers/block/floppy.cset_dor(fdc, ~(0x10 << UNIT(current_drive)), 0);
current_drive1526drivers/block/floppy.coutput_byte(UNIT(current_drive));
current_drive1651drivers/block/floppy.c} while ((ST0 & 0x83) != UNIT(current_drive) && inr == 2);
current_drive1665drivers/block/floppy.cLAST_OUT(UNIT(current_drive));
current_drive1790drivers/block/floppy.cdata = UNIT(current_drive);
current_drive1792drivers/block/floppy.cif (!(FDCS->dor & (0x10 << UNIT(current_drive)))){
current_drive1798drivers/block/floppy.cdata |= (0x10 << UNIT(current_drive));
current_drive1801drivers/block/floppy.cif (FDCS->dor & (0x10 << UNIT(current_drive)))
current_drive1802drivers/block/floppy.cmask &= ~(0x10 << UNIT(current_drive));
current_drive1805drivers/block/floppy.cdel_timer(motor_off_timer + current_drive);
current_drive1826drivers/block/floppy.cdisk_change(current_drive) &&
current_drive2023drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + PH_HEAD(floppy,format_req.head);
current_drive2217drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive2218drivers/block/floppy.cfloppy_sizes[TOMINOR(current_drive) ]= floppy->size>>1;
current_drive2225drivers/block/floppy.cfloppy->name,current_drive);
current_drive2226drivers/block/floppy.ccurrent_type[current_drive] = floppy;
current_drive2227drivers/block/floppy.cfloppy_sizes[TOMINOR(current_drive)] = floppy->size >> 1;
current_drive2237drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2438drivers/block/floppy.cDR_SELECT = UNIT(current_drive) + PH_HEAD(floppy,HEAD);
current_drive2463drivers/block/floppy.c(current_drive == buffer_drive) &&
current_drive2532drivers/block/floppy.cbuffer_drive !=current_drive || /* bad drive */
current_drive2541drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2557drivers/block/floppy.cbuffer_drive = current_drive;
current_drive2636drivers/block/floppy.cif (current_drive < N_DRIVE)
current_drive2637drivers/block/floppy.cfloppy_off(current_drive);
current_drive2664drivers/block/floppy.cif (test_bit(current_drive, &fake_change) ||
current_drive2853drivers/block/floppy.cif (disk_change(current_drive))
current_drive2858drivers/block/floppy.cmotor_off_callback(current_drive);
current_drive3009drivers/block/floppy.cif (drive == current_drive){
current_drive3833drivers/block/floppy.cint current_drive=0;
current_drive3839drivers/block/floppy.ccurrent_drive = ints[1];
current_drive3840drivers/block/floppy.cif (current_drive < 0 || current_drive >= 8){
current_drive3844drivers/block/floppy.cif (current_drive >= 4 && !FDC2)
current_drive3994drivers/block/floppy.ccurrent_drive = 0;
current_drive140drivers/cdrom/gscd.cstatic unsigned char current_drive;
current_drive433drivers/cdrom/gscd.ccurrent_drive = 0xFF;