taglinefilesource code
rate546drivers/block/floppy.cstatic inline void perpendicular_mode(unsigned char rate)
rate550drivers/block/floppy.cif (rate & 0x40) {
rate551drivers/block/floppy.cunsigned char r = rate & 0x03;
rate563drivers/block/floppy.cif (rate & 0x40) {
rate594drivers/block/floppy.cif (cur_rate != floppy->rate) {
rate596drivers/block/floppy.cperpendicular_mode(floppy->rate);
rate597drivers/block/floppy.coutb_p((cur_rate = (floppy->rate)) & ~0x40, FD_DCR);
rate405drivers/sound/gus_wave.cgus_ramp_rate (unsigned char scale, unsigned char rate)
rate407drivers/sound/gus_wave.cgus_write8 (0x06, ((scale & 0x03) << 6) | (rate & 0x3f));
rate468drivers/sound/gus_wave.cunsigned char   rate;
rate493drivers/sound/gus_wave.crate = voices[voice].env_rate[phase];
rate494drivers/sound/gus_wave.cgus_write8 (0x06, rate);  /* Ramping rate */
rate929drivers/sound/gus_wave.cint             current, target, rate;
rate945drivers/sound/gus_wave.crate = 63;
rate947drivers/sound/gus_wave.crate = 16;
rate948drivers/sound/gus_wave.cgus_ramp_rate (0, rate);
rate2025drivers/sound/gus_wave.cunsigned int    rate;
rate2027drivers/sound/gus_wave.crate = (9878400 / (gus_sampling_speed + 2)) / 16;
rate2029drivers/sound/gus_wave.cgus_write8 (0x48, rate & 0xff);  /* Set sampling frequency */
rate33include/linux/fd.hrate,    /* data rate. |= 0x40 for perpendicular */