Home
last modified time | relevance | path

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

12345678910>>...37

/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>;
89 drive-strength = <2>;
115 drive-strength = <2>;
141 drive-strength = <2>;
[all …]
H A Dmsm8996-pins.dtsi32 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>;
152 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-strength = <2>;
[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-strength = <2>;
[all …]
H A Dmsm8996-sony-xperia-tone.dtsi243 drive-push-pull;
250 drive-push-pull;
260 drive-push-pull;
269 drive-push-pull;
279 drive-push-pull;
289 drive-push-pull;
298 drive-push-pull;
308 drive-push-pull;
318 drive-push-pull;
328 drive-push-pull;
[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 */
83 drive-strength = <2>;
90 drive-strength = <2>;
97 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.dts521 drive-strength = <2>;
528 drive-strength = <2>;
535 drive-strength = <2>;
542 drive-strength = <2>;
558 drive-strength = <2>;
564 drive-strength = <2>;
579 drive-strength = <2>;
584 drive-strength = <2>;
589 drive-strength = <2>;
594 drive-strength = <2>;
[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 Dqcs404-evb-4000.dts47 drive-strength = <2>;
63 drive-strength = <16>;
69 drive-strength = <2>;
75 drive-strength = <16>;
81 drive-strength = <2>;
87 drive-strength = <16>;
93 drive-strength = <2>;
H A Dmsm8994.dtsi792 drive-strength = <2>;
806 drive-strength = <2>;
813 drive-strength = <2>;
820 drive-strength = <2>;
827 drive-strength = <2>;
834 drive-strength = <2>;
841 drive-strength = <2>;
848 drive-strength = <2>;
855 drive-strength = <2>;
862 drive-strength = <2>;
[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-strength = <2>;
[all …]
/freebsd/libexec/rc/rc.d/
H A Dnuageinit25 drive="/dev/$f/[cC][oO][nN][fF][iI][gG]-2"
26 if [ -e $drive ]; then
30 drive="/dev/$f/[cC][iI][dD][aA][tT][aA]"
31 if [ -e $drive ]; then
35 unset drive
37 if [ -z "$drive" ]; then
42 fs=$(fstyp $drive)
43 mount -t $fs $drive /media/nuageinit
60 if [ -n "$drive" ]; then
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_create.c252 s->name, s->drive); in gv_create_sd()
315 char *drive, buf[30], *vol; in gv_concat() local
351 d = gv_find_drive(sc, drive); in gv_concat()
359 strlcpy(s->drive, drive, sizeof(s->drive)); in gv_concat()
380 char *drive, buf[30], *vol; in gv_mirror() local
444 drive); in gv_mirror()
452 strlcpy(s->drive, drive, sizeof(s->drive)); in gv_mirror()
473 char *vol, *drive, buf[30]; in gv_raid5() local
529 strlcpy(s->drive, drive, sizeof(s->drive)); in gv_raid5()
550 char *drive, buf[30], *vol; in gv_stripe() local
[all …]
/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>;
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-strength = <MXS_DRIVE_4mA>;
350 fsl,drive-strength = <MXS_DRIVE_4mA>;
[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;
163 drive-push-pull;
176 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-push-pull;
[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/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>;
277 drive-strength = <MTK_DRIVE_14mA>;
283 drive-strength = <MTK_DRIVE_14mA>;
289 drive-strength = <MTK_DRIVE_14mA>;
306 drive-strength = <MTK_DRIVE_14mA>;
312 drive-strength = <MTK_DRIVE_14mA>;
318 drive-strength = <MTK_DRIVE_14mA>;
324 drive-strength = <MTK_DRIVE_14mA>;
359 drive-strength = <MTK_DRIVE_6mA>;
[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>;
746 drive-strength-microamp = <500>;
755 drive-strength-microamp = <500>;
764 drive-strength-microamp = <500>;
[all …]

12345678910>>...37