Home
last modified time | relevance | path

Searched refs:amplitude (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
DREADME.aic79xx342 Option: amplitude: {value[,value...]}
343 Definition: Set IO Cell signal amplitude on a per-controller basis.
346 Example: amplitude:{0x1}
347 On Controller 0 set amplitude to 1.
348 Example: amplitude :{1,,7}
349 On Controller 0 set amplitude to 1.
350 On Controller 2 set amplitude to 7.
Daic79xx_osm.c273 uint8_t amplitude; member
2384 if (iocell_opts->amplitude != AIC79XX_DEFAULT_AMPLITUDE)
2385 AHD_SET_AMPLITUDE(ahd, iocell_opts->amplitude);
Daic79xx.reg2558 /* Rev A does not have any amplitude setting. */
/linux-2.4.37.9/include/linux/
Dawe_voice.h181 unsigned char amplitude; /* sample volume (127 max) */ member
/linux-2.4.37.9/drivers/sound/
Dawe_wave.c853 vp->amplitude = 127; in awe_init_voice_info()
1792 int main_vol = cp->main_vol * ap->amplitude / 127; in awe_calc_volume()
1811 vol = vol * ap->amplitude / 127; in awe_calc_volume()