Lines Matching +full:adc +full:- +full:joystick
1 /* SPDX-License-Identifier: GPL-2.0 */
5 /* "PU" == "power-up value", as tested on PCI168 PCI rev. 10
85 …REQ_SUSPECTED_66200 0x06 | SOUNDFORMAT_XTAL2 /* 66200 (13240 * 5); 64000 may have been nicer :-\ */
111 #define IDX_IO_TIMER_VALUE 0x60 /* found this timer area by pure luck :-) */
122 /* some IRQ bit in here might also be used to signal a power-management timer
150 * in case playback is active? Or is this driver-induced?
179 * --> FIFO/timing settings???) */
186 #define IDX_IO_6CH 0x6C /* unknown; fully read-writable */
228 /* enable to have the latch continuously accept ADC values
232 /* joystick data (measured axes) ready for reading: */
240 /* An internet search for "gameport latch ADC" should provide some insight
253 * --> reserved bits? */
257 * internal ADC counter increment.
259 * 00 --> standard frequency
260 * 10 --> 1/2
261 * 01 --> 1/20
262 * 11 --> 1/200: */
285 * (especially since register 0x04 has a "non-empty" value 0xfe) */
328 …#define MIXER_ADVCTL2_LPBK 0x0080 /* Loopback mode -- Win driver: "WaveOut3DBypass"? mutes WaveOu…
329 #define MIXER_ADVCTL2_MS 0x0100 /* Mic Select 0=Mic1, 1=Mic2 -- Win driver: "ModemOutSelect"?? */