Lines Matching +full:on +full:- +full:axis

1 /* SPDX-License-Identifier: GPL-2.0 */
5 /* "PU" == "power-up value", as tested on PCI168 PCI rev. 10
69 * All we know is that the crystal used on the board has 24.576MHz,
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 :-) */
116 /* trigger timer IRQ on zero transition */
122 /* some IRQ bit in here might also be used to signal a power-management timer
143 /* umm, nope, behaviour of these bits changes depending on what we wrote
150 * in case playback is active? Or is this driver-induced?
169 * thus it suggests influence on PCM only!!
175 * still lets us evaluate button states, but not axis states */
179 * --> FIFO/timing settings???) */
186 #define IDX_IO_6CH 0x6C /* unknown; fully read-writable */
209 * axis measurement bits enabled
216 /* enables axis 1 (X axis) measurement: */
218 /* enables axis 2 (Y axis) measurement: */
220 /* enables axis 3 (X axis) measurement: */
222 /* enables axis 4 (Y axis) measurement: */
224 /* selects the current axis to read the measured value of
226 * 00 = axis 1, 01 = axis 2, 10 = axis 3, 11 = axis 4: */
248 /* R: value of currently configured axis (word value!);
249 * W: trigger axis measurement */
253 * --> reserved bits? */
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"?? */
331 #define MIXER_ADVCTL2_3D 0x2000 /* 3D Enhancement 1=on */