Home
last modified time | relevance | path

Searched +full:10 +full:khz (Results 1 – 25 of 835) sorted by relevance

12345678910>>...34

/linux/sound/ppc/
H A Dawacs.h47 #define MASK_EXMODEADDR (0x3ff << 12) /* Extended Mode Address -- 10 bits */
80 #define MASK_MUX_MIC (0x1 << 10) /* Select Mic in MUX */
85 #define SHIFT_MUX_MIC 10
105 #define MASK_PAROUT (0x3 << 10) /* Parallel Out (???) */
106 #define MASK_PAROUT0 (0x1 << 10) /* Parallel Out (???) */
108 #define SHIFT_PAROUT 10
109 #define SHIFT_PAROUT0 10
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 */
[all …]
/linux/Documentation/fb/
H A Dviafb.modes14 # Scan Frequency 31.469 kHz 59.94 Hz
18 # 2 chars 10 lines
29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz
31 timings 39722 48 16 33 10 96 2 endmode mode "480x640-60"
32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz
39 # Scan Frequency 37.500 kHz 75.00 Hz
53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz
60 # Scan Frequency 43.269 kHz 85.00 Hz
66 # 10 chars 25 lines
74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz
[all …]
/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 */
54 /* 640x400 @ 85 Hz, 37.86 kHz hsync */
58 /* 640x480 @ 72 Hz, 36.5 kHz hsync */
62 /* 640x480 @ 75 Hz, 37.50 kHz hsync */
66 /* 800x600 @ 60 Hz, 37.8 kHz hsync */
71 /* 640x480 @ 85 Hz, 43.27 kHz hsync */
75 /* 1152x864 @ 89 Hz interlaced, 44 kHz hsync */
[all …]
/linux/drivers/gpu/drm/radeon/
H A Datombios.h81 #define ATOM_EXT_CLOCK 10
445 ULONG ulClockFreq:24; // in unit of 10kHz
447 ULONG ulClockFreq:24; // in unit of 10kHz
584 ULONG ulTargetEngineClock; //In 10Khz unit
589 ULONG ulTargetEngineClock; //In 10Khz unit
598 ULONG ulTargetMemoryClock; //In 10Khz unit
603 ULONG ulTargetMemoryClock; //In 10Khz unit
612 ULONG ulDefaultEngineClock; //In 10Khz unit
613 ULONG ulDefaultMemoryClock; //In 10Khz unit
676 USHORT usPixelClock; // in 10KHz; for bios convenient
[all …]
/linux/drivers/gpu/drm/amd/include/
H A Datombios.h89 #define ATOM_EXT_CLOCK 10
479 ULONG ulClockFreq:24; // in unit of 10kHz
481 ULONG ulClockFreq:24; // in unit of 10kHz
687 ULONG ulTargetEngineClock; //In 10Khz unit
692 ULONG ulTargetEngineClock; //In 10Khz unit
698 ULONG ulTargetEngineClock; //In 10Khz unit
708 ULONG ulTargetMemoryClock; //In 10Khz unit
713 ULONG ulTargetMemoryClock; //In 10Khz unit
722 ULONG ulDefaultEngineClock; //In 10Khz unit
723 ULONG ulDefaultMemoryClock; //In 10Khz unit
[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 */
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 */
120 #define IEC958_AES3_CON_FS_24000 (6<<0) /* 24kHz */
121 #define IEC958_AES3_CON_FS_88200 (8<<0) /* 88.2kHz */
[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");
38 /* Clock ratio multiplied by 10 - see table 27 in AMD#23446 */
118 outvalue = (1<<12) | (1<<10) | (1<<9) | (index_to_register[best_i]<<5); in powernow_k6_set_cpu_multiplier()
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 …]
H A Dlongrun.c21 * longrun_{low,high}_freq is needed for the conversion of cpufreq kHz
183 *low_freq = msr_lo * 1000; /* to kHz */ in longrun_determine_freqs()
188 *high_freq = msr_lo * 1000; /* to kHz */ in longrun_determine_freqs()
190 pr_debug("longrun table interface told %u - %u kHz\n", in longrun_determine_freqs()
201 pr_debug("high frequency is %u kHz\n", *high_freq); in longrun_determine_freqs()
212 /* try decreasing in 10% steps, some processors react only in longrun_determine_freqs()
214 for (try_hi = 80; try_hi > 0 && ecx > 90; try_hi -= 10) { in longrun_determine_freqs()
241 *low_freq = edx * 1000; /* back to kHz */ in longrun_determine_freqs()
243 pr_debug("low frequency is %u kHz\n", *low_freq); in longrun_determine_freqs()
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table.c239 /* We need to convert from KHz units into 10KHz units */ in encoder_control_digx_v3()
241 params.usPixelClock = cpu_to_le16((uint16_t)(cntl->pixel_clock / 10)); in encoder_control_digx_v3()
285 /* We need to convert from KHz units into 10KHz units */ in encoder_control_digx_v4()
287 params.usPixelClock = cpu_to_le16((uint16_t)(cntl->pixel_clock / 10)); in encoder_control_digx_v4()
327 params.ulPixelClock = cntl->pixel_clock / 10; in encoder_control_digx_v5()
487 * We need to convert from KHz units into 20KHz units in transmitter_control_v2()
493 * We need to convert from KHz units into 10KHz units in transmitter_control_v2()
496 cpu_to_le16((uint16_t)(cntl->pixel_clock / 10)); in transmitter_control_v2()
625 * We need to convert from KHz units into 20KHz units in transmitter_control_v3()
631 * We need to convert from KHz units into 10KHz units in transmitter_control_v3()
[all …]
H A Dbios_parser.c435 /* Pixel clock pll information. We need to convert from 10KHz units into in get_firmware_info_v1_4()
436 * KHz units */ in get_firmware_info_v1_4()
438 le16_to_cpu(firmware_info->usReferenceClock) * 10; in get_firmware_info_v1_4()
440 le16_to_cpu(firmware_info->usMinPixelClockPLL_Input) * 10; in get_firmware_info_v1_4()
442 le16_to_cpu(firmware_info->usMaxPixelClockPLL_Input) * 10; in get_firmware_info_v1_4()
444 le32_to_cpu(firmware_info->ulMinPixelClockPLL_Output) * 10; in get_firmware_info_v1_4()
446 le32_to_cpu(firmware_info->ulMaxPixelClockPLL_Output) * 10; in get_firmware_info_v1_4()
486 /* Pixel clock pll information. We need to convert from 10KHz units into in get_firmware_info_v2_1()
487 * KHz units */ in get_firmware_info_v2_1()
489 le16_to_cpu(firmwareInfo->usCoreReferenceClock) * 10; in get_firmware_info_v2_1()
[all …]
/linux/sound/pci/ca0106/
H A Dca0106.h23 * 0.0.10
142 * bit 10 0 = Line-in / 1 = Mic-in.
144 * bit 12 0 = 48 Khz / 1 = 96 Khz Analog out on SB Live 24bit.
203 * Playback rate [23:16] (2 bits per channel) (0=48kHz, 1=44.1kHz, 2=96kHz, 3=192Khz)
232 #define SPCS_SAMPLERATE_44 0x00000000 /* 44.1kHz sample rate */
233 #define SPCS_SAMPLERATE_48 0x02000000 /* 48kHz sample rate */
234 #define SPCS_SAMPLERATE_32 0x03000000 /* 32kHz sample rate */
335 #define ROUTING1_REAR 0x77000000 /* Channel_id 0 sends to 10, Channel_id 1 sends to …
343 * Host channel 2 [10:8] -> SPDIF Mixer/Router channel 0-7.
355 * SRC channel 2 [10:8] -> SPDIF Mixer/Router channel 0-7.
[all …]
/linux/drivers/media/tuners/
H A Dqt1010_priv.h24 09 10 ? changes every 8/24 MHz; values 1d/1c
31 10 10 ?
41 1a d0 set frequency: 125 kHz scale, n*125 kHz
65 #define QT1010_STEP (125 * kHz) /*
/linux/arch/x86/kernel/
H A Dtsc.c40 #define KHZ 1000 macro
105 * ns = cycles * (10^9 / (cpu_khz * 10^3))
106 * ns = cycles * (10^6 / cpu_khz)
109 * ns = cycles * (10^6 * SC / cpu_khz) / SC
117 * We can use khz divisor instead of mhz to keep a better precision.
145 static void __set_cyc2ns_scale(unsigned long khz, int cpu, unsigned long long tsc_now) in __set_cyc2ns_scale() argument
158 clocks_calc_mult_shift(&data.cyc2ns_mul, &data.cyc2ns_shift, khz, in __set_cyc2ns_scale()
184 static void set_cyc2ns_scale(unsigned long khz, int cpu, unsigned long long tsc_now) in set_cyc2ns_scale() argument
191 if (khz) in set_cyc2ns_scale()
192 __set_cyc2ns_scale(khz, cpu, tsc_now); in set_cyc2ns_scale()
[all …]
/linux/drivers/gpu/drm/tests/
H A Ddrm_kunit_edid.h15 * 46 1e 46 0f 00 0a 20 20 20 20 20 20 00 00 00 10
41 * DTD 1: 1920x1080 60.000000 Hz 16:9 67.500 kHz 148.500000 MHz (1600 mm x 900 mm)
46 * Monitor ranges (GTF): 50-70 Hz V, 30-70 kHz H, max dotclock 150 MHz
73 * 46 1e 46 0f 00 0a 20 20 20 20 20 20 00 00 00 10
76 * 02 03 1b 81 e3 05 00 20 41 10 e2 00 4a 6d 03 0c
106 * DMT 0x04: 640x480 59.940476 Hz 4:3 31.469 kHz 25.175000 MHz
109 * DTD 1: 1920x1080 60.000000 Hz 16:9 67.500 kHz 148.500000 MHz (1600 mm x 900 mm)
114 * Monitor ranges (GTF): 50-70 Hz V, 30-70 kHz H, max dotclock 150 MHz
128 * VIC 16: 1920x1080 60.000000 Hz 16:9 67.500 kHz 148.500000 MHz
175 * 46 1e 46 0f 00 0a 20 20 20 20 20 20 00 00 00 10
[all …]
/linux/drivers/media/dvb-frontends/
H A Dmxl5xx_defs.h52 MXL_HYDRA_DEMOD_RESET_FEC_COUNTER_CMD = 10,
118 #define MXL_HYDRA_CAP_MIN 10
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/firewire/motu/
H A Dmotu-protocol-v1.c36 // 0x00000004: 48.0 kHz
37 // 0x00000000: 44.1 kHz
68 // 0x00000000: force to low rate (44.1/48.0 kHz).
97 // 0x00000000: 44.1 kHz
98 // 0x00000008: 48.0 kHz
99 // 0x00000010: 88.2 kHz
100 // 0x00000018: 96.0 kHz
459 .tx_fixed_pcm_chunks = {10, 0, 0},
460 .rx_fixed_pcm_chunks = {10, 0, 0},
465 .tx_fixed_pcm_chunks = {10, 10, 0},
[all …]
/linux/drivers/comedi/drivers/
H A Ddt2811.c74 #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
90 1, 10, 2, 3, 4, 5, 6, 12
[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" };
127 SOC_ENUM("EQ4 Cut Off", wm8974_enum[10]),
268 /* The size in bits of the pll divide multiplied by 10
270 #define FIXED_PLL_SIZE ((1 << 24) * 10)
303 if ((K % 10) >= 5) in pll_factors()
307 K /= 10; in pll_factors()
/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
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
67 ti,pcm6140: Automotive, Quad-Channel, 768-kHz, Burr-Brown™ Audio ADC
[all …]
/linux/sound/pci/emu10k1/
H A Dp16v.h61 * [11:10] Playback input 1 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
143 /* [0] 0 = 10K2 audio, 1 = SRC48 mixer output.
144 * [2] 0 = 10K2 audio, 1 = SRCMulti SPDIF mixer output.
145 * [4] 0 = 10K2 audio, 1 = SRCMulti I2S mixer output.
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.c68 RATETAB_ENT(10, 0, 0),
76 RATETAB_ENT(240, 10, 0),
129 CHAN2G(10, 2457, 0),
202 10 * HZ /* BK */
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/Documentation/devicetree/bindings/regulator/
H A Drichtek,rt6245-regulator.yaml39 limit 8A, 14A, 12A, 10A. If this property is missing then keep in
55 delay time 0us, 10us, 20us, 40us. If this property is missing then keep
63 Buck switch frequency selection. Each respective value means 400KHz,
64 800KHz, 1200KHz. If this property is missing then keep in chip default.
/linux/Documentation/devicetree/bindings/mfd/
H A Dmxs-lradc.txt18 2 kHz and its default is 2 (= 1 ms)
20 1 ... 2047. It counts at 2 kHz and its default is
21 10 (= 5 ms)
32 fsl,settling = <10>;
40 interrupts = <10 14 15 16 17 18 19 20 21 22 23 24 25>;
44 fsl,settling = <10>;
/linux/drivers/devfreq/
H A Dtegra30-devfreq.c30 #define ACTMON_DEV_CTRL_K_VAL_SHIFT 10
66 #define ACTMON_DEFAULT_AVG_BAND 6 /* 1/10 of % */
68 #define KHZ 1000 macro
70 #define KHZ_MAX (ULONG_MAX / KHZ)
94 * Threshold of activity (cycles translated to kHz) below which the
124 .boost_down_threshold = 10,
125 .avg_dependency_threshold = 16000, /* 16MHz in kHz units */
137 .boost_down_threshold = 10,
146 .boost_down_threshold = 10,
147 .avg_dependency_threshold = 16000, /* 16MHz in kHz units */
[all …]
/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_CfoTracking.h11 #define CFO_TH_XTAL_HIGH 20 /* kHz */
12 #define CFO_TH_XTAL_LOW 10 /* kHz */
13 #define CFO_TH_ATC 80 /* kHz */

12345678910>>...34