Home
last modified time | relevance | path

Searched +full:110 +full:khz (Results 1 – 25 of 67) sorted by relevance

123

/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dfsl,micfil.yaml44 - description: PLL clock source for 8kHz series
45 - description: PLL clock source for 11kHz series
77 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
/Linux-v6.1/drivers/gpu/drm/radeon/
Drs780_dpm.h102 #define RS780_SLOWCLKFEEDBACKDIV_DFLT 110
106 #define RS780_DEFAULT_VCLK_FREQ 53300 /* 10 khz */
107 #define RS780_DEFAULT_DCLK_FREQ 40000 /* 10 khz */
/Linux-v6.1/Documentation/devicetree/bindings/iio/amplifiers/
Dadi,ada4250.yaml13 Precision Low Power, 110kHz, 26uA, Programmable Gain Instrumentation Amplifier.
/Linux-v6.1/drivers/cpufreq/
Dpowernow-k6.c26 static unsigned int busfreq; /* FSB, in 10 kHz */
36 MODULE_PARM_DESC(bus_frequency, "Bus frequency in kHz");
40 {0, 60, /* 110 -> 6.0x */ 0},
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()
197 pr_err("invalid bus_frequency parameter, allowed range 50000 - 150000 kHz\n"); in powernow_k6_cpu_init()
[all …]
Dpowernow-k7.c79 110, 115, 120, 125, 50, 55, 60, 65,
377 * get a KHz value (e.g. 1266000). However, powernow-k7 works in powernow_acpi_init()
378 * with true KHz values (e.g. 1266768). To ensure that all in powernow_acpi_init()
381 * to ensure that perflib's computed KHz value is greater than in powernow_acpi_init()
382 * or equal to powernow's KHz value. in powernow_acpi_init()
527 * a multiple of 100000/3 khz, then we compute sgtc according
/Linux-v6.1/drivers/phy/intel/
Dphy-intel-keembay-emmc.c89 else if (mhz <= 140 && mhz >= 110) in keembay_emmc_phy_power()
91 else if (mhz <= 110 && mhz >= 80) in keembay_emmc_phy_power()
163 * is super slow (like 100kHz) this could take as long as 5.1 ms as in keembay_emmc_phy_power()
165 * hopefully we won't be running at 100 kHz, but we should still make in keembay_emmc_phy_power()
/Linux-v6.1/drivers/net/wireless/st/cw1200/
Dmain.c71 RATETAB_ENT(110, 3, 0),
482 /* Clock is in KHz */
486 case 0x32C8: /* 13000 KHz */ in cw1200_dpll_from_clk()
488 case 0x3E80: /* 16000 KHz */ in cw1200_dpll_from_clk()
490 case 0x41A0: /* 16800 KHz */ in cw1200_dpll_from_clk()
492 case 0x4B00: /* 19200 KHz */ in cw1200_dpll_from_clk()
494 case 0x5DC0: /* 24000 KHz */ in cw1200_dpll_from_clk()
496 case 0x6590: /* 26000 KHz */ in cw1200_dpll_from_clk()
498 case 0x8340: /* 33600 KHz */ in cw1200_dpll_from_clk()
500 case 0x9600: /* 38400 KHz */ in cw1200_dpll_from_clk()
[all …]
/Linux-v6.1/drivers/media/dvb-frontends/
Ddvb-pll.c176 .min = 44250 * kHz,
190 .min = 44250 * kHz,
214 .min = 44250 * kHz,
224 { 163834000, 166667, 0xca, 0xc2 /* 110 0 0 0 10 */ },
227 { 443834000, 166667, 0xca, 0xc2 /* 110 0 0 0 10 */ },
228 { 444000000, 166667, 0xca, 0xc4 /* 110 0 0 1 00 */ },
231 { 444834000, 166667, 0xca, 0xc4 /* 110 0 0 1 00 */ },
248 .min = 44250 * kHz,
439 .min = 44250 * kHz,
Ds5h1409.c296 { 110, 260, },
353 static int s5h1409_set_if_freq(struct dvb_frontend *fe, int KHz) in s5h1409_set_if_freq() argument
357 dprintk("%s(%d KHz)\n", __func__, KHz); in s5h1409_set_if_freq()
359 switch (KHz) { in s5h1409_set_if_freq()
373 state->if_freq = KHz; in s5h1409_set_if_freq()
/Linux-v6.1/drivers/comedi/drivers/
Dmpc624.c31 * 0 3.52kHz 23uV 17
32 * 1 1.76kHz 3.5uV 20
36 * 5 110Hz 750uV 22.9
/Linux-v6.1/drivers/video/fbdev/core/
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-v6.1/arch/x86/kernel/
Dtsc.c39 #define KHZ 1000 macro
110 * We can use khz divisor instead of mhz to keep a better precision.
131 static void __set_cyc2ns_scale(unsigned long khz, int cpu, unsigned long long tsc_now) in __set_cyc2ns_scale() argument
144 clocks_calc_mult_shift(&data.cyc2ns_mul, &data.cyc2ns_shift, khz, in __set_cyc2ns_scale()
169 static void set_cyc2ns_scale(unsigned long khz, int cpu, unsigned long long tsc_now) in set_cyc2ns_scale() argument
176 if (khz) in set_cyc2ns_scale()
177 __set_cyc2ns_scale(khz, cpu, tsc_now); in set_cyc2ns_scale()
385 * in kHz.
608 * kHz = ticks / time-in-seconds / 1000; in quick_pit_calibrate()
609 * kHz = (t2 - t1) / (I * 256 / PIT_TICK_RATE) / 1000 in quick_pit_calibrate()
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Domap5.dtsi53 /* kHz uV */
72 /* kHz uV */
312 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
366 dmas = <&sdma 111>, <&sdma 110>;
Dr8a7742.dtsi64 /* kHz - uV - OPPs unknown yet */
86 /* kHz - uV - OPPs unknown yet */
108 /* kHz - uV - OPPs unknown yet */
130 /* kHz - uV - OPPs unknown yet */
505 i2c-scl-internal-delay-ns = <110>;
547 i2c-scl-internal-delay-ns = <110>;
676 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
677 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
Dr8a7790.dtsi86 /* kHz - uV - OPPs unknown yet */
108 /* kHz - uV - OPPs unknown yet */
130 /* kHz - uV - OPPs unknown yet */
152 /* kHz - uV - OPPs unknown yet */
526 i2c-scl-internal-delay-ns = <110>;
568 i2c-scl-internal-delay-ns = <110>;
697 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
698 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
/Linux-v6.1/sound/pci/asihpi/
Dhpi.h81 <td><p><b>Mono<br>Stereo @ 8,<br>11.025 and<br>12kHz*</b></p>
82 <td><p><b>Mono<br>Stereo @ 16,<br>22.050 and<br>24kHz*</b></p>
83 <td><p><b>Mono<br>Stereo @ 32,<br>44.1 and<br>48kHz</b></p>
182 HPI_SOURCENODE_ANALOG = 110, /**< analog input node. */
502 /** ASI504X mode 1. 12 outstream, 4 instream 0 to 48kHz sample rates
507 /** ASI504X mode 2. 4 outstreams, 4 instreams at 0 to 192kHz sample rates
512 /** ASI504X mode 3. 4 outstreams, 4 instreams at 0 to 192kHz sample rates
519 4 lineins -> 1 instream (1 to 8 channel streams) at 0-48kHz.
836 /** From a network interface e.g. Cobranet or Livewire at either 48 or 96kHz */
904 HPI_ERROR_NETWORK_TIMEOUT = 110,
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dvlv_dsi_pll.c40 426, 469, 234, 373, 442, 221, 110, 311, 411, /* 62 - 70 */
54 pixel clock is converted from KHz to Hz */ in dsi_clk_from_pclk()
69 /* target_dsi_clk is expected in kHz */ in dsi_calc_mnp()
/Linux-v6.1/drivers/media/tuners/
Dqt1010.c146 /* 1a - set frequency: 125 kHz scale (max 3875 kHz)*/ in qt1010_set_params()
365 c->frequency = 545000000; /* Sigmatek DVB-110 545000000 */ in qt1010_init()
Dr820t.c80 u16 pll; /* kHz */
220 .freq = 110, /* Start freq, in MHz */
544 u32 vco_fra; /* VCO contribution by SDM (kHz) */ in r820t_set_pll()
557 /* Frequency in kHz */ in r820t_set_pll()
584 /* set pll autotune = 128kHz */ in r820t_set_pll()
676 tuner_dbg("freq %d kHz, pll ref %d%s, sdm=0x%04x\n", in r820t_set_pll()
710 tuner_dbg("tuner has lock at frequency %d kHz\n", freq); in r820t_set_pll()
712 /* set pll autotune = 8kHz */ in r820t_set_pll()
935 /* agc clk 1Khz, external det1 cap 1u */ in r820t_sysfreq_sel()
1315 tuner_dbg("should set frequency to %d kHz, bw %d MHz\n", in generic_set_freq()
[all …]
/Linux-v6.1/Documentation/virt/kvm/x86/
Dtimekeeping.rst68 |------>| CLOCK OUT | ---------> 66.3 KHZ DRAM
212 The clock uses a 32.768kHz crystal, so bits 6-4 of register A should be
213 programmed to a 32kHz divider if the RTC is to count seconds.
234 010 = 32 kHz
236 110 = reset / disable
/Linux-v6.1/sound/soc/codecs/
Dwm8993.c131 { 110, 0x01C5 }, /* R110 - EQ13 */
193 { 110, 8 },
640 "32kHz",
641 "44.1kHz",
642 "48kHz",
Dwm9081.c132 { 110, 10 },
319 "32kHz",
320 "44.1kHz",
321 "48kHz",
/Linux-v6.1/sound/pci/rme9652/
Drme9652.c74 #define RME9652_fs48 (1<<4) /* sample rate is 0=44.1/88.2,1=48/96 Khz */
83 #define RME9652_F_0 (1<<22) /* 000=64kHz, 100=88.2kHz, 011=96kHz */
84 #define RME9652_F_1 (1<<23) /* 111=32kHz, 110=44.1kHz, 101=48kHz, */
135 #define RME9652_freq (1<<6) /* samplerate 0=44.1/88.2, 1=48/96 kHz */
136 #define RME9652_freq1 (1<<7) /* if 0, 32kHz, else always 1 */
137 #define RME9652_DS (1<<8) /* Doule Speed 0=44.1/48, 1=88.2/96 Khz */
/Linux-v6.1/drivers/iio/temperature/
Dmlx90614.c11 * (7-bit I2C slave address 0x5a, 100KHz bus speed only!)
81 static const int mlx90614_iir_values[] = {77, 31, 20, 15, 723, 153, 110, 86};
/Linux-v6.1/drivers/i2c/busses/
Di2c-cadence.c267 * the master mode. With lower values(like 110 us) i2cdetect in cdns_i2c_set_mode()
1069 * The two most common clock rates are 100KHz and 400KHz.
1346 dev_info(&pdev->dev, "%u kHz mmio %08lx irq %d\n", in cdns_i2c_probe()

123