Home
last modified time | relevance | path

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

12345678910>>...29

/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/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 Dgt215.c119 N = (coef & 0x0000ff00) >> 8; in read_pll()
187 gt215_clk_info(struct nvkm_clk *base, int idx, u32 khz, in gt215_clk_info() argument
196 switch (khz) { in gt215_clk_info()
199 return khz; in gt215_clk_info()
202 return khz; in gt215_clk_info()
205 return khz; in gt215_clk_info()
208 sdiv = min((sclk * 2) / khz, (u32)65); in gt215_clk_info()
210 diff = ((khz + 3000) - oclk); in gt215_clk_info()
235 gt215_pll_info(struct nvkm_clk *base, int idx, u32 pll, u32 khz, in gt215_pll_info() argument
248 ret = gt215_clk_info(&clk->base, idx, khz, info); in gt215_pll_info()
[all …]
/linux/include/sound/
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/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/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} },
H A Ddice.c44 * GUID chip ID consists of the 8-bit category ID, the 10-bit product in check_dice_category()
67 if (device->config_rom[3] != ((vendor << 8) | category) || in check_dice_category()
288 /* TC Electronic Konnekt 8. */
395 // Weiss DAC202: 192kHz 2-channel DAC
402 // Weiss DAC202: 192kHz 2-channel DAC (Maya edition)
409 // Weiss MAN301: 192kHz 2-channel music archive network player
416 // Weiss INT202: 192kHz unidirectional 2-channel digital Firewire face
423 // Weiss INT203: 192kHz bidirectional 2-channel digital Firewire face
430 // Weiss ADC2: 192kHz A/D converter with microphone preamps and inputs
437 // Weiss DAC2/Minerva: 192kHz
[all...]
/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/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 */
H A Dmxl5xx_defs.h49 MXL_HYDRA_DEMOD_SET_PARAM_CMD = 8,
145 #define GET_BYTE(x, n) (((x) >> (8*(n))) & 0xFF)
396 MXL_HYDRA_STEP_SIZE_24_XTAL_102_05KHZ, /* 102.05 KHz for 24 MHz XTAL */
397 MXL_HYDRA_STEP_SIZE_24_XTAL_204_10KHZ, /* 204.10 KHz for 24 MHz XTAL */
398 MXL_HYDRA_STEP_SIZE_24_XTAL_306_15KHZ, /* 306.15 KHz for 24 MHz XTAL */
399 MXL_HYDRA_STEP_SIZE_24_XTAL_408_20KHZ, /* 408.20 KHz for 24 MHz XTAL */
401 MXL_HYDRA_STEP_SIZE_27_XTAL_102_05KHZ, /* 102.05 KHz for 27 MHz XTAL */
402 MXL_HYDRA_STEP_SIZE_27_XTAL_204_35KHZ, /* 204.35 KHz for 27 MHz XTAL */
403 MXL_HYDRA_STEP_SIZE_27_XTAL_306_52KHZ, /* 306.52 KHz for 27 MHz XTAL */
404 MXL_HYDRA_STEP_SIZE_27_XTAL_408_69KHZ, /* 408.69 KHz for 27 MHz XTAL */
[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" };
[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,
207 * Because of testable HW limitation, TDM256 8ch TDM was only tested.
292 .reg_bits = 8,
293 .val_bits = 8,
420 [AK4613_CHANNEL_8] = 8, in ak4613_hw_constraints()
[all...]
H A Dmax98363.c66 .val_bits = 8,
323 "Reserved", "0", "+FS/2", "-FS/2", "1KHz",
324 "12KHz", "8KHz", "6KHz", "4KHz", "3KHz",
325 "2KHz", "1.5KHz", "Reserve
[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 …]
/linux/drivers/net/wireless/st/cw1200/
H A Dmain.c74 RATETAB_ENT(120, 8, 0),
127 CHAN2G(8, 2447, 0),
309 hw->max_rates = 8; in cw1200_init_common()
312 8; /* TKIP IV */ in cw1200_init_common()
487 /* Clock is in KHz */
491 case 0x32C8: /* 13000 KHz */ in cw1200_dpll_from_clk()
493 case 0x3E80: /* 16000 KHz */ in cw1200_dpll_from_clk()
495 case 0x41A0: /* 16800 KHz */ in cw1200_dpll_from_clk()
497 case 0x4B00: /* 19200 KHz */ in cw1200_dpll_from_clk()
499 case 0x5DC0: /* 24000 KHz */ in cw1200_dpll_from_clk()
[all …]
/linux/drivers/media/tuners/
H A Dtda9887.c276 "- 12.5 kHz", in dump_read_message()
277 "- 37.5 kHz", in dump_read_message()
278 "- 62.5 kHz", in dump_read_message()
279 "- 87.5 kHz", in dump_read_message()
280 "-112.5 kHz", in dump_read_message()
281 "-137.5 kHz", in dump_read_message()
282 "-162.5 kHz", in dump_read_message()
283 "-187.5 kHz [min]", in dump_read_message()
284 "+187.5 kHz [max]", in dump_read_message()
285 "+162.5 kHz", in dump_read_message()
[all …]
H A Dtea5767.c81 /* Unselected means 32.768 KHz freq as reference. Otherwise Xtal at 13 MHz */
147 div = ((buffer[0] & 0x3f) << 8) | buffer[1]; in tea5767_status_dump()
151 frq = (div * 50000 - 700000 - 225000) / 4; /* Freq in KHz */ in tea5767_status_dump()
154 frq = (div * 50000 + 700000 + 225000) / 4; /* Freq in KHz */ in tea5767_status_dump()
157 frq = (div * 32768 + 700000 + 225000) / 4; /* Freq in KHz */ in tea5767_status_dump()
161 frq = (div * 32768 - 700000 - 225000) / 4; /* Freq in KHz */ in tea5767_status_dump()
164 buffer[0] = (div >> 8) & 0x3f; in tea5767_status_dump()
167 tuner_info("Frequency %d.%03d KHz (divider = 0x%04x)\n", in tea5767_status_dump()
237 /* Rounds freq to next decimal value - for 62.5 KHz step */ in set_radio_freq()
254 /* const 700=4000*175 Khz - to adjust freq to right value */ in set_radio_freq()
[all …]
/linux/drivers/iio/gyro/
H A Dmpu3050.h22 /* This implicity sets sample frequency to 8 kHz */
24 /* All others sets the sample frequency to 1 kHz */
51 * @divisor: base frequency divider: divides 8 or 1 kHz
/linux/sound/usb/
H A Dformat.c105 else if (sample_width > sample_bytes * 8) { in parse_audio_format_i_type()
204 * (7 for type I and II, 8 for type II)
234 /* C-Media CM6501 mislabels its 96 kHz altsetting */ in parse_audio_format_rates_v1()
244 /* Creative VF0420/VF0470 Live Cams report 16 kHz instead of 8kHz */ in parse_audio_format_rates_v1()
269 /* only 48kHz for playback while keeping 16kHz for capture */ in parse_audio_format_rates_v1()
338 * convention: alt 1 = 48kHz, alt 2 = 96kHz, alt 3 = 192kHz.
399 * alt 1 = 48kHz, alt 2 = 96kHz, alt 3 = 192kHz. in focusrite_valid_sample_rate()
521 if (snd_BUG_ON(altsetting >= 64 - 8)) in check_valid_altsetting_v2v3()
526 UAC2_AS_VAL_ALT_SETTINGS << 8, in check_valid_altsetting_v2v3()
533 if ((data & 0xff) * 8 < altsetting) in check_valid_altsetting_v2v3()
[all …]

12345678910>>...29