taglinefilesource code
rate970drivers/block/floppy.cif (floppy->rate & 0x40){
rate971drivers/block/floppy.cswitch(raw_cmd.rate){
rate1047drivers/block/floppy.cswitch (raw_cmd.rate & 0x03) {
rate1103drivers/block/floppy.cif ( raw_cmd.rate == FDCS->dtr)
rate1107drivers/block/floppy.coutb_p(raw_cmd.rate, FD_DCR);
rate1114drivers/block/floppy.cFDCS->dtr = raw_cmd.rate;
rate1822drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80 ) >>1))
rate1834drivers/block/floppy.craw_cmd.rate = floppy->rate & 0x3;
rate2235drivers/block/floppy.cif ( (floppy->rate & FD_2M ) && (!TRACK) && (!HEAD)){
rate2246drivers/block/floppy.craw_cmd.rate = floppy->rate & 3;
rate2247drivers/block/floppy.cif ((floppy->rate & FD_2M) &&
rate2249drivers/block/floppy.craw_cmd.rate == 2)
rate2250drivers/block/floppy.craw_cmd.rate = 1;
rate2276drivers/block/floppy.c} else if ( !TRACK && !HEAD && !( floppy->rate & FD_2M ) && probing)
rate2671drivers/block/floppy.craw_cmd.rate &= 0x03;  
rate188drivers/scsi/aha274x.cshort rate;
rate287drivers/scsi/aha274x.cvoid debug_rate(int base, int rate)
rate291drivers/scsi/aha274x.cif (rate) {
rate294drivers/scsi/aha274x.caha274x_synctab[(rate >> 4) & 0x7].english);
rate396drivers/scsi/aha274x.cvoid aha274x_to_scsirate(unsigned char *rate,
rate407drivers/scsi/aha274x.c*rate = (aha274x_synctab[i].rate << 4) | (offset & 0xf);
rate414drivers/scsi/aha274x.c*rate = (aha274x_synctab[i+1].rate << 4) |
rate419drivers/scsi/aha274x.c*rate = 0;
rate672drivers/scsi/aha274x.cunsigned char transfer, offset, rate;
rate702drivers/scsi/aha274x.caha274x_to_scsirate(&rate, transfer, offset);
rate703drivers/scsi/aha274x.coutb(rate, HA_RETURN_1(base));
rate704drivers/scsi/aha274x.cdebug_rate(base, rate);
rate423drivers/sound/gus_wave.cgus_ramp_rate (unsigned int scale, unsigned int rate)
rate425drivers/sound/gus_wave.cgus_write8 (0x06, (unsigned char) (((scale & 0x03) << 6) | (rate & 0x3f)));
rate511drivers/sound/gus_wave.cunsigned char   rate;
rate536drivers/sound/gus_wave.crate = voices[voice].env_rate[phase];
rate544drivers/sound/gus_wave.cgus_write8 (0x06, rate);  /* Ramping rate */
rate1015drivers/sound/gus_wave.cint             current, target, rate;
rate1040drivers/sound/gus_wave.crate = 63;
rate1042drivers/sound/gus_wave.crate = 16;
rate1043drivers/sound/gus_wave.cgus_ramp_rate (0, rate);
rate2281drivers/sound/gus_wave.cunsigned int    rate;
rate2283drivers/sound/gus_wave.crate = (9878400 / (gus_sampling_speed + 2)) / 16;
rate2285drivers/sound/gus_wave.cgus_write8 (0x48, rate & 0xff);  /* Set sampling rate */
rate52include/linux/fd.h#define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
rate53include/linux/fd.h#define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
rate66include/linux/fd.hrate,    /* data rate. |= 0x40 for perpendicular */
rate228include/linux/fd.hunsigned char rate;