taglinefilesource code
rate141drivers/block/floppy.cunsigned char rate;
rate1093drivers/block/floppy.cif (raw_cmd->rate & 0x40){
rate1094drivers/block/floppy.cswitch(raw_cmd->rate & 3){
rate1170drivers/block/floppy.cswitch (raw_cmd->rate & 0x03) {
rate1224drivers/block/floppy.cif ((raw_cmd->rate & 3) == FDCS->dtr)
rate1228drivers/block/floppy.cfd_outb(raw_cmd->rate & 3, FD_DCR);
rate1235drivers/block/floppy.cFDCS->dtr = raw_cmd->rate & 3;
rate1966drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80) >>1))
rate1981drivers/block/floppy.craw_cmd->rate = floppy->rate & 0x43;
rate2378drivers/block/floppy.cif ((floppy->rate & FD_2M) && (!TRACK) && (!HEAD)){
rate2388drivers/block/floppy.craw_cmd->rate = floppy->rate & 0x43;
rate2389drivers/block/floppy.cif ((floppy->rate & FD_2M) &&
rate2391drivers/block/floppy.craw_cmd->rate == 2)
rate2392drivers/block/floppy.craw_cmd->rate = 1;
rate2418drivers/block/floppy.c} else if (!TRACK && !HEAD && !(floppy->rate & FD_2M) && probing)
rate2851drivers/block/floppy.cold_raw_cmd.rate = ptr->rate;
rate2913drivers/block/floppy.cptr->rate = old_raw_cmd.rate;
rate2954drivers/block/floppy.cptr->rate &= 0x43;
rate475drivers/char/ftape/fdc-io.cvoid fdc_set_data_rate(int rate)
rate480drivers/char/ftape/fdc-io.cfdc_data_rate = rate;
rate176drivers/char/ftape/fdc-io.hextern void fdc_set_data_rate(int rate);
rate501drivers/char/ftape/ftape-ctl.cint rate;
rate511drivers/char/ftape/ftape-ctl.crate = 0;
rate513drivers/char/ftape/ftape-ctl.crate = 1;
rate515drivers/char/ftape/ftape-ctl.crate = 2;
rate517drivers/char/ftape/ftape-ctl.cresult = ftape_set_data_rate(rate);
rate522drivers/char/ftape/ftape-ctl.c++rate;
rate523drivers/char/ftape/ftape-ctl.c} while (rate < 4);
rate588drivers/char/ftape/ftape-io.cstatic int ftape_report_configuration(qic_model * model, int *rate,
rate599drivers/char/ftape/ftape-io.c*rate = QIC_CONFIG_RATE_500;
rate604drivers/char/ftape/ftape-io.c*rate = (config & QIC_CONFIG_RATE_MASK) >> QIC_CONFIG_RATE_SHIFT;
rate71drivers/char/ftape/ftape-io.hextern int ftape_set_data_rate(int rate);
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);
rate643drivers/scsi/aic7xxx.cshort rate;
rate1081drivers/scsi/aic7xxx.cif (!(aic7xxx_syncrates[i].rate & ULTRA_SXFR))
rate1095drivers/scsi/aic7xxx.cif (aic7xxx_syncrates[i].rate & ULTRA_SXFR)
rate1105drivers/scsi/aic7xxx.c*scsirate = (aic7xxx_syncrates[i].rate) | (offset & 0x0F);
rate1691drivers/scsi/aic7xxx.cunsigned char offset, rate, scratch, scratch_offset;
rate1860drivers/scsi/aic7xxx.caic7xxx_scsirate(p, &rate, transfer, MIN(offset, max_offset),
rate1865drivers/scsi/aic7xxx.cscratch = rate | (scratch & WIDEXFER);
rate448drivers/sound/gus_wave.cgus_ramp_rate (unsigned int scale, unsigned int rate)
rate450drivers/sound/gus_wave.cgus_write8 (0x06, (unsigned char) (((scale & 0x03) << 6) | (rate & 0x3f)));
rate539drivers/sound/gus_wave.cunsigned char   rate;
rate565drivers/sound/gus_wave.crate = voices[voice].env_rate[phase];
rate574drivers/sound/gus_wave.cgus_write8 (0x06, rate);  /* Ramping rate */
rate1036drivers/sound/gus_wave.cint             curr, target, rate;
rate1062drivers/sound/gus_wave.crate = 63;
rate1064drivers/sound/gus_wave.crate = 16;
rate1065drivers/sound/gus_wave.cgus_ramp_rate (0, rate);
rate2377drivers/sound/gus_wave.cunsigned int    rate;
rate2379drivers/sound/gus_wave.crate = (9878400 / (gus_sampling_speed + 2)) / 16;
rate2381drivers/sound/gus_wave.cgus_write8 (0x48, rate & 0xff);  /* Set sampling 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;