Home
last modified time | relevance | path

Searched +full:5 +full:ma (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A 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 */
H A Dqcom_smbb.txt45 Value type: <u32>; uA; range [100mA : 3A]
57 Value type: <u32>; uV; range [3.24V : 5V]
64 Value type: <u32>; uV; range [3.24V : 5V]
71 Value type: <u32>; uA; range [100mA : 3A]
78 Value type: <u32>; uV; range [3.24V : 5V]
81 limit for auto-recharge is 5% above this value.
89 Usage: optional (default: 100mA, or pre-configured value)
90 Value type: <u32>; uA; range [100mA : 2.5A]
129 <0x0 0x10 5 IRQ_TYPE_EDGE_BOTH>,
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-stm32-usbphyc.yaml110 - <1> increases the level by 5 to 7 mV
112 - <3> decreases the level by 5 to 7 mV
129 - <0> = 18.87 mA target current / nominal + 0%
130 - <1> = 19.165 mA target current / nominal + 1.56%
131 - <2> = 19.46 mA target current / nominal + 3.12%
132 - <3> = 19.755 mA target current / nominal + 4.68%
133 - <4> = 20.05 mA target current / nominal + 6.24%
134 - <5> = 20.345 mA target current / nominal + 7.8%
135 - <6> = 20.64 mA target current / nominal + 9.36%
136 - <7> = 20.935 mA target current / nominal + 10.92%
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dstmpe.txt19 5 -> 5 ms
27 4 -> 5 ms
28 5 -> 10 ms
34 0 -> 20 mA (typical 35mA max)
35 1 -> 50 mA (typical 80 mA max)
44 5 -> 96 clocks
92 /* 5 ms touch detect interrupt delay */
93 st,touch-det-delay = <5>;
99 * 50 mA typical 80 mA max touchscreen drivers
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5758.txt38 * <0 5000000>: 0 V to 5 V voltage range
40 * <(-5000000) 5000000>: ±5 V voltage range
44 * <0 20000>: 0 mA to 20 mA current range
45 * <0 24000>: 0 mA to 24 mA current range
46 * <4 24000>: 4 mA to 20 mA current range
47 * <(-20000) 20000>: ±20 mA current range
48 * <(-24000) 24000>: ±24 mA current range
49 * <(-1000) 22000>: −1 mA to +22 mA current range
H A Dad5755.txt48 0: 0 V to 5 V voltage range.
50 2: Plus minus 5 V voltage range.
52 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.
H A Dadi,ad5755.yaml82 0: 0 V to 5 V voltage range.
84 2: Plus minus 5 V voltage range.
86 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.
/freebsd/contrib/bearssl/test/
H A Dtest_math.c157 for (k = (x[0] + 31) >> 5; k > 0; k --) { in print_u()
160 printf(" (%u, %u)", (unsigned)(x[0] >> 5), (unsigned)(x[0] & 31)); in print_u()
220 x_ebitlen = ((x_bitlen / 31) << 5) + (x_bitlen % 31);
247 uint32_t mp[40], ma[40], mb[40], mv[60], mx[100]; in test_modint() local
265 if (impl->decode_mod(ma, ea, alen, mp) != 1) { in test_modint()
288 check_eqz(ma, a); in test_modint()
292 impl->decode_mod(ma, ea, alen, mp); in test_modint()
294 ctl = impl->add(ma, mb, 1); in test_modint()
295 ctl |= impl->sub(ma, mp, 0) ^ (uint32_t)1; in test_modint()
296 impl->sub(ma, mp, ctl); in test_modint()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dsky81452-backlight.txt10 - led-sources : List of enabled channels from 0 to 5.
16 : It should be one of 4, 5, 6 and 7V.
17 - skyworks,current-limit-mA
18 : It should be 2300mA or 2750mA.
25 led-sources = <0 1 2 5>;
28 skyworks,current-limit-mA = <2300>;
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/
H A 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)
118 #define IDH_PTYPE_AMA 5
[all …]
/freebsd/contrib/bc/locales/
H A Dpl_PL.ISO8859-2.msg38 5 "Ostrze�enie:"
55 5 "niewa�ny token"
89 5 "powtarzalne wywo�anie read()"
91 7 "stos ma zbyt ma�o element�w"
92 8 "stos dla rejestru \"%s\" ma zbyt ma�o element�w"
98 $set 5
104 5 "�cie�ka to katalog: %s"
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmediatek,mt8183-pinctrl.yaml47 maxItems: 5
122 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
123 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
126 When E1=0/E0=0, the strength is 0.125mA.
127 When E1=0/E0=1, the strength is 0.25mA.
128 When E1=1/E0=0, the strength is 0.5mA.
129 When E1=1/E0=1, the strength is 1mA.
137 5: (E1, E0, EN) = (1, 0, 1)
142 enum: [0, 1, 2, 3, 4, 5, 6, 7]
H A Dmediatek,mt8365-pinctrl.yaml126 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
127 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
130 When E1=0/E0=0, the strength is 0.125mA.
131 When E1=0/E0=1, the strength is 0.25mA.
132 When E1=1/E0=0, the strength is 0.5mA.
133 When E1=1/E0=1, the strength is 1mA.
141 5: (E1, E0, EN) = (1, 0, 1)
146 enum: [0, 1, 2, 3, 4, 5, 6, 7]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8992-pins.dtsi34 /* SDC2: CLK -> 4, CMD -> 5, DATA -> 6 */
39 drive-strength = <16>; /* 16mA */
47 drive-strength = <2>; /* 2mA */
63 drive-strength = <2>; /* 2mA */
71 drive-strength = <8>; /* 8mA */
/freebsd/share/man/man3/
H A Dmakedev.360 .Va ma , mi
65 .Dl ma == major(makedev(ma, mi))
66 .Dl mi == minor(makedev(ma, mi))
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mo.c216 *p++ = basis_32[((h[3] & 3) << 3) | (h[4] >> 5)]; in make_sasl_name()
218 *p++ = basis_32[(h[5] >> 3)]; in make_sasl_name()
219 *p++ = basis_32[((h[5] & 7) << 2) | (h[6] >> 6)]; in make_sasl_name()
589 struct _gss_oid_name_table *ma = NULL; in gss_display_mech_attr() local
600 for (n = 0; ma == NULL && _gss_ont_ma[n].oid; n++) in gss_display_mech_attr()
602 ma = &_gss_ont_ma[n]; in gss_display_mech_attr()
604 if (ma == NULL) in gss_display_mech_attr()
609 bd.value = rk_UNCONST(ma->name); in gss_display_mech_attr()
610 bd.length = strlen(ma->name); in gss_display_mech_attr()
618 bd.value = rk_UNCONST(ma->short_desc); in gss_display_mech_attr()
[all …]
/freebsd/sys/arm/allwinner/
H A Daxp81x.c60 #define AXP_POWERSRC_VBUS (1 << 5)
67 #define AXP_POWERMODE_BAT_PRESENT (1 << 5)
72 #define AXP_POWERCTL1_DCDC6 (1 << 5)
81 #define AXP_POWERCTL2_DLDO3 (1 << 5)
90 #define AXP_POWERCTL3_ALDO1 (1 << 5)
123 #define AXP_IRQEN1_ACIN_LO (1 << 5)
141 #define AXP_IRQSTAT1_ACIN_LO (1 << 5)
192 #define AXP_BAT_CAP_WARN_LV1 0xf0 /* Bits 4, 5, 6, 7 */
193 #define AXP_BAP_CAP_WARN_LV1BASE 5 /* 5-20%, 1% per step */
321 .voltage_nstep2 = 5,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/
H A Dadi,ad74115.yaml65 5 - Current input, loop-powered
195 When not present, the DAC short-circuit current limit is 32mA in
196 either source or sink for VOUT and 4mA sink for IOUT.
197 When present, the limit is 16mA in either source or sink for VOUT,
198 1mA sink for IOUT.
270 5 - Monitor HART EOM status
272 maximum: 5
284 5 - Monitor HART SOM status
286 maximum: 5
298 5
[all...]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-match.mk12 # 5. Performance
41 .if ${a aa aaa b ba baa bab:L:Ma} != "a"
46 .if ${a aa aaa b ba baa bab:L:Ma*} != "a aa aaa"
100 .if ${ ab a[]b a[b a b [ ] :L:Ma[]b} != ""
110 .if ${ ab a[]b a[b a b :L:Ma[^]b} != "a[b"
132 .if ${ A B C a b c d 5 6 7 8 [a-c] [a] :L:M[^a-c67]} != "A B C d 5 8"
141 .if ${WORDS:Ma[\]b} != "a\\b"
200 PRIMES= 2 3 5 7 11
267 # 5. Performance
289 .if ${WORDS:Ma[} != ""
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,cs35l41.yaml44 Boost-converter peak current limit in mA.
46 Range starts at 1600 mA and goes to a maximum of 4500 mA with increments
47 of 50 mA. See section 4.3.6 of the datasheet for details.
149 5 = Push-pull INT (active high)
152 maximum: 5
H A Dcs35l36.txt18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA.
20 Range starts at 1600mA and goes to a maximum of 4500mA with increments of
21 50mA.
65 1 = 5ms
69 5 = 200ms
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl32 # of ~5x on PA-8600.
85 $PUSHMA ="std,ma";
163 $PUSH %r8,`-$FRAME+5*$SIZE_T`(%sp)
189 fldws,ma 4($bp),${fbi} ; bp[0]
279 stw,ma $nm0,8($tp) ; tp[j-1]
307 stw,ma $nm0,8($tp) ; tp[j-1]
313 fldws,ma 4($bp),${fbi} ; bp[1]
404 stw,ma $nm0,8($tp) ; tp[j-1]
436 stw,ma $nm0,8($tp) ; tp[j-1]
442 fldws,ma 4($bp),${fbi} ; bp[i]
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-cfm.c40 #define CFM_EXTRACT_MD_LEVEL(x) (((x)&0xe0)>>5)
46 #define CFM_OPCODE_LTM 5
150 #define CFM_TLV_REPLY_INGRESS 5
187 { 5, "Dormant"},
197 #define CFM_CHASSIS_ID_NETWORK_ADDRESS 5
365 ND_PRINT("\n\t Sequence Number 0x%08x, MA-End-Point-ID 0x%04x", in cfm_print()
389 * -3 for the MA short name format and length and one byte in cfm_print()
390 * of MA short name. in cfm_print()
430 * Resolve the MA fields. in cfm_print()
438 ND_PRINT("\n\t MA Name-Format %s (%u), MA name length %u", in cfm_print()
[all …]
/freebsd/sys/dev/mii/
H A Dmii.c125 struct mii_attach_args *ma; in miibus_attach() local
133 ma = device_get_ivars(children[i]); in miibus_attach()
134 ma->mii_data = mii; in miibus_attach()
182 struct mii_attach_args *ma; in miibus_print_child() local
185 ma = device_get_ivars(child); in miibus_print_child()
187 retval += printf(" PHY %d", ma->mii_phyno); in miibus_print_child()
217 struct mii_attach_args *ma; in miibus_child_pnpinfo() local
219 ma = device_get_ivars(child); in miibus_child_pnpinfo()
221 MII_OUI(ma->mii_id1, ma->mii_id2), in miibus_child_pnpinfo()
222 MII_MODEL(ma->mii_id2), MII_REV(ma->mii_id2)); in miibus_child_pnpinfo()
[all …]
/freebsd/contrib/tcsh/nls/et/
H A Dset307 5 elementi
11 9 \n%s sisemine viga: Ma ei tea, mida ma otsin!\n

12345678910>>...19