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;
rate1086drivers/scsi/aic7xxx.cshort rate;
rate1636drivers/scsi/aic7xxx.cif (! (aic7xxx_syncrates[i].rate & ULTRA_SXFR))
rate1650drivers/scsi/aic7xxx.cif (aic7xxx_syncrates[i].rate & ULTRA_SXFR)
rate1660drivers/scsi/aic7xxx.c*scsirate = (aic7xxx_syncrates[i].rate) | (offset & 0x0F);
rate2231drivers/scsi/aic7xxx.cunsigned char offset, rate, scratch, scratch_offset;
rate2400drivers/scsi/aic7xxx.caic7xxx_scsirate(p, &rate, transfer, MIN(offset, max_offset), scsi_id, channel);
rate2404drivers/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 */
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;