taglinefilesource code
rate141drivers/block/floppy.cunsigned char rate;
rate1092drivers/block/floppy.cif (raw_cmd->rate & 0x40){
rate1093drivers/block/floppy.cswitch(raw_cmd->rate & 3){
rate1169drivers/block/floppy.cswitch (raw_cmd->rate & 0x03) {
rate1223drivers/block/floppy.cif ((raw_cmd->rate & 3) == FDCS->dtr)
rate1227drivers/block/floppy.cfd_outb(raw_cmd->rate & 3, FD_DCR);
rate1234drivers/block/floppy.cFDCS->dtr = raw_cmd->rate & 3;
rate1965drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80) >>1))
rate1980drivers/block/floppy.craw_cmd->rate = floppy->rate & 0x43;
rate2376drivers/block/floppy.cif ((floppy->rate & FD_2M) && (!TRACK) && (!HEAD)){
rate2386drivers/block/floppy.craw_cmd->rate = floppy->rate & 0x43;
rate2387drivers/block/floppy.cif ((floppy->rate & FD_2M) &&
rate2389drivers/block/floppy.craw_cmd->rate == 2)
rate2390drivers/block/floppy.craw_cmd->rate = 1;
rate2416drivers/block/floppy.c} else if (!TRACK && !HEAD && !(floppy->rate & FD_2M) && probing)
rate2849drivers/block/floppy.cold_raw_cmd.rate = ptr->rate;
rate2911drivers/block/floppy.cptr->rate = old_raw_cmd.rate;
rate2952drivers/block/floppy.cptr->rate &= 0x43;
rate1294drivers/scsi/AM53C974.cint                      period, offset, i, rate, rate_rem;
rate1315drivers/scsi/AM53C974.crate = DEF_CLK / period;
rate1316drivers/scsi/AM53C974.crate_rem = 10 * (DEF_CLK - period * rate) / period;
rate1320drivers/scsi/AM53C974.ctarget, rate, rate_rem, offset);
rate1322drivers/scsi/AM53C974.cprintk("\ntarget %d: rate=%d.%d Mhz, asynchronous\n", target, rate, rate_rem);
rate1125drivers/scsi/aic7xxx.cshort rate;
rate1569drivers/scsi/aic7xxx.cif (!(aic7xxx_syncrates[i].rate & ULTRA_SXFR))
rate1583drivers/scsi/aic7xxx.cif (aic7xxx_syncrates[i].rate & ULTRA_SXFR)
rate1593drivers/scsi/aic7xxx.c*scsirate = (aic7xxx_syncrates[i].rate) | (offset & 0x0F);
rate2188drivers/scsi/aic7xxx.cunsigned char offset, rate, scratch, scratch_offset;
rate2357drivers/scsi/aic7xxx.caic7xxx_scsirate(p, &rate, transfer, MIN(offset, max_offset), scsi_id, channel);
rate2361drivers/scsi/aic7xxx.cscratch = rate | (scratch & WIDEXFER);
rate444drivers/sound/gus_wave.cgus_ramp_rate (unsigned int scale, unsigned int rate)
rate446drivers/sound/gus_wave.cgus_write8 (0x06, (unsigned char) (((scale & 0x03) << 6) | (rate & 0x3f)));
rate535drivers/sound/gus_wave.cunsigned char   rate;
rate561drivers/sound/gus_wave.crate = voices[voice].env_rate[phase];
rate570drivers/sound/gus_wave.cgus_write8 (0x06, rate);  /* Ramping rate */
rate1032drivers/sound/gus_wave.cint             curr, target, rate;
rate1058drivers/sound/gus_wave.crate = 63;
rate1060drivers/sound/gus_wave.crate = 16;
rate1061drivers/sound/gus_wave.cgus_ramp_rate (0, rate);
rate2374drivers/sound/gus_wave.cunsigned int    rate;
rate2376drivers/sound/gus_wave.crate = (9878400 / (gus_sampling_speed + 2)) / 16;
rate2378drivers/sound/gus_wave.cgus_write8 (0x48, rate & 0xff);  /* Set sampling rate */
rate292drivers/sound/sb_dsp.cint             rate;
rate303drivers/sound/sb_dsp.crate = 256 - (795500 + speed / 2) / speed;
rate304drivers/sound/sb_dsp.cspeed = 795500 / (256 - rate);
rate308drivers/sound/sb_dsp.crate = 128 - (397700 + speed / 2) / speed;
rate309drivers/sound/sb_dsp.cspeed = 397700 / (128 - rate);
rate312drivers/sound/sb_dsp.cbits |= (unsigned char) rate;
rate23include/linux/fd.hrate,    /* data rate. |= 0x40 for perpendicular */
rate26include/linux/fd.h#define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
rate27include/linux/fd.h#define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
rate348include/linux/fd.hunsigned char rate;