Searched refs:stereo (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dloop-27.c7 void psycho_n1(double ltmin[2][32], int stereo) argument
11 for (k = 0; k < stereo; k++)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dtea5757.c35 * The TEA5757; TEA5759 is a 44-pin integrated AM/FM stereo radio circuit.
105 tea5757_search(struct tea5757_t *tea, u_int32_t stereo, u_int32_t lock, int dir) argument
110 reg = stereo | lock | TEA5757_SEARCH_START;
139 tea5757_set_freq(struct tea5757_t *tea, u_int32_t stereo, u_int32_t lock, u_int32_t freq) argument
149 data |= stereo | lock | TEA5757_SEARCH_END;
H A Dstireg.h212 uint32_t stereo: 1; /* stereo display */ member in struct:sti_mon
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dradioio.h44 int stereo; member in struct:radio_info
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dgtp.c101 u_int32_t stereo; member in struct:gtp_softc
168 sc->stereo = TEA5757_STEREO;
189 ri->stereo = sc->stereo == TEA5757_STEREO ? 1 : 0;
210 sc->stereo = ri->stereo ? TEA5757_STEREO: TEA5757_MONO;
213 sc->lock, sc->stereo, ri->freq);
224 tea5757_search(&sc->tea, sc->lock, sc->stereo, f);
237 sc->lock, sc->stereo, sc->freq);
H A Demuxki.c36 * - inversed stereo at ac97 codec level
1246 (voice->stereo ? 28 : 30) * (voice->b16 + 1);
1250 emuxki_write(sc, chano, EMU_CHAN_CPF_STEREO, voice->stereo);
1307 cache_sample = voice->stereo ? 4 : 2;
1309 cache_invalid_size = (voice->stereo ? 28 : 30) * (voice->b16 + 1);
1372 uint8_t i, stereo; local
1375 stereo = voice->stereo;
1376 for (i = 0; i < EMU_NUMCHAN - stereo; i += stereo
1542 emuxki_voice_set_stereo(struct emuxki_softc *sc, struct emuxki_voice *voice, uint8_t stereo) argument
1614 emuxki_voice_set_audioparms(struct emuxki_softc *sc, struct emuxki_voice *voice, uint8_t stereo, uint8_t b16, uint32_t srate) argument
[all...]
H A Demuxkivar.h187 uint8_t stereo; member in struct:emuxki_voice
214 struct emuxki_voice *stereo;
H A Dcs4281reg.h274 Logical Size: 256 x 32 bits (1 kbytes stereo double words)
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dradiotrack2.c103 u_int32_t stereo; member in struct:rtii_softc
177 sc->stereo = TEA5757_STEREO;
193 tea5757_set_freq(&sc->tea, sc->stereo, sc->lock, sc->freq);
243 sc.stereo = TEA5757_STEREO;
251 tea5757_set_freq(&sc.tea, sc.stereo, sc.lock, sc.freq);
301 ri->stereo = sc->stereo == TEA5757_STEREO ? 1 : 0;
330 sc->stereo = ri->stereo ? TEA5757_STEREO: TEA5757_MONO;
333 sc->lock, sc->stereo, r
[all...]
H A Dsf16fmr2.c103 u_int32_t stereo; member in struct:sf2r_softc
177 sc->stereo = TEA5757_STEREO;
193 tea5757_set_freq(&sc->tea, sc->stereo, sc->lock, sc->freq);
242 sc.stereo = TEA5757_STEREO;
251 tea5757_set_freq(&sc.tea, sc.stereo, sc.lock, sc.freq);
295 /* Stereo: 0 - mono, 1 - stereo */
320 ri->stereo = sc->stereo == TEA5757_STEREO ? 1 : 0;
339 sc->stereo = ri->stereo
[all...]
H A Daztech.c101 u_int32_t stereo; member in struct:az_softc
171 sc->stereo = LM700X_STEREO;
228 reg |= sc->stereo | sc->rf | LM700X_DIVIDER_FM;
236 * Return state of the card - tuned/not tuned, mono/stereo
297 sc.stereo = LM700X_STEREO;
334 ri->stereo = sc->stereo == LM700X_STEREO ? 1 : 0;
353 sc->stereo = ri->stereo ? LM700X_STEREO : LM700X_MONO;
H A Dradiotrack.c114 u_int32_t stereo; member in struct:rt_softc
184 sc->stereo = LM700X_STEREO;
274 reg |= sc->stereo | sc->rf | LM700X_DIVIDER_FM;
282 * Return state of the card - tuned/not tuned, mono/stereo
357 sc.stereo = LM700X_STEREO;
400 sc->stereo = ri->stereo ? LM700X_STEREO : LM700X_MONO;
416 ri->stereo = sc->stereo == LM700X_STEREO ? 0 : 1;
H A Dsbdsp.c1234 int stereo; local
1239 stereo = param->channels == 2;
1242 if (stereo && (blksize & 1)) {
1243 DPRINTF(("stereo record odd bytes (%d)\n", blksize));
1281 filter = stereo ? SBP_FILTER_OFF : sc->in_filter;
1373 int stereo; local
1378 stereo = param->channels == 2;
1381 if (stereo && (blksize & 1)) {
1382 DPRINTF(("stereo playback odd bytes (%d)\n", blksize));
1418 /* make sure we re-set stereo mixe
[all...]
H A Dess.c1707 * The following mixer ports are all stereo. If we get a
1743 * The PC speaker port is mono. If we get a stereo gain value
2294 int stereo; local
2298 * are stereo. Any that are not, must set mix and stereo as
2302 stereo = 1;
2331 stereo = 0;
2370 if (stereo)
/netbsd-6-1-5-RELEASE/sys/dev/pci/bktr/
H A Dbktr_audio.c13 * controlling any MSP34xx stereo audio decoders.
108 /* enable stereo if appropriate on TDA audio chip */
112 /* reset the MSP34xx stereo audio chip */
306 i2cWrite(bktr, TDA9850_WADDR, CON3ADDR, 0x40); /* stereo mode */
484 int stereo; local
486 /* MSP3430G - countries with mono and DBX stereo */
512 /* MSP3410/MSP3415 - countries with mono, stereo using 2 FM channels and NICAM */
544 case 3: /* B/G Dual FM; German stereo */
545 /* Read the stereo detection value from DSP reg 0x0018 */
547 stereo
[all...]
H A Dbktr_os.c1829 ri->stereo = (status & STATUSBIT_STEREO) ? 1 : 0;
/netbsd-6-1-5-RELEASE/usr.bin/radioctl/
H A Dradioctl.c61 "stereo",
278 ri.stereo = o.option == OPTION_MONO ? !o.value : o.value;
465 printf("%s", ri.stereo ? offchar : onchar);
468 printf("%s", ri.stereo ? onchar : offchar);
529 printf("%s stereo detect", delim), delim=",";
533 printf("%s manageable mono/stereo", delim), delim=",";

Completed in 264 milliseconds