Home
last modified time | relevance | path

Searched +full:16 +full:ma (Results 1 – 25 of 1010) sorted by relevance

12345678910>>...41

/kernel/linux/linux-6.6/arch/parisc/lib/
Dlusercopy.S41 1: stbs,ma %r0,1(%sr3,%r26)
69 * conditions. In the optimal case, we copy by loops that copy 32- or 16-bytes
114 /* short copy with less than 16 bytes? */
131 20: ldb,ma 1(srcspc,src),t1
132 21: stb,ma t1,1(dstspc,dst)
146 ldo 16(src),src
147 12: std,ma t1,8(dstspc,dst)
148 13: std,ma t2,8(dstspc,dst)
151 ldo 16(src),src
152 16: std,ma t1,8(dstspc,dst)
[all …]
/kernel/linux/linux-5.10/arch/parisc/lib/
Dlusercopy.S57 1: stbs,ma %r0,1(%sr1,%r26)
82 1: ldbs,ma 1(%sr1,%r26),%r1
86 2: ldbs,ma 1(%sr1,%r26),%r1
119 * conditions. In the optimal case, we copy by loops that copy 32- or 16-bytes
164 /* short copy with less than 16 bytes? */
181 20: ldb,ma 1(srcspc,src),t1
182 21: stb,ma t1,1(dstspc,dst)
196 ldo 16(src),src
197 12: std,ma t1,8(dstspc,dst)
198 13: std,ma t2,8(dstspc,dst)
[all …]
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dchecksum.h33 " ldws,ma 4(%1), %0\n" in ip_fast_csum()
39 " ldws,ma 12(%1), %3\n" in ip_fast_csum()
42 "1: ldws,ma 4(%1), %3\n" in ip_fast_csum()
46 " extru %0, 31, 16, %4\n" in ip_fast_csum()
47 " extru %0, 15, 16, %5\n" in ip_fast_csum()
49 " extru %0, 15, 16, %5\n" in ip_fast_csum()
66 /* add the swapped two 16-bit halves of sum, in csum_fold()
67 a possible carry from adding the two 16-bit halves, in csum_fold()
70 sum += (sum << 16) + (sum >> 16); in csum_fold()
71 return (__force __sum16)(~sum >> 16); in csum_fold()
[all …]
Dassembly.h18 #define STREGM std,ma
23 #define RP_OFFSET 16
231 fstd,ma %fr0, 8(\regs)
232 fstd,ma %fr1, 8(\regs)
233 fstd,ma %fr2, 8(\regs)
234 fstd,ma %fr3, 8(\regs)
235 fstd,ma %fr4, 8(\regs)
236 fstd,ma %fr5, 8(\regs)
237 fstd,ma %fr6, 8(\regs)
238 fstd,ma %fr7, 8(\regs)
[all …]
/kernel/linux/linux-6.6/arch/parisc/include/asm/
Dchecksum.h33 " ldws,ma 4(%1), %0\n" in ip_fast_csum()
39 " ldws,ma 12(%1), %3\n" in ip_fast_csum()
42 "1: ldws,ma 4(%1), %3\n" in ip_fast_csum()
46 " extru %0, 31, 16, %4\n" in ip_fast_csum()
47 " extru %0, 15, 16, %5\n" in ip_fast_csum()
49 " extru %0, 15, 16, %5\n" in ip_fast_csum()
66 /* add the swapped two 16-bit halves of sum, in csum_fold()
67 a possible carry from adding the two 16-bit halves, in csum_fold()
70 sum += (sum << 16) + (sum >> 16); in csum_fold()
71 return (__force __sum16)(~sum >> 16); in csum_fold()
[all …]
Dassembly.h13 #define RP_OFFSET 16
63 #define STREGM std,ma
278 fstd,ma %fr0, 8(\regs)
279 fstd,ma %fr1, 8(\regs)
280 fstd,ma %fr2, 8(\regs)
281 fstd,ma %fr3, 8(\regs)
282 fstd,ma %fr4, 8(\regs)
283 fstd,ma %fr5, 8(\regs)
284 fstd,ma %fr6, 8(\regs)
285 fstd,ma %fr7, 8(\regs)
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dmsm8998-pins.dtsi9 drive-strength = <16>; /* 16 mA */
17 drive-strength = <2>; /* 2 mA */
25 drive-strength = <10>; /* 10 mA */
33 drive-strength = <2>; /* 2 mA */
41 drive-strength = <10>; /* 10 mA */
49 drive-strength = <2>; /* 2 mA */
62 drive-strength = <2>; /* 2 mA */
75 drive-strength = <2>; /* 2 mA */
Dmsm8996-pins.dtsi17 drive-strength = <2>; /* 2 mA */
32 drive-strength = <16>;
44 drive-strength = <16>;
67 drive-strength = <16>;
92 drive-strength = <16>;
116 drive-strength = <16>;
140 drive-strength = <16>;
165 drive-strength = <16>;
190 drive-strength = <16>;
214 drive-strength = <16>;
[all …]
/kernel/linux/linux-6.6/kernel/bpf/
Dmemalloc.c20 * 16 32 64 96 128 196 256 512 1024 2048 4096
23 * 16 32 64 96 128 196 256 512 1024 2048 4096
41 3, /* 16 */
455 * 64*16 + 64*32 + 64*64 + 64*96 + 64*128 + 64*196 + 64*256 + 32*512 + 16*1024 + 8*2048 + 4*4096
496 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init() argument
498 static u16 sizes[NUM_CACHES] = {96, 192, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096}; in bpf_mem_alloc_init()
504 ma->percpu = percpu; in bpf_mem_alloc_init()
531 ma->cache = pc; in bpf_mem_alloc_init()
558 ma->caches = pcc; in bpf_mem_alloc_init()
593 static void check_leaked_objs(struct bpf_mem_alloc *ma) in check_leaked_objs() argument
[all …]
/kernel/linux/linux-5.10/Documentation/leds/
Dleds-lm3556.rst21 In Flash Mode, the LED current source(LED) provides 16 target current levels
22 from 93.75 mA to 1500 mA.The Flash currents are adjusted via the CURRENT
37 93.75 mA::
43 1500 mA::
45 #echo 16 > sys/class/leds/flash/brightness
64 46.88 mA::
70 375 mA::
107 5.86 mA::
113 46.875mA::
/kernel/linux/linux-6.6/Documentation/leds/
Dleds-lm3556.rst21 In Flash Mode, the LED current source(LED) provides 16 target current levels
22 from 93.75 mA to 1500 mA.The Flash currents are adjusted via the CURRENT
37 93.75 mA::
43 1500 mA::
45 #echo 16 > /sys/class/leds/flash/brightness
64 46.88 mA::
70 375 mA::
107 5.86 mA::
113 46.875mA::
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/
Dti,lp8727.yaml45 0 = 5%, 1 = 10%, 2 = 16%, 3 = 20%, 4 = 25%, 5 = 33%, 6 = 50%
53 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA,
54 6 = 700mA, 7 = 800mA, 8 = 900mA, 9 = 1000mA
76 /* AC charger: 5% EOC and 500mA charging current */
83 /* USB charger: 10% EOC and 400mA charging current */
Dbq24735.yaml39 This value must be between 128mA and 8.128A with a 64mA step resolution.
40 The POR value is 0x0000h. This number is in mA (e.g. 8192).
47 This value must be between 1.024V and 19.2V with a 16mV step resolution.
55 This value must be between 128mA and 8.064A with a 128mA step resolution.
56 The POR value is 0x1000h. This number is in mA (e.g. 8064).
/kernel/linux/linux-6.6/drivers/rtc/
Drtc-sunplus.c23 #define TIMER_FREEZE_MASK_BIT BIT(5 + 16)
25 #define DIS_SYS_RST_RTC_MASK_BIT BIT(4 + 16)
27 #define RTC32K_MODE_RESET_MASK_BIT BIT(3 + 16)
29 #define ALARM_EN_OVERDUE_MASK_BIT BIT(2 + 16)
31 #define ALARM_EN_PMC_MASK_BIT BIT(1 + 16)
33 #define ALARM_EN_MASK_BIT BIT(0 + 16)
42 #define BAT_CHARGE_RSEL_MASK_BIT GENMASK(3 + 16, 2 + 16)
48 #define BAT_CHARGE_DSEL_MASK_BIT BIT(1 + 16)
52 #define BAT_CHARGE_EN_MASK_BIT BIT(0 + 16)
170 * 0 0 1 0.86mA (2K Ohm with diode)
[all …]
/kernel/linux/linux-6.6/include/linux/usb/
Dpd.h30 PD_CTRL_NOT_SUPP = 16,
51 /* 16-31 Reserved */
232 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
235 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument
237 #define PDO_FIXED(mv, ma, flags) \ argument
239 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma))
257 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */
261 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument
278 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */
287 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/
Dad5755.txt52 4: 4 mA to 20 mA current range.
53 5: 0 mA to 20 mA current range.
54 6: 0 mA to 24 mA current range.
74 16
83 16
/kernel/linux/linux-5.10/include/linux/usb/
Dpd.h30 PD_CTRL_NOT_SUPP = 16,
51 /* 16-31 Reserved */
231 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
234 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument
236 #define PDO_FIXED(mv, ma, flags) \ argument
238 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma))
256 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */
260 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument
277 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */
286 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-mt8183.txt64 It can only support 2/4/6/8/10/12/14/16mA in mt8183.
66 driving setup. I2C pins can only support 2/4/6/8/10/12/14/16mA driving
68 they can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
78 When E1=0/E0=0, the strength is 0.125mA.
79 When E1=0/E0=1, the strength is 0.25mA.
80 When E1=1/E0=0, the strength is 0.5mA.
81 When E1=1/E0=1, the strength is 1mA.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dti,bq24735.txt16 must be between 128mA and 8.128A with a 64mA step resolution. The POR value
17 is 0x0000h. This number is in mA (e.g. 8192), see spec for more information
20 must be between 1.024V and 19.2V with a 16mV step resolution. The POR value
24 value must be between 128mA and 8.064A with a 128mA step resolution. The
25 POR value is 0x1000h. This number is in mA (e.g. 8064), see the spec for
/kernel/linux/linux-5.10/drivers/pinctrl/uniphier/
Dpinctrl-uniphier.h60 UNIPHIER_PIN_DRV_1BIT, /* 2 level control: 4/8 mA */
61 UNIPHIER_PIN_DRV_2BIT, /* 4 level control: 8/12/16/20 mA */
62 UNIPHIER_PIN_DRV_3BIT, /* 8 level control: 4/5/7/9/11/12/14/16 mA */
63 UNIPHIER_PIN_DRV_FIXED4, /* fixed to 4mA */
64 UNIPHIER_PIN_DRV_FIXED5, /* fixed to 5mA */
65 UNIPHIER_PIN_DRV_FIXED8, /* fixed to 8mA */
/kernel/linux/linux-6.6/drivers/pinctrl/uniphier/
Dpinctrl-uniphier.h60 UNIPHIER_PIN_DRV_1BIT, /* 2 level control: 4/8 mA */
61 UNIPHIER_PIN_DRV_2BIT, /* 4 level control: 8/12/16/20 mA */
62 UNIPHIER_PIN_DRV_3BIT, /* 8 level control: 4/5/7/9/11/12/14/16 mA */
63 UNIPHIER_PIN_DRV_FIXED4, /* fixed to 4mA */
64 UNIPHIER_PIN_DRV_FIXED5, /* fixed to 5mA */
65 UNIPHIER_PIN_DRV_FIXED8, /* fixed to 8mA */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/dac/
Dadi,ad5755.yaml86 4: 4 mA to 20 mA current range.
87 5: 0 mA to 20 mA current range.
88 6: 0 mA to 24 mA current range.
108 - enum: [64000, 32000, 16000, 8000, 4000, 2000, 1000, 500, 250, 125, 64, 32, 16, 8, 4, 0]
109 - enum: [1, 2, 4, 16, 32, 64, 128, 256]
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
Dacpi.c145 /* Search upper memory: 16-byte boundaries in E0000h-FFFFFh */ in bios_get_rsdp_addr()
172 * Max length of 64-bit hex address string is 19, prefix "0x" + 16 hex
189 if (boot_kstrtoul(val, 16, &addr)) in get_cmdline_acpi_rsdp()
297 struct acpi_srat_mem_affinity *ma; in count_immovable_mem_regions() local
299 ma = (struct acpi_srat_mem_affinity *)sub_table; in count_immovable_mem_regions()
300 if (!(ma->flags & ACPI_SRAT_MEM_HOT_PLUGGABLE) && ma->length) { in count_immovable_mem_regions()
301 immovable_mem[num].start = ma->base_address; in count_immovable_mem_regions()
302 immovable_mem[num].size = ma->length; in count_immovable_mem_regions()
/kernel/linux/linux-6.6/include/dt-bindings/usb/
Dpd.h27 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
30 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument
32 #define PDO_FIXED(mv, ma, flags) \ argument
34 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma))
52 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */
56 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument
71 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */
80 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument
81 ((((ma) / 50) & PDO_PPS_APDO_CURR_MASK) << PDO_PPS_APDO_MAX_CURR_SHIFT)
106 * <20:16> :: Reserved, Shall be set to zero
[all …]
/kernel/linux/linux-5.10/Documentation/hwmon/
Dina3221.rst33 curr[123]_input Current(mA) measurement channels
35 curr[123]_crit Critical alert current(mA) setting, activates the
39 curr[123]_max Warning alert current(mA) setting, activates the
46 curr4_input Sum of current(mA) measurement channels,
49 curr4_crit Critical alert current(mA) setting for sum of current
60 1, 4, 16, 64, 128, 256, 512, 1024

12345678910>>...41