taglinefilesource code
rate543drivers/block/floppy.cstatic inline void perpendicular_mode(unsigned char rate)
rate547drivers/block/floppy.cif (rate & 0x40) {
rate548drivers/block/floppy.cunsigned char r = rate & 0x03;
rate560drivers/block/floppy.cif (rate & 0x40) {
rate591drivers/block/floppy.cif (cur_rate != floppy->rate) {
rate593drivers/block/floppy.cperpendicular_mode(floppy->rate);
rate594drivers/block/floppy.coutb_p((cur_rate = (floppy->rate)) & ~0x40, FD_DCR);
rate406drivers/sound/gus_wave.cgus_ramp_rate (unsigned int scale, unsigned int rate)
rate408drivers/sound/gus_wave.cgus_write8 (0x06, (unsigned char)(((scale & 0x03) << 6) | (rate & 0x3f)));
rate473drivers/sound/gus_wave.cunsigned char   rate;
rate498drivers/sound/gus_wave.crate = voices[voice].env_rate[phase];
rate499drivers/sound/gus_wave.cgus_write8 (0x06, rate);  /* Ramping rate */
rate917drivers/sound/gus_wave.cint             current, target, rate;
rate942drivers/sound/gus_wave.crate = 63;
rate944drivers/sound/gus_wave.crate = 16;
rate945drivers/sound/gus_wave.cgus_ramp_rate (0, rate);
rate2028drivers/sound/gus_wave.cunsigned int    rate;
rate2030drivers/sound/gus_wave.crate = (9878400 / (gus_sampling_speed + 2)) / 16;
rate2032drivers/sound/gus_wave.cgus_write8 (0x48, rate & 0xff);  /* Set sampling frequency */
rate33include/linux/fd.hrate,    /* data rate. |= 0x40 for perpendicular */