Home
last modified time | relevance | path

Searched refs:drive (Results 1 – 25 of 698) sorted by relevance

12345678910>>...28

/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-pins.dtsi13 drive-strength = <16>;
21 drive-strength = <2>;
29 drive-strength = <16>;
37 drive-strength = <2>;
46 drive-strength = <12>;
53 drive-strength = <16>;
63 drive-strength = <2>;
72 drive-strength = <12>;
79 drive-strength = <16>;
89 drive-strength = <2>;
[all …]
H A Dmsm8996-pins.dtsi17 drive-strength = <2>; /* 2 mA */
32 drive-strength = <16>;
44 drive-strength = <16>;
62 drive-strength = <12>;
67 drive-strength = <16>;
80 drive-strength = <2>;
92 drive-strength = <16>;
104 drive-strength = <2>;
116 drive-strength = <16>;
128 drive-strength = <2>;
[all …]
H A Dqru1000-idp.dts243 drive-strength = <2>;
248 drive-strength = <2>;
253 drive-strength = <2>;
258 drive-strength = <2>;
263 drive-strength = <2>;
268 drive-strength = <2>;
273 drive-strength = <2>;
278 drive-strength = <2>;
283 drive-strength = <2>;
288 drive
[all...]
H A Dqdu1000-idp.dts243 drive-strength = <2>;
248 drive-strength = <2>;
253 drive-strength = <2>;
258 drive-strength = <2>;
263 drive-strength = <2>;
268 drive-strength = <2>;
273 drive-strength = <2>;
278 drive-strength = <2>;
283 drive-strength = <2>;
288 drive
[all...]
H A Dmsm8996-sony-xperia-tone.dtsi157 drive-strength = <2>;
162 drive-strength = <2>;
168 drive-strength = <2>;
173 drive-strength = <2>;
178 drive-strength = <2>;
243 drive-push-pull;
250 drive-push-pull;
253 qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
260 drive-push-pull;
269 drive
[all...]
H A 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 */
83 drive-strength = <2>;
90 drive-strength = <2>;
[all …]
H A Dmsm8992-pins.dtsi14 drive-strength = <16>;
26 drive-strength = <2>;
39 drive-strength = <16>; /* 16mA */
47 drive-strength = <2>; /* 2mA */
55 drive-strength = <8>;
63 drive-strength = <2>; /* 2mA */
71 drive-strength = <8>; /* 8mA */
79 drive-strength = <2>;
H A Dsc7180-idp.dts496 qcom,drive-strength = <PMIC_GPIO_STRENGTH_MED>;
521 drive-strength = <2>;
528 drive-strength = <2>;
535 drive-strength = <2>;
542 drive-strength = <2>;
557 /* We'll drive RTS, so no pull */
558 drive-strength = <2>;
563 /* We'll drive TX, so no pull */
564 drive-strength = <2>;
579 drive
[all...]
H A Dmsm8916-samsung-a2015-common.dtsi375 drive-strength = <2>;
383 drive-strength = <2>;
391 drive-strength = <2>;
399 drive-strength = <2>;
407 drive-strength = <8>;
414 drive-strength = <2>;
422 drive-strength = <2>;
435 drive-strength = <2>;
443 drive-strength = <2>;
452 drive
[all...]
H A Dsc7280-herobrine-audio-wcd9385.dtsi162 drive-strength = <8>;
171 drive-strength = <8>;
180 drive-strength = <2>;
186 drive-strength = <2>;
192 drive-strength = <2>;
198 drive-strength = <2>;
204 drive-strength = <6>;
209 drive-strength = <6>;
214 drive-strength = <6>;
H A Dsc7280-idp.dtsi584 drive-strength = <8>;
593 drive-strength = <8>;
602 drive-strength = <2>;
608 drive-strength = <2>;
614 drive-strength = <2>;
620 drive-strength = <2>;
626 drive-strength = <6>;
631 drive-strength = <6>;
636 drive-strength = <6>;
646 qcom,drive
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drockchip-pinconf.dtsi25 drive-strength = <0>;
31 drive-strength = <1>;
37 drive-strength = <2>;
43 drive-strength = <3>;
49 drive-strength = <4>;
55 drive-strength = <5>;
61 drive-strength = <6>;
67 drive-strength = <7>;
73 drive-strength = <8>;
79 drive-strength = <9>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm730-gsj-gpio.dtsi9 drive-push-pull;
14 drive-push-pull;
19 drive-push-pull;
24 drive-push-pull;
29 drive-push-pull;
34 drive-push-pull;
39 drive-push-pull;
44 drive-push-pull;
59 drive-push-pull;
64 drive-push-pull;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-apq8064-pins.dtsi14 drive-strengh = <16>;
20 drive-strengh = <10>;
26 drive-strengh = <10>;
34 drive-strengh = <8>;
40 drive-strengh = <8>;
46 drive-strengh = <8>;
66 drive-strength = <16>;
78 drive-strength = <2>;
105 drive-strength = <16>;
118 drive
[all...]
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_create.c117 LIST_INSERT_HEAD(&sc->drives, d, drive); in gv_create_drive()
119 LIST_INSERT_AFTER(d2, d, drive); in gv_create_drive()
127 LIST_FOREACH(d2, &sc->drives, drive) { in gv_create_drive()
173 LIST_INSERT_HEAD(&sc->drives, d, drive); in gv_create_drive()
237 d = gv_find_drive(sc, s->drive); in gv_create_sd()
248 strlcpy(d->name, s->drive, sizeof(d->name)); in gv_create_sd()
252 s->name, s->drive); in gv_create_sd()
315 char *drive, buf[30], *vol; in gv_concat() local
350 drive = gctl_get_param(req, buf, NULL); in gv_concat()
351 d = gv_find_drive(sc, drive); in gv_concat()
[all …]
/freebsd/libexec/rc/rc.d/
H A Dnuageinit37 drive="/dev/$f/[cC][oO][nN][fF][iI][gG]-2"
38 if [ -e $drive ]; then
42 drive="/dev/$f/[cC][iI][dD][aA][tT][aA]"
43 if [ -e $drive ]; then
47 unset drive
49 if [ -n "$drive" ]; then
51 fs=$(fstyp $drive 2> /dev/null)
52 mount -t $fs $drive /media/nuageinit
87 if [ -n "$drive" ]; then
/freebsd/sys/contrib/device-tree/src/mips/img/
H A Dpistachio.dtsi372 drive-strength = <4>;
380 drive-strength = <4>;
388 drive-strength = <4>;
396 drive-strength = <4>;
404 drive-strength = <4>;
409 drive-strength = <4>;
416 drive-strength = <2>;
423 drive-strength = <2>;
430 drive-strength = <2>;
437 drive-strength = <2>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/
H A Dimx28.dtsi222 fsl,drive-strength = <MXS_DRIVE_4mA>;
233 fsl,drive-strength = <MXS_DRIVE_4mA>;
246 fsl,drive-strength = <MXS_DRIVE_4mA>;
270 fsl,drive-strength = <MXS_DRIVE_4mA>;
282 fsl,drive-strength = <MXS_DRIVE_12mA>;
293 fsl,drive-strength = <MXS_DRIVE_4mA>;
304 fsl,drive-strength = <MXS_DRIVE_4mA>;
317 fsl,drive-strength = <MXS_DRIVE_4mA>;
328 fsl,drive-strength = <MXS_DRIVE_4mA>;
339 fsl,drive
[all...]
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp13-pinctrl.dtsi21 drive-open-drain;
38 drive-open-drain;
61 drive-push-pull;
76 drive-push-pull;
91 drive-push-pull;
106 drive-push-pull;
125 drive-push-pull;
137 drive-push-pull;
143 drive-open-drain;
163 drive-push-pull;
[all …]
H A Dstm32mp15-pinctrl.dtsi59 drive-open-drain;
76 drive-open-drain;
231 drive-push-pull;
237 drive-push-pull;
284 drive-push-pull;
290 drive-push-pull;
337 drive-push-pull;
343 drive-push-pull;
389 drive-push-pull;
395 drive
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhikey-pinctrl.dtsi253 pinctrl-single,drive-strength = <DRIVE1_02MA DRIVE_MASK>;
262 pinctrl-single,drive-strength = <DRIVE1_02MA DRIVE_MASK>;
271 pinctrl-single,drive-strength = <DRIVE1_08MA DRIVE_MASK>;
288 pinctrl-single,drive-strength = <DRIVE1_04MA DRIVE_MASK>;
297 pinctrl-single,drive-strength = <DRIVE1_04MA DRIVE_MASK>;
306 pinctrl-single,drive-strength = <DRIVE1_10MA DRIVE_MASK>;
314 pinctrl-single,drive-strength = <DRIVE1_02MA DRIVE_MASK>;
327 pinctrl-single,drive-strength = <DRIVE1_08MA DRIVE_MASK>;
339 pinctrl-single,drive-strength = <DRIVE1_02MA DRIVE_MASK>;
348 pinctrl-single,drive-strength = <DRIVE1_08MA DRIVE_MASK>;
[all …]
H A Dhikey970-pinctrl.dtsi236 pinctrl-single,drive-strength = <
260 pinctrl-single,drive-strength = <
284 pinctrl-single,drive-strength = <
308 pinctrl-single,drive-strength = <
330 pinctrl-single,drive-strength = <
352 pinctrl-single,drive-strength = <
374 pinctrl-single,drive-strength = <
395 pinctrl-single,drive-strength = <
416 pinctrl-single,drive-strength = <
437 pinctrl-single,drive-strength = <
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12-common.dtsi309 drive-strength-microamp = <4000>;
316 drive-strength-microamp = <4000>;
328 drive-strength-microamp = <4000>;
344 drive-strength-microamp = <4000>;
353 drive-strength-microamp = <4000>;
362 drive-strength-microamp = <4000>;
372 drive-strength-microamp = <4000>;
390 drive-strength-microamp = <3000>;
400 drive-strength-microamp = <3000>;
409 drive
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8186-evb.dts115 drive-strength-microamp = <1000>;
125 drive-strength-microamp = <1000>;
135 drive-strength-microamp = <1000>;
145 drive-strength-microamp = <1000>;
155 drive-strength-microamp = <1000>;
165 drive-strength-microamp = <1000>;
175 drive-strength-microamp = <1000>;
185 drive-strength-microamp = <1000>;
195 drive-strength-microamp = <1000>;
205 drive-strength-microamp = <1000>;
H A Dmt8183-pumpkin.dts200 mediatek,drive-strength-adv = <00>;
209 mediatek,drive-strength-adv = <00>;
218 mediatek,drive-strength-adv = <00>;
227 mediatek,drive-strength-adv = <00>;
236 mediatek,drive-strength-adv = <00>;
245 mediatek,drive-strength-adv = <00>;
277 drive-strength = <MTK_DRIVE_14mA>;
283 drive-strength = <MTK_DRIVE_14mA>;
289 drive-strength = <MTK_DRIVE_14mA>;
306 drive
[all...]

12345678910>>...28