| /openbsd/src/sys/dev/pci/bktr/ |
| D | bktr_audio.c | 440 int stereo; in msp_autodetect() local 503 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect() 505 bktr_name(bktr), stereo); in msp_autodetect() 507 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect() 509 bktr_name(bktr), stereo); in msp_autodetect() 511 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect() 513 bktr_name(bktr), stereo); in msp_autodetect() 514 if (stereo > 0x0100 && stereo < 0x8000) { /* Seems to be stereo */ in msp_autodetect() 521 } else if (stereo > 0x8000) { /* bilingual mode */ in msp_autodetect()
|
| D | bktr_os.c | 569 ri->stereo = 1; /* Can't switch to mono, always stereo */ in bktr_get_info()
|
| /openbsd/src/sys/dev/ic/ |
| D | tea5757.c | 101 tea5757_search(struct tea5757_t *tea, u_int32_t stereo, u_int32_t lock, int dir) in tea5757_search() argument 106 reg = stereo | lock | TEA5757_SEARCH_START; in tea5757_search() 135 tea5757_set_freq(struct tea5757_t *tea, u_int32_t stereo, u_int32_t lock, u_int32_t freq) in tea5757_set_freq() argument 145 data |= stereo | lock | TEA5757_SEARCH_END; in tea5757_set_freq()
|
| D | stireg.h | 218 u_int32_t stereo: 1; /* stereo display */ member
|
| /openbsd/src/sys/dev/pci/ |
| D | fmsradio.c | 147 u_int32_t stereo; member 173 r->stereo = TEA5757_STEREO; in fmsradio_attach() 203 tea5757_set_freq(&radio->tea, radio->stereo, in sf256pcs_probe() 289 tea5757_set_freq(&radio->tea, radio->stereo, in sf256pcpr_probe() 375 tea5757_set_freq(&radio->tea, radio->stereo, in sf64pcr_probe() 508 ri->stereo = radio->stereo == TEA5757_STEREO ? 1 : 0; in fmsradio_get_info() 556 radio->stereo = ri->stereo ? TEA5757_STEREO: TEA5757_MONO; in fmsradio_set_info() 559 radio->lock, radio->stereo, ri->freq); in fmsradio_set_info() 572 radio->stereo, f); in fmsradio_search()
|
| D | emuxki.c | 108 int emuxki_voice_set_stereo(struct emuxki_voice *voice, u_int8_t stereo); 1249 (voice->stereo ? 28 : 30) * (voice->b16 + 1); in emuxki_channel_commit_parms() 1253 emuxki_write(sc, chano, EMU_CHAN_CPF_STEREO, voice->stereo); in emuxki_channel_commit_parms() 1308 cache_sample = voice->stereo ? 4 : 2; in emuxki_channel_start() 1310 cache_invalid_size = (voice->stereo ? 28 : 30) * (voice->b16 + 1); in emuxki_channel_start() 1369 u_int8_t i, stereo = voice->stereo; in emuxki_voice_channel_create() local 1371 for (i = 0; i < EMU_NUMCHAN; i += stereo + 1) { in emuxki_voice_channel_create() 1372 if ((stereo && (channel[i + 1] != NULL)) || in emuxki_voice_channel_create() 1375 if (stereo) { in emuxki_voice_channel_create() 1384 if (stereo) { in emuxki_voice_channel_create() [all …]
|
| D | emuxkivar.h | 188 u_int8_t stereo; member 215 struct emuxki_voice *stereo;
|
| D | cs4281reg.h | 273 Logical Size: 256 x 32 bits (1 kbytes stereo double words)
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | riff | 50 >>22 leshort =2 \b, stereo 158 >>>>>>>>(92.l+182) leshort 2 (stereo, 170 >>>>>>>>(92.l+190) leshort 2 (stereo, 216 >>22 beshort =2 \b, stereo
|
| D | audio | 43 >20 belong 2 stereo, 81 >20 lelong 2 stereo, 271 >12 beshort =-1 stereo, 307 >>>2600 byte&0xe 0x2 \b, stereo 358 >18 byte &4 stereo 380 >31 byte &2 stereo 464 >>20 byte&0xe 0x2 \b, stereo 516 >>(0x08.l+18) uleshort =2 \b, stereo 525 >>10 uleshort =2 \b, stereo
|
| D | vorbis | 61 >>>>39 ubyte 2 stereo,
|
| D | animation | 182 >8 string ssc1 \b, Samsung stereo, single stream (patent pending) 183 >8 string ssc2 \b, Samsung stereo, dual stream (patent pending) 721 >2 beshort&0x01c0 0x0080 \b, stereo 722 >2 beshort&0x01c0 0x00c0 \b, stereo + center 723 >2 beshort&0x01c0 0x0100 \b, stereo+center+LFE 943 >>51 byte&0x20 !0 stereo
|
| D | images | 443 >>28 byte 2 stereo
|
| /openbsd/src/sys/sys/ |
| D | radioio.h | 46 int stereo; member
|
| /openbsd/src/usr.bin/radioctl/ |
| D | radioctl.c | 313 ri.stereo = o.option == OPTION_MONO ? !o.value : o.value; in change_value() 522 printf("%s", ri.stereo ? offchar : onchar); in print_value() 525 printf("%s", ri.stereo ? onchar : offchar); in print_value()
|
| /openbsd/src/sys/dev/isa/ |
| D | sbdsp.c | 1058 int stereo = param->channels == 2; in sbdsp_trigger_input() local 1064 if (stereo && (blksize & 1)) { in sbdsp_trigger_input() 1103 filter = stereo ? SBP_FILTER_OFF : sc->in_filter; in sbdsp_trigger_input() 1189 int stereo = param->channels == 2; in sbdsp_trigger_output() local 1195 if (stereo && (blksize & 1)) { in sbdsp_trigger_output() 1235 (stereo ? SBP_PLAYMODE_STEREO : SBP_PLAYMODE_MONO)); in sbdsp_trigger_output()
|
| D | ess.c | 2105 int stereo; in ess_set_gain() local 2113 stereo = 1; in ess_set_gain() 2142 stereo = 0; in ess_set_gain() 2181 if (stereo) in ess_set_gain()
|
| /openbsd/src/sys/arch/hppa/conf/ |
| D | files.hppa | 250 # CS4215/AD1849 based 16bit mono/stereo audio iface (most of others not w/ aone)
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | NamesList.txt | 49640 = b-mode stereo compression broadcasting service (ARIB STD B24) 49677 = stereo broadcasting service (ARIB STD B24) 49705 = surround stereo broadcasting service 51033 = stereo
|
| /openbsd/src/games/fortune/datfiles/ |
| D | fortunes2 | 10405 I get attacked by a kid with stereo sound, 20844 principles -- but you'd be able to shift gears with your car stereo. Useful 38927 the solar cell, lasers, synthetic crystals, high fidelity stereo recording,
|
| D | fortunes | 13846 stereo recording, sound motion pictures, radio astronomy, negative
|
| D | fortunes2-o | 1123 hear the stereo."
|
| /openbsd/src/share/dict/ |
| D | web2a | 59452 stereo formula
|
| D | web2 | 189452 stereo
|