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);
rate494drivers/sound/gus_wave.cgus_ramp_rate (unsigned int scale, unsigned int rate)
rate496drivers/sound/gus_wave.cgus_write8 (0x06, (unsigned char) (((scale & 0x03) << 6) | (rate & 0x3f)));
rate593drivers/sound/gus_wave.cunsigned char   rate;
rate621drivers/sound/gus_wave.crate = voices[voice].env_rate[phase];
rate629drivers/sound/gus_wave.cgus_write8 (0x06, rate);  /*
rate1209drivers/sound/gus_wave.cint             current, target, rate;
rate1234drivers/sound/gus_wave.crate = 63;
rate1236drivers/sound/gus_wave.crate = 16;
rate1237drivers/sound/gus_wave.cgus_ramp_rate (0, rate);
rate2654drivers/sound/gus_wave.cunsigned int    rate;
rate2656drivers/sound/gus_wave.crate = (9878400 / (gus_sampling_speed + 2)) / 16;
rate2658drivers/sound/gus_wave.cgus_write8 (0x48, rate & 0xff);  /*
rate33include/linux/fd.hrate,    /* data rate. |= 0x40 for perpendicular */