Home
last modified time | relevance | path

Searched +full:50 +full:a (Results 1 – 25 of 1177) sorted by relevance

12345678910>>...48

/linux-6.12.1/tools/power/cpupower/bench/
DREADME-BENCH1 This is cpufreq-bench, a microbenchmark for the cpufreq framework.
9 - Identify average reaction time of a governor to CPU load changes
10 - (Stress) Testing whether a cpufreq low level driver or governor works
14 processes with a higher prio than the governor's kernel thread
27 cpufreq-bench helps to test the condition of a given cpufreq governor.
28 For that purpose, it compares the performance governor to a configured
35 will be run X time in a row (cycles):
51 50ms load/sleep time repeated 20 times (cycles).
55 First it is calibrated how long a specific CPU intensive calculation
56 takes on this machine and needs to be run in a loop using the performance
[all …]
/linux-6.12.1/Documentation/scsi/
Daic7xxx.rst58 as a target on multiple SCSI IDs.
63 AHA-274X[A] aic7770 EISA SE-50M SE-HD50F
64 AHA-274X[A]W aic7770 EISA SE-HD68F SE-HD68F
65 SE-50M
66 AHA-274X[A]T aic7770 EISA 2 X SE-50M SE-HD50F
67 AHA-2842 aic7770 VL SE-50M SE-HD50F
68 AHA-2940AU aic7860 PCI/32 SE-50M SE-HD50F
69 AVA-2902I aic7860 PCI/32 SE-50M
70 AVA-2902E aic7860 PCI/32 SE-50M
71 AVA-2906 aic7856 PCI/32 SE-50M SE-DB25F
[all …]
/linux-6.12.1/arch/sh/lib/
Dmemcpy-sh4.S28 ! Read a long word and write a long word at once
34 add #-4,r5 ! 50 EX
74 ! Finally, copy a byte at once, if necessary
76 add #4,r5 ! 50 EX
79 add #-6,r2 ! 50 EX
101 ! Read a long word and write a long word at once
107 add #-4,r5 ! 50 EX
142 ! Finally, copy a byte at once, if necessary
144 add #6,r5 ! 50 EX
147 add #-6,r2 ! 50 EX
[all …]
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-ad41305 Reading returns a list with the possible filter modes.
8 1st conversion time. No natural 50/60Hz rejection.
16 * "sinc3+rej60" - Sinc3 + 60Hz rejection. At a sampling
17 frequency of 50Hz, achieves simultaneous 50Hz and 60Hz
21 time. Best used with a sampling frequency of at least
25 50Hz, 58dB rejection @ 60Hz.
28 50Hz, 70dB rejection @ 60Hz.
31 50Hz, 103dB rejection @ 60Hz.
34 50Hz, 109dB rejection @ 60Hz.
/linux-6.12.1/Documentation/input/
Dinput.rst12 Input subsystem is a collection of drivers that is designed to support
14 drivers/input, although quite a few live in drivers/hid and
18 loaded before any other of the input modules - it serves as a way of
32 a simulated PS/2 interface to GPM and X, and so on.
49 will be available as a character device on major 13, minor 63::
100 crw-r--r-- 1 root root 13, 65 Apr 1 10:50 event1
101 crw-r--r-- 1 root root 13, 66 Apr 1 10:50 event2
102 crw-r--r-- 1 root root 13, 67 Apr 1 10:50 event3
106 range. If there are more than 32 input devices in a system, additional
112 ``keyboard`` is in-kernel input handler and is a part of VT code. It
[all …]
/linux-6.12.1/arch/m68k/lib/
Duaccess.c39 "50: addq.l #1,%0\n" in __generic_copy_from_user()
43 " .section __ex_table,\"a\"\n" in __generic_copy_from_user()
47 " .long 5b,50b\n" in __generic_copy_from_user()
49 : "=d" (res), "+a" (from), "+a" (to), "=&d" (tmp) in __generic_copy_from_user()
80 "50: add.l %5,%0\n" in __generic_copy_to_user()
84 " .section __ex_table,\"a\"\n" in __generic_copy_to_user()
88 " .long 5b,50b\n" in __generic_copy_to_user()
89 " .long 6b,50b\n" in __generic_copy_to_user()
90 " .long 7b,50b\n" in __generic_copy_to_user()
91 " .long 8b,50b\n" in __generic_copy_to_user()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Darmada3700-periph-clock.txt12 The following is a list of provided IDs for Armada 3700 North bridge clocks:
33 The following is a list of provided IDs for Armada 3700 South bridge clocks:
36 0 gbe-50 50 MHz parent clock for Gigabit Ethernet
39 3 gbe1-50 50 MHz clock for Gigabit Ethernet port 1
40 4 gbe0-50 50 MHz clock for Gigabit Ethernet port 0
60 TBG-A P, TBG-B P, TBG-A S, TBG-B S and finally the xtal clock.
/linux-6.12.1/include/media/i2c/
Dlm3646.h26 #define LM3646_TOTAL_FLASH_BRT_uA_TO_REG(a) \ argument
27 ((a) < LM3646_TOTAL_FLASH_BRT_MIN ? 0 : \
28 ((((a) - LM3646_TOTAL_FLASH_BRT_MIN) / LM3646_TOTAL_FLASH_BRT_STEP)))
36 #define LM3646_TOTAL_TORCH_BRT_uA_TO_REG(a) \ argument
37 ((a) < LM3646_TOTAL_TORCH_BRT_MIN ? 0 : \
38 ((((a) - LM3646_TOTAL_TORCH_BRT_MIN) / LM3646_TOTAL_TORCH_BRT_STEP)))
46 #define LM3646_LED1_FLASH_BRT_uA_TO_REG(a) \ argument
47 ((a) <= LM3646_LED1_FLASH_BRT_MIN ? 0 : \
48 ((((a) - LM3646_LED1_FLASH_BRT_MIN) / LM3646_LED1_FLASH_BRT_STEP))+1)
56 #define LM3646_LED1_TORCH_BRT_uA_TO_REG(a) \ argument
[all …]
/linux-6.12.1/Documentation/core-api/
Dpacking.rst10 One can memory-map a pointer to a carefully crafted struct over the hardware
20 A more robust alternative to struct field definitions would be to extract the
34 - Packing a CPU-usable number into a memory buffer (with hardware
36 - Unpacking a memory buffer (which has hardware constraints/quirks)
37 into a CPU-usable number.
47 The following examples cover the memory layout of a packed u64 field.
55 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32
71 56 57 58 59 60 61 62 63 48 49 50 51 52 53 54 55 40 41 42 43 44 45 46 47 32 33 34 35 36 37 38 39
77 inverts bit offsets inside a byte.
84 39 38 37 36 35 34 33 32 47 46 45 44 43 42 41 40 55 54 53 52 51 50 49 48 63 62 61 60 59 58 57 56
[all …]
/linux-6.12.1/drivers/misc/
Dad525x_dpot.c8 * AD5258 1 64 1, 10, 50, 100
9 * AD5259 1 256 5, 10, 50, 100
10 * AD5251 2 64 1, 10, 50, 100
11 * AD5252 2 256 1, 10, 50, 100
13 * AD5253 4 64 1, 10, 50, 100
14 * AD5254 4 256 1, 10, 50, 100
15 * AD5160 1 256 5, 10, 50, 100
16 * AD5161 1 256 5, 10, 50, 100
17 * AD5162 2 256 2.5, 10, 50, 100
19 * AD5200 1 256 10, 50
[all …]
/linux-6.12.1/drivers/net/wireless/ath/
Ddfs_pattern_detector.c37 #define MIN_PPB_THRESH 50
43 #define WIDTH_LOWER(X) ((X*(100-WIDTH_TOLERANCE)+50)/100)
44 #define WIDTH_UPPER(X) ((X*(100+WIDTH_TOLERANCE)+50)/100)
83 * collected for more than a year.
93 FCC_PATTERN(5, 50, 100, 1000, 2000, 1, 1, true),
113 JP_PATTERN(2, 0, 1, 1388, 1388, 1, 18, 50, false),
114 JP_PATTERN(3, 0, 4, 4000, 4000, 1, 18, 50, false),
115 JP_PATTERN(4, 0, 5, 150, 230, 1, 23, 50, false),
116 JP_PATTERN(5, 6, 10, 200, 500, 1, 16, 50, false),
117 JP_PATTERN(6, 11, 20, 200, 500, 1, 12, 50, false),
[all …]
/linux-6.12.1/arch/arm/boot/dts/aspeed/
Daspeed-bmc-delta-ahe50dc.dts28 model = "Delta Power AHE-50DC";
127 EFUSE_OUTPUT(50);
138 spi-max-frequency = <50000000>; // 50 MHz
165 /* lm25066 efuses @ 10-17, 40-47, 50-57 */
182 EFUSE(50, 17);
243 pca9541@7a {
258 /* lm25066 efuses @ 10-17, 40-47, 50-57, 59, 5a */
275 EFUSE(50, 41);
284 EFUSE(5a, 50);
337 eeprom@50 {
[all …]
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/
Dimx6qdl-tx6-lvds.dtsi6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * obtaining a copy of this software and associated documentation
34 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
58 50 51 52 53 54 55 56 57 58 59
64 default-brightness-level = <50>;
76 50 51 52 53 54 55 56 57 58 59
82 default-brightness-level = <50>;
164 hback-porch = <50>;
[all …]
Dimx53-tx53-x13x.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * obtaining a copy of this software and associated documentation
34 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
41 * License. You may obtain a copy of the GNU General Public License
72 50 51 52 53 54 55 56 57 58 59
79 default-brightness-level = <50>;
92 50 51 52 53 54 55 56 57 58 59
99 default-brightness-level = <50>;
[all …]
/linux-6.12.1/drivers/media/radio/
Dradio-zoltrix.c11 * at a low volume, and it is not possible (at least I have not found)
55 MODULE_DESCRIPTION("A driver for the Zoltrix Radio Plus.");
116 v4l2_warn(v4l2_dev, "cannot set a frequency of 0.\n"); in zoltrix_s_frequency()
137 udelay(50); in zoltrix_s_frequency()
139 udelay(50); in zoltrix_s_frequency()
141 udelay(50); in zoltrix_s_frequency()
144 udelay(50); in zoltrix_s_frequency()
146 udelay(50); in zoltrix_s_frequency()
148 udelay(50); in zoltrix_s_frequency()
167 int a, b; in zoltrix_g_rxsubchans() local
[all …]
/linux-6.12.1/include/dt-bindings/usb/
Dpd.h26 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */
29 #define PDO_FIXED_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_FIXED_VOLT_SHIFT)
38 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */
39 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */
42 #define PDO_BATT_MIN_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MIN_VOLT_SHIFT)
43 #define PDO_BATT_MAX_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MAX_VOLT_SHIFT)
50 #define PDO_VAR_MAX_VOLT_SHIFT 20 /* 50mV units */
51 #define PDO_VAR_MIN_VOLT_SHIFT 10 /* 50mV units */
54 #define PDO_VAR_MIN_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_VAR_MIN_VOLT_SHIFT)
55 #define PDO_VAR_MAX_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_VAR_MAX_VOLT_SHIFT)
[all …]
/linux-6.12.1/drivers/gpu/drm/ci/xfails/
Damdgpu-stoney-flakes.txt1 # Board Name: hp-11A-G6-EE-grunt
3 # Failure Rate: 50
8 # Board Name: hp-11A-G6-EE-grunt
10 # Failure Rate: 50
15 # Board Name: hp-11A-G6-EE-grunt
17 # Failure Rate: 50
/linux-6.12.1/mm/damon/tests/
Dvaddr-kunit.h49 * covering the region is just a waste.
51 * '__damon_va_three_regions() receives an address space of a process. It
59 * more short form: 10-20-25, 200-210-220, 300-305, 307-330) of a process are
158 * 50-55, 70-80, 90-100) to fit with the new big regions or remove target
163 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions1()
164 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions1()
181 * now require two target regions (50-55, 57-59) to be removed.
185 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions2()
186 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions2()
202 * Test a big change. The second big region has totally freed and mapped to
[all …]
/linux-6.12.1/tools/testing/selftests/cgroup/
Dtest_memcontrol.c95 size_t size = MB(50); in alloc_anon_50M_check()
131 size_t size = MB(50); in alloc_pagecache_50M_check()
162 * This test create a memory cgroup, allocates
194 if (peak < MB(50)) in test_memcg_current_peak()
198 * We'll open a few FDs for the same memory.peak file to exercise the free-path in test_memcg_current_peak()
199 * We need at least three to be closed in a different order than writes occurred to test in test_memcg_current_peak()
248 /* Make sure a completely independent read isn't affected by our FD-local reset above*/ in test_memcg_current_peak()
250 if (peak < MB(50)) in test_memcg_current_peak()
274 if (peak < MB(50)) in test_memcg_current_peak()
279 if (peak < MB(50)) in test_memcg_current_peak()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dcs35l36.txt15 increments of 50mV.
20 Range starts at 1600mA and goes to a maximum of 4500mA with increments of
21 50mA.
53 This enables the digital boost converter to operate in a low power
57 reduced when operating in a Weak-FET Drive Mode and must not be used to drive
58 a large load.
67 3 = 50ms
75 weak-FET operation. The range is 50mV to 700mV in 50mV increments.
114 amount delay between consecutive volume attenuation steps when a brownout
124 - cirrus,vpbr-wait : Configures the delay time between a brownout condition
[all …]
Dcs35l33.txt23 a value of 1 and will increase at a step size of 100mV until a maximum of
27 up sequence begins to the time the audio reaches a full-scale output.
35 The range starts at 1850000uA and goes to a maximum of 3600000uA
36 with a step size of 15625uA. The default is 2500000uA.
39 ADC data word. This property can be set as a value of 0 for bits 15 down
45 The cs35l33 node can have a single "cirrus,hg-algo" sub-node that will enable
59 start at 3 to a maximum of 255.
62 stage enters LDO operation. Starts as a default value of 50mV for a value
63 of 1 and increases with a step size of 50mV to a maximum of 750mV (value of
66 - cirrus,ldo-path-disable : This is a boolean property. If present, the H/G
[all …]
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_ethtool.h27 /* A multilane port can have max 4 serdes */
91 [36] = ICE_PHY_TYPE(50GB, 50000baseCR2_Full),
92 [37] = ICE_PHY_TYPE(50GB, 50000baseSR2_Full),
93 [38] = ICE_PHY_TYPE(50GB, 50000baseSR2_Full),
94 [39] = ICE_PHY_TYPE(50GB, 50000baseKR2_Full),
95 [40] = ICE_PHY_TYPE(50GB, 50000baseSR2_Full),
96 [41] = ICE_PHY_TYPE(50GB, 50000baseCR2_Full),
97 [42] = ICE_PHY_TYPE(50GB, 50000baseSR2_Full),
98 [43] = ICE_PHY_TYPE(50GB, 50000baseCR2_Full),
99 [44] = ICE_PHY_TYPE(50GB, 50000baseCR_Full),
[all …]
/linux-6.12.1/drivers/input/joystick/
Dzhenhua.c13 * EasyCopter etc.) as a joystick under Linux.
16 * transmitters for control a RC planes or RC helicopters with possibility to
17 * connect on a serial port.
27 * Martin Kebert <gkmarty@gmail.com> - but I am not a C-programmer nor kernel
89 * is allways 0xf7 and all others are in range 0x32 - 0xc8 (50-200) in zhenhua_interrupt()
93 zhenhua->idx = 0; /* this byte starts a new packet */ in zhenhua_interrupt()
123 * zhenhua_connect() is the routine that is called when someone adds a
151 input_set_abs_params(input_dev, ABS_X, 50, 200, 0, 0); in zhenhua_connect()
152 input_set_abs_params(input_dev, ABS_Y, 50, 200, 0, 0); in zhenhua_connect()
153 input_set_abs_params(input_dev, ABS_Z, 50, 200, 0, 0); in zhenhua_connect()
[all …]
/linux-6.12.1/drivers/media/pci/saa7134/
Dsaa7134-input.c136 * wait a bit for next attempt - in get_key_flydvb_trio()
181 /* GPIO&0x40 is pulsed low when a button is pressed. Don't do in get_key_msi_tvanywhere_plus()
187 /* GPIO says there is a button press. Get it. */ in get_key_msi_tvanywhere_plus()
233 /* GPIO&0x100 is pulsed low when a button is pressed. Don't do in get_key_kworld_pc150u()
239 /* GPIO says there is a button press. Get it. */ in get_key_kworld_pc150u()
366 /* drop special codes when a key is held down a long time for the grey controller in get_key_pinnacle()
385 * is to hold down each key for about half a second, so that another code is generated
544 polling = 50; // ms in saa7134_input_init1()
551 polling = 50; // ms in saa7134_input_init1()
569 polling = 50; // ms in saa7134_input_init1()
[all …]
/linux-6.12.1/tools/perf/tests/shell/lib/
Dwaiting.sh7 # Time out after $3 tenths of a second or 5 seconds if $3 is ""
10 tm_out=$3 ; [ -n "${tm_out}" ] || tm_out=50
17 # Wait at most tm_out tenths of a second
28 # Time out after $3 tenths of a second or 5 seconds if $3 is ""
31 tm_out=$3 ; [ -n "${tm_out}" ] || tm_out=50
39 # Wait at most tm_out tenths of a second
49 # Time out after $2 tenths of a second or 5 seconds if $2 is ""
52 tm_out=$2 ; [ -n "${tm_out}" ] || tm_out=50
55 # Wait at most tm_out tenths of a second
64 # Check if PID $1 is still running after $2 tenths of a second
[all …]

12345678910>>...48