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);
rate406drivers/sound/gus_wave.cgus_ramp_rate (unsigned char scale, unsigned char rate)
rate408drivers/sound/gus_wave.cgus_write8 (0x06, ((scale & 0x03) << 6) | (rate & 0x3f));
rate469drivers/sound/gus_wave.cunsigned char   rate;
rate494drivers/sound/gus_wave.crate = voices[voice].env_rate[phase];
rate495drivers/sound/gus_wave.cgus_write8 (0x06, rate);  /* Ramping rate */
rate913drivers/sound/gus_wave.cint             current, target, rate;
rate929drivers/sound/gus_wave.crate = 63;
rate931drivers/sound/gus_wave.crate = 16;
rate932drivers/sound/gus_wave.cgus_ramp_rate (0, rate);
rate2013drivers/sound/gus_wave.cunsigned int    rate;
rate2015drivers/sound/gus_wave.crate = (9878400 / (gus_sampling_speed + 2)) / 16;
rate2017drivers/sound/gus_wave.cgus_write8 (0x48, rate & 0xff);  /* Set sampling frequency */
rate33include/linux/fd.hrate,    /* data rate. |= 0x40 for perpendicular */