Home
last modified time | relevance | path

Searched +full:8 +full:khz (Results 1 – 25 of 1015) sorted by relevance

12345678910>>...41

/linux/sound/ppc/
H A Dawacs.h36 #define MASK_RATE (0x7 << 8) /* Sound Rate */
77 #define MASK_GAINLINE (0x1 << 8) /* Disable Mic preamp */
78 #define MASK_GAINMIC (0x0 << 8) /* Enable Mic preamp */
83 #define SHIFT_GAINLINE 8
101 #define MASK_ADDR1RES2 (0x1 << 8) /* Reserved */
112 #define SAMPLERATE_48000 (0x0 << 3) /* 48 or 44.1 kHz */
113 #define SAMPLERATE_32000 (0x1 << 3) /* 32 or 29.4 kHz */
114 #define SAMPLERATE_24000 (0x2 << 3) /* 24 or 22.05 kHz */
115 #define SAMPLERATE_19200 (0x3 << 3) /* 19.2 or 17.64 kHz */
116 #define SAMPLERATE_16000 (0x4 << 3) /* 16 or 14.7 kHz */
[all …]
/linux/Documentation/fb/
H A Dviafb.modes14 # Scan Frequency 31.469 kHz 59.94 Hz
29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz
32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz
39 # Scan Frequency 37.500 kHz 75.00 Hz
41 # 8 chars 3 lines
53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz
60 # Scan Frequency 43.269 kHz 85.00 Hz
74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz
81 # Scan Frequency 50.900 kHz 100.00 Hz
83 # 8 chars 3 lines
[all …]
/linux/include/sound/
H A Dasoundef.h27 #define IEC958_AES0_PRO_FS_44100 (1<<6) /* 44.1kHz */
28 #define IEC958_AES0_PRO_FS_48000 (2<<6) /* 48kHz */
29 #define IEC958_AES0_PRO_FS_32000 (3<<6) /* 32kHz */
39 #define IEC958_AES1_PRO_MODE_TWO (8<<0) /* two channels */
44 #define IEC958_AES1_PRO_USERBITS_192 (8<<4) /* 192-bit structure */
114 #define IEC958_AES3_CON_FS_44100 (0<<0) /* 44.1kHz */
116 #define IEC958_AES3_CON_FS_48000 (2<<0) /* 48kHz */
117 #define IEC958_AES3_CON_FS_32000 (3<<0) /* 32kHz */
118 #define IEC958_AES3_CON_FS_22050 (4<<0) /* 22.05kHz */
119 #define IEC958_AES3_CON_FS_384000 (5<<0) /* 384kHz */
[all …]
H A Demu10k1.h209 #define HCFG_BAUD_RATE 0x00080000 /* 0 = 48kHz, 1 = 44.1kHz */
273 #define MUDATA 0x18 /* MPU401 data register (8 bits) */
275 #define MUCMD 0x19 /* MPU401 command register (8 bits) */
280 #define MUSTAT MUCMD /* MPU401 status register (8 bits) */
285 #define A_GPINPUT_MASK 0xff00 /* Alice/2 has 8 input pins */
319 #define AC97ADDRESS 0x1e /* AC97 register set address register (8 bit) */
347 /* 0x00000200 8-channel output. */
354 * bit 8: Record 8-channel in phase.
355 * bit 9: Playback 8-channel in phase.
396 // - 8-bit samples are transformed upon use: cooked = (raw ^ 0x80) << 8
[all …]
H A Ddesignware_i2s.h15 * @data_width: number of bits per sample (8/16/24/32 bit)
16 * @sample_rate: sampling frequency (8Khz, 16Khz, 32Khz, 44Khz, 48Khz)
65 #define EIGHT_CHANNEL_SUPPORT 8 /* up to 7.1 */
/linux/drivers/video/fbdev/core/
H A Dmodedb.c38 /* 640x400 @ 70 Hz, 31.5 kHz hsync */
42 /* 640x480 @ 60 Hz, 31.5 kHz hsync */
46 /* 800x600 @ 56 Hz, 35.15 kHz hsync */
50 /* 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync */
51 { NULL, 87, 1024, 768, 22271, 56, 24, 33, 8, 160, 8, 0,
54 /* 640x400 @ 85 Hz, 37.86 kHz hsync */
58 /* 640x480 @ 72 Hz, 36.5 kHz hsync */
59 { NULL, 72, 640, 480, 31746, 144, 40, 30, 8, 40, 3, 0,
62 /* 640x480 @ 75 Hz, 37.50 kHz hsync */
66 /* 800x600 @ 60 Hz, 37.8 kHz hsync */
[all …]
/linux/tools/testing/selftests/alsa/
H A Dpcm-test.conf2 description "8kHz mono large periods"
11 description "8kHz stereo large periods"
20 description "44.1kHz stereo large periods"
29 description "48kHz stereo small periods"
38 description "48kHz stereo large periods"
47 description "48kHz 6 channel large periods"
56 description "96kHz stereo large periods"
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dnv40.c45 int N = (ctrl & 0x0000ff00) >> 8; in read_pll_1()
47 u32 ref = 27000, khz = 0; in read_pll_1() local
50 khz = ref * N / M; in read_pll_1()
52 return khz >> P; in read_pll_1()
63 int N1 = (coef & 0x0000ff00) >> 8; in read_pll_2()
66 u32 ref = 27000, khz = 0; in read_pll_2() local
69 khz = ref * N1 / M1; in read_pll_2()
72 khz = khz * N2 / M2; in read_pll_2()
74 khz = 0; in read_pll_2()
78 return khz >> P; in read_pll_2()
[all …]
H A Dgk20a.h27 #define KHZ (1000) macro
28 #define MHZ (KHZ * 1000)
51 #define GPCPLL_CFG3_PLL_STEPB_WIDTH 8
55 #define GPCPLL_COEFF_M_WIDTH 8
56 #define GPCPLL_COEFF_N_SHIFT 8
57 #define GPCPLL_COEFF_N_WIDTH 8
65 #define GPCPLL_NDIV_SLOWDOWN_NDIV_MID_SHIFT 8
84 #define GPC2CLK_OUT_VCODIV_SHIFT 8
101 /* All frequencies in Khz */
146 clk->parent_rate / KHZ); in gk20a_pllg_n_lo()
/linux/sound/pci/ca0106/
H A Dca0106.h18 * 0.0.8
34 * playback periods_min=2, periods_max=8
124 #define HCFG_8_CHANNEL_PLAY 0x00000200 /* 1 = 8 channels, 0 = 2 channels per substream.*/
125 #define HCFG_8_CHANNEL_CAPTURE 0x00000100 /* 1 = 8 channels, 0 = 2 channels per substream.*/
138 /* For the Audigy LS, pin 0 (or bit 8) controls the SPDIF/Analog jack. */
140 * bit 8 0 = SPDIF in and out / 1 = Analog (Mic or Line)-in.
144 * bit 12 0 = 48 Khz / 1 = 96 Khz Analog out on SB Live 24bit.
150 /* 8 general purpose programmable In/Out pins.
151 * GPI [8:0] Read only. Default 0.
152 * GPO [15:8] Default 0x9. (Default to SPDIF jack enabled for SPDIF)
[all …]
/linux/Documentation/sound/cards/
H A Daudiophile-usb.rst48 * sample rate from 8kHz to 96kHz
57 * 16-bit/48kHz ==> 4 channels in + 4 channels out
61 * 24-bit/48kHz ==> 4 channels in + 2 channels out,
66 * 24-bit/96kHz ==> 2 channels in _or_ 2 channels out (half duplex only)
197 - 16bits 48kHz mode with Di disabled
204 - 16bits 48kHz mode with Di enabled
234 - 24bits 48kHz mode with Di disabled
241 - 24bits 48kHz mode with Di enabled
249 - 24bits 96kHz mode
266 - 16bits 48kHz mode with only the Do port enabled
[all …]
H A Dhdspm.rst143 * Values -- "AutoSync", "Internal 32.0 kHz", "Internal 44.1 kHz",
144 "Internal 48.0 kHz", "Internal 64.0 kHz", "Internal 88.2 kHz",
145 "Internal 96.0 kHz"
337 * index int array (min = 1, max = 8)
343 * id string array (min = 1, max = 8)
349 * enable int array (min = 1, max = 8)
355 * precise_ptr int array (min = 1, max = 8)
362 * line_outs_monitor int array (min = 1, max = 8)
374 * enable_monitor int array (min = 1, max = 8)
/linux/drivers/gpu/drm/amd/include/
H A Datombios.h85 #define ATOM_EXT_PLL1 8
86 #define ATOM_GCK_DFS 8
121 #define ATOM_GET_STATUS (ATOM_DISABLE+8)
137 #define ATOM_TV_SECAM 8
393 …USHORT PS_SizeInBytes:7; //[14:8]=Size of parameter space in Bytes (multiple of a dword…
394 USHORT WS_SizeInBytes:8; //[7:0]=Size of workspace in Bytes (in multiple of a dword),
396 USHORT WS_SizeInBytes:8; //[7:0]=Size of workspace in Bytes (in multiple of a dword),
397 …USHORT PS_SizeInBytes:7; //[14:8]=Size of parameter space in Bytes (multiple of a dword…
478 …ULONG ulComputeClockFlag:8; // =1: COMPUTE_MEMORY_PLL_PARAM, =2: COMPUTE_ENGINE_PL…
479 ULONG ulClockFreq:24; // in unit of 10kHz
[all …]
/linux/drivers/gpu/drm/radeon/
H A Datombios.h79 #define ATOM_EXT_PLL1 8
107 #define ATOM_GET_STATUS (ATOM_DISABLE+8)
128 #define ATOM_TV_SECAM 8
358 …USHORT PS_SizeInBytes:7; //[14:8]=Size of parameter space in Bytes (multiple of a dword…
359 USHORT WS_SizeInBytes:8; //[7:0]=Size of workspace in Bytes (in multiple of a dword),
361 USHORT WS_SizeInBytes:8; //[7:0]=Size of workspace in Bytes (in multiple of a dword),
362 …USHORT PS_SizeInBytes:7; //[14:8]=Size of parameter space in Bytes (multiple of a dword…
444 …ULONG ulComputeClockFlag:8; // =1: COMPUTE_MEMORY_PLL_PARAM, =2: COMPUTE_ENGINE_PL…
445 ULONG ulClockFreq:24; // in unit of 10kHz
447 ULONG ulClockFreq:24; // in unit of 10kHz
[all …]
/linux/sound/firewire/dice/
H A Ddice-weiss.c13 // Weiss DAC202: 192kHz 2-channel DAC
19 // Weiss MAN301: 192kHz 2-channel music archive network player
25 // Weiss INT202: 192kHz unidirectional 2-channel digital Firewire nterface
31 // Weiss INT203: 192kHz bidirectional 2-channel digital Firewire nterface
37 // Weiss ADC2: 192kHz A/D converter with microphone preamps and line nputs
43 // Weiss DAC2/Minerva: 192kHz 2-channel DAC
49 // Weiss Vesta: 192kHz 2-channel Firewire to AES/EBU interface
55 // Weiss AFI1: 192kHz 24-channel Firewire to ADAT or AES/EBU interface
57 .tx_pcm_chs = {{24, 16, 8}, {0, 0, 0} },
58 .rx_pcm_chs = {{24, 16, 8}, {0, 0, 0} },
/linux/Documentation/arch/m68k/
H A Dkernel-options.rst166 selectable by dmesg is 8.
184 the log level is 8 or more (their level doesn't matter). Before stack
186 at least 8 can also be set by the "debug" command line option (see
187 2.3) and at run time with "dmesg -n 8".
192 built-in serial port; parameters: 9600bps, 8N1
201 ST-MFP serial port ("Modem1"); parameters: 9600bps, 8N1
203 SCC channel B serial port ("Modem2"); parameters: 9600bps, 8N1
208 The MIDI port; parameters: 31250bps, 8N1
282 be scanned. Valid values for <n> are between 1 and 8. Default is 8 if
455 planes of one pixel; this is the most common mode for 8 planes
[all …]
/linux/sound/soc/codecs/
H A Dwm8974.c35 { 8, 0x0000 }, { 9, 0x0000 }, { 10, 0x0000 }, { 11, 0x00ff },
56 static const char *wm8974_deemp[] = {"None", "32kHz", "44.1kHz", "48kHz" };
61 static const char *wm8974_eq3[] = {"650Hz", "850Hz", "1.1kHz", "1.4kHz" };
62 static const char *wm8974_eq4[] = {"1.8kHz", "2.4kHz", "3.2kHz", "4.1kHz" };
63 static const char *wm8974_eq5[] = {"5.3kHz", "6.9kHz", "9kHz", "11.7kHz" };
70 SOC_ENUM_SINGLE(WM8974_EQ1, 8, 2, wm8974_eqmode),
73 SOC_ENUM_SINGLE(WM8974_EQ2, 8, 2, wm8974_bw),
75 SOC_ENUM_SINGLE(WM8974_EQ3, 8, 2, wm8974_bw),
78 SOC_ENUM_SINGLE(WM8974_EQ4, 8, 2, wm8974_bw),
80 SOC_ENUM_SINGLE(WM8974_EQ5, 8, 2, wm8974_bw),
[all …]
H A Dak4613.c51 * Playback 8ch : SDTI1
56 * Playback 8ch : SDTI1 + SDTI2
81 * Renesas SoC can handle [2, 6,8] channels.
82 * Ak4613 can handle [2,4, 8,12] channels.
89 * [TDM256] Playback 8ch : SDTI1 (*)
91 * (*) it used 8ch data between SoC <-> AK4613 on TDM256 mode,
206 * Because of testable HW limitation, TDM256 8ch TDM was only tested.
291 .reg_bits = 8,
292 .val_bits = 8,
420 [AK4613_CHANNEL_8] = 8, in ak4613_hw_constraints()
[all …]
/linux/drivers/media/dvb-frontends/
H A Dtda8261.h3 TDA8261 8PSK/QPSK tuner driver
12 TDA8261_STEP_2000 = 0, /* 2000 kHz */
13 TDA8261_STEP_1000, /* 1000 kHz */
14 TDA8261_STEP_500, /* 500 kHz */
15 TDA8261_STEP_250, /* 250 kHz */
16 TDA8261_STEP_125 /* 125 kHz */
/linux/drivers/gpu/drm/bridge/
H A Dcros-ec-anx7688.c31 .reg_bits = 8,
32 .val_bits = 8,
77 /* Compute available bandwidth (kHz) */ in cros_ec_anx7688_bridge_mode_fixup()
78 totalbw = dpbw * lanecount * 270000 * 8 / 10; in cros_ec_anx7688_bridge_mode_fixup()
80 /* Required bandwidth (8 bpc, kHz) */ in cros_ec_anx7688_bridge_mode_fixup()
81 requiredbw = mode->clock * 8 * 3; in cros_ec_anx7688_bridge_mode_fixup()
83 DRM_DEBUG_KMS("DP bandwidth: %d kHz (%02x/%d); mode requires %d Khz\n", in cros_ec_anx7688_bridge_mode_fixup()
128 vendor = (u16)buffer[1] << 8 | buffer[0]; in cros_ec_anx7688_bridge_probe()
129 device = (u16)buffer[3] << 8 | buffer[2]; in cros_ec_anx7688_bridge_probe()
143 fw_version = (u16)buffer[0] << 8 | buffer[1]; in cros_ec_anx7688_bridge_probe()
/linux/drivers/comedi/drivers/
H A Ddt2811.c21 * 1 = differential (8 channels)
74 #define DT2811_OSC_BASE 1666 /* 600 kHz = 1666.6667ns */
80 * 0 1 600 kHz 0 1
81 * 1 10 60 kHz 1 10
82 * 2 2 300 kHz 2 100
83 * 3 3 200 kHz 3 1000
84 * 4 4 150 kHz 4 10000
85 * 5 5 120 kHz 5 100000
86 * 6 6 100 kHz 6 1000000
87 * 7 12 50 kHz 7 10000000
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A Dti,pcm6240.yaml38 ti,adc3120: Stereo-channel, 768-kHz, Burr-Brown™ audio analog-to-
41 ti,adc5120: 2-Channel, 768-kHz, Burr-Brown™ Audio ADC with 120-dB SNR.
43 ti,adc6120: Stereo-channel, 768-kHz, Burr-Brown™ audio analog-to-
46 ti,dix4192: 216-kHz digital audio converter with Quad-Channel In
49 ti,pcm1690: Automotive Catalog 113dB SNR 8-Channel Audio DAC with
52 ti,pcm3120: Automotive, stereo, 106-dB SNR, 768-kHz, low-power
55 ti,pcm3140: Automotive, Quad-Channel, 768-kHz, Burr-Brown™ Audio ADC
58 ti,pcm5120: Automotive, stereo, 120-dB SNR, 768-kHz, low-power
61 ti,pcm5140: Automotive, Quad-Channel, 768-kHz, Burr-Brown™ Audio ADC
64 ti,pcm6120: Automotive, stereo, 123-dB SNR, 768-kHz, low-power
[all …]
/linux/drivers/cpufreq/
H A Dpowernow-k6.c26 static unsigned int busfreq; /* FSB, in 10 kHz */
36 MODULE_PARM_DESC(bus_frequency, "Bus frequency in kHz");
51 static const u8 index_to_register[8] = { 6, 3, 1, 0, 2, 7, 5, 4 };
52 static const u8 register_to_index[8] = { 3, 2, 4, 1, 7, 6, 0, 5 };
157 unsigned khz; in powernow_k6_cpu_init() local
163 khz = cpu_khz; in powernow_k6_cpu_init()
165 if (khz >= usual_frequency_table[i].freq - FREQ_RANGE && in powernow_k6_cpu_init()
166 khz <= usual_frequency_table[i].freq + FREQ_RANGE) { in powernow_k6_cpu_init()
167 khz = usual_frequency_table[i].freq; in powernow_k6_cpu_init()
184 khz); in powernow_k6_cpu_init()
[all …]
/linux/sound/firewire/motu/
H A Dmotu-protocol-v1.c23 // 0x00003e00: analog-7/8
31 // 0x00003f00: analog-8
36 // 0x00000004: 48.0 kHz
37 // 0x00000000: 44.1 kHz
68 // 0x00000000: force to low rate (44.1/48.0 kHz).
79 // 0x00007e00: analog-7/8
88 // 0x00007f00: analog-8
97 // 0x00000000: 44.1 kHz
98 // 0x00000008: 48.0 kHz
99 // 0x00000010: 88.2 kHz
[all …]
/linux/sound/pci/emu10k1/
H A Dp16v.h22 * One list entry is 8 bytes long.
25 #define PLAYBACK_LIST_SIZE 0x01 /* Size of list in bytes << 16. E.g. 8 periods -> 0x00380000 */
57 * [9:8] Playback input 0 channel select. 0 = Play output 0.
93 * [18:16] Channel 0 Detected sample rate. 0 - 44.1khz
94 * 1 - 48 khz
95 * 2 - 96 khz
96 * 3 - 192 khz
113 * Start Capture [11:8] (one bit per channel)
147 /* SRC48 converts samples rates 44.1, 48, 96, 192 to 48 khz. */
148 /* SRCMulti converts 48khz samples rates to 44.1, 48, 96, 192 to 48. */
[all …]

12345678910>>...41