Home
last modified time | relevance | path

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

12345678910>>...23

/Linux-v6.1/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 …]
/Linux-v6.1/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
280 fstd,ma %fr0, 8(\regs)
281 fstd,ma %fr1, 8(\regs)
282 fstd,ma %fr2, 8(\regs)
283 fstd,ma %fr3, 8(\regs)
284 fstd,ma %fr4, 8(\regs)
285 fstd,ma %fr5, 8(\regs)
286 fstd,ma %fr6, 8(\regs)
287 fstd,ma %fr7, 8(\regs)
[all …]
/Linux-v6.1/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 */
318 * 64*16 + 64*32 + 64*64 + 64*96 + 64*128 + 64*196 + 64*256 + 32*512 + 16*1024 + 8*2048 + 4*4096
357 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init() argument
359 static u16 sizes[NUM_CACHES] = {96, 192, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096}; in bpf_mem_alloc_init()
387 ma->cache = pc; in bpf_mem_alloc_init()
410 ma->caches = pcc; in bpf_mem_alloc_init()
435 static void free_mem_alloc_no_barrier(struct bpf_mem_alloc *ma) in free_mem_alloc_no_barrier() argument
437 free_percpu(ma->cache); in free_mem_alloc_no_barrier()
[all …]
/Linux-v6.1/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::
/Linux-v6.1/Documentation/devicetree/bindings/power/supply/
Dti,lp8727.yaml44 0 = 5%, 1 = 10%, 2 = 16%, 3 = 20%, 4 = 25%, 5 = 33%, 6 = 50%
52 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA,
53 6 = 700mA, 7 = 800mA, 8 = 900mA, 9 = 1000mA
75 /* AC charger: 5% EOC and 500mA charging current */
82 /* 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).
/Linux-v6.1/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 …]
Dmusb.h59 const char name[16];
90 /* (HOST or OTG) mA/2 power supplied on (default = 8mA) */
93 /* (PERIPHERAL) mA/2 max power consumed (default = 100mA) */
/Linux-v6.1/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 …]
/Linux-v6.1/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]
/Linux-v6.1/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 */
/Linux-v6.1/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()
/Linux-v6.1/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 …]
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dsa8155p-adp.dts495 drive-strength = <16>; /* 16 MA */
501 drive-strength = <16>; /* 16 MA */
507 drive-strength = <16>; /* 16 MA */
514 drive-strength = <2>; /* 2 MA */
522 drive-strength = <2>; /* 2 MA */
528 drive-strength = <2>; /* 2 MA */
534 drive-strength = <2>; /* 2 MA */
541 drive-strength = <2>; /* 2 MA */
587 drive-strength = <16>;
608 drive-strength = <16>;
/Linux-v6.1/Documentation/arm/pxa/
Dmfp.rst105 /* LCD - 16bpp Active TFT */
160 31 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
179 0b000 - fast 1mA
180 0b001 - fast 2mA
181 0b002 - fast 3mA
182 0b003 - fast 4mA
183 0b004 - slow 6mA
184 0b005 - fast 6mA
185 0b006 - slow 10mA
186 0b007 - fast 10mA
[all …]
/Linux-v6.1/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
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dmediatek,mt8183-pinctrl.yaml111 enum: [2, 4, 6, 8, 10, 12, 14, 16]
117 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
118 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
121 When E1=0/E0=0, the strength is 0.125mA.
122 When E1=0/E0=1, the strength is 0.25mA.
123 When E1=1/E0=0, the strength is 0.5mA.
124 When E1=1/E0=1, the strength is 1mA.
Dnuvoton,npcm7xx-pinctrl.txt116 <2> - 2mA
117 <4> - 4mA
118 <8> - 8mA
119 <12> - 12mA
120 <16> - 16mA
121 <24> - 24mA
/Linux-v6.1/Documentation/usb/
Dacm.rst2 Linux ACM driver v0.16
23 Temple Place, Suite 330, Boston, MA 02111-1307 USA
80 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
89 C: #Ifs= 1 Cfg#= 1 Atr=60 MxPwr= 0mA
93 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
94 C:* #Ifs= 2 Cfg#= 2 Atr=60 MxPwr= 0mA
96 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb/
Dpm3393.c424 ((u64)(val1 & 0xffff) << 16) | \
448 ro = ((u64)val0 & 0xffff) | (((u64)val1 & 0xffff) << 16) | in pm3393_update_statistics()
490 static int pm3393_macaddress_set(struct cmac *cmac, const u8 ma[6]) in pm3393_macaddress_set()
497 * ma[5] = 0x09 in pm3393_macaddress_set()
498 * ma[4] = 0x13 in pm3393_macaddress_set()
499 * ma[3] = 0x00 in pm3393_macaddress_set()
500 * ma[2] = 0x43 in pm3393_macaddress_set()
501 * ma[1] = 0x07 in pm3393_macaddress_set()
502 * ma[0] = 0x00 in pm3393_macaddress_set()
507 * low_bits[15:0] = ma[1]:ma[0] in pm3393_macaddress_set()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dti,lmk04832.yaml114 HSDS 6 mA 0x02
115 HSDS 8 mA 0x03
119 CML 16 mA 0x07
120 CML 24 mA 0x08
121 CML 32 mA 0x09
/Linux-v6.1/drivers/pinctrl/visconti/
Dpinctrl-common.c87 case 16: in visconti_pin_config_set()
92 * 2mA: 0 in visconti_pin_config_set()
93 * 4mA: 1 in visconti_pin_config_set()
94 * 8mA: 3 in visconti_pin_config_set()
95 * 16mA: 7 in visconti_pin_config_set()
96 * 24mA: 11 in visconti_pin_config_set()
97 * 32mA: 15 in visconti_pin_config_set()
/Linux-v6.1/drivers/gpu/drm/i915/gvt/
Ddebugfs.c46 struct diff_mmio *ma; in mmio_offset_compare() local
49 ma = container_of(a, struct diff_mmio, node); in mmio_offset_compare()
51 if (ma->offset < mb->offset) in mmio_offset_compare()
53 else if (ma->offset > mb->offset) in mmio_offset_compare()
160 char name[16] = ""; in intel_gvt_debugfs_add_vgpu()
162 snprintf(name, 16, "vgpu%d", vgpu->id); in intel_gvt_debugfs_add_vgpu()
/Linux-v6.1/drivers/hwtracing/intel_th/
Dgth.c91 int shift = (port & 1) * 16; in gth_smcfreq_set()
103 int shift = (port & 1) * 16; in gth_smcfreq_get()
146 struct master_attribute *ma = in master_attr_show() local
148 struct gth_device *gth = ma->gth; in master_attr_show()
153 port = gth->master[ma->master]; in master_attr_show()
168 struct master_attribute *ma = in master_attr_store() local
170 struct gth_device *gth = ma->gth; in master_attr_store()
182 old_port = gth->master[ma->master]; in master_attr_store()
184 gth->master[ma->master] = -1; in master_attr_store()
185 clear_bit(ma->master, gth->output[old_port].master); in master_attr_store()
[all …]

12345678910>>...23