Searched full:crosstalk (Results 1 – 13 of 13) sorted by relevance
6 * xwidget.h - generic crosstalk widget header file, derived from IRIX200 * according to the crosstalk spec, only 32-bits access to the widget257 * Crosstalk Widget Hardware Identification, as defined in the Crosstalk spec.
6 * xtalk.h -- platform-independent crosstalk interface, derived from
54 unsigned int crosstalk; in es8326_crosstalk1_get() local60 crosstalk = crosstalk_h >> 1 | crosstalk_l >> 4; in es8326_crosstalk1_get()61 ucontrol->value.integer.value[0] = crosstalk; in es8326_crosstalk1_get()72 unsigned int crosstalk; in es8326_crosstalk1_set() local74 crosstalk = ucontrol->value.integer.value[0]; in es8326_crosstalk1_set()76 crosstalk_h = (crosstalk & 0x10) << 1; in es8326_crosstalk1_set()78 crosstalk_l |= (crosstalk & 0x0f) << 4; in es8326_crosstalk1_set()92 unsigned int crosstalk; in es8326_crosstalk2_get() local98 crosstalk = crosstalk_h | crosstalk_l; in es8326_crosstalk2_get()99 ucontrol->value.integer.value[0] = crosstalk; in es8326_crosstalk2_get()[all …]
76 #define OFFSET_XTALKOUT 0x66 /* crosstalk canceller (source) */77 #define OFFSET_XTALKIN 0x96 /* crosstalk canceller (sink) */
99 #define OFFSET_XTALKOUT 0x66 /* crosstalk canceller (source) 2 routes */100 #define OFFSET_XTALKIN 0x96 /* crosstalk canceller (sink). 10 routes */
13 /* The crosstalk canceler supports 5 stereo input channels. The result is
153 s8 mixxtlk[2]; /* crosstalk canceler mixer inputs. */
2087 // A3D (crosstalk canceler and A3D slices). AU8810 disabled for now. in vortex_connect_default()
14 The agc gain read when measuring crosstalk shall be
316 #define IIO_IXCC 0x4001e0 /* Crosstalk credit count timeout */319 #define IIO_IXTT 0x4001f0 /* Crosstalk tail timeout */547 stall_ib: 1, /* Stall Ibuf (from crosstalk) */
665 * The value determines the current used for crosstalk cancellation
558 #define TDA9855_SPAT_30 2 /* Spatial Stereo, 30% anti-phase crosstalk */559 #define TDA9855_SPAT_50 3 /* Spatial Stereo, 52% anti-phase crosstalk */
658 /* fill with crosstalk (alternating 0x5555 0xaaa) in spi_dv_device_echo_buffer()