Home
last modified time | relevance | path

Searched refs:strength (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/Linux-v4.19/arch/arm64/boot/dts/qcom/
Dmsm8996-pins.dtsi27 drive-strength = <12>;
32 drive-strength = <16>;
45 drive-strength = <2>;
57 drive-strength = <16>;
69 drive-strength = <2>;
81 drive-strength = <16>;
93 drive-strength = <2>;
105 drive-strength = <16>;
117 drive-strength = <2>;
130 drive-strength = <16>;
[all …]
Dmsm8916-pins.dtsi26 drive-strength = <16>;
40 drive-strength = <2>;
52 drive-strength = <16>;
64 drive-strength = <2>;
80 drive-strength = <12>;
85 drive-strength = <16>;
98 drive-strength = <2>;
114 drive-strength = <12>;
119 drive-strength = <16>;
132 drive-strength = <2>;
[all …]
Dmsm8992-pins.dtsi22 drive-strength = <16>;
34 drive-strength = <2>;
47 drive-strength = <16>; /* 16mA */
55 drive-strength = <2>; /* 2mA */
63 drive-strength = <8>;
71 drive-strength = <2>; /* 2mA */
79 drive-strength = <8>; /* 8mA */
87 drive-strength = <2>;
Dapq8016-sbc-soc-pins.dtsi23 drive-strength = <8>;
36 drive-strength = <16>;
48 drive-strength = <2>;
60 drive-strength = <16>;
72 drive-strength = <2>;
84 drive-strength = <8>;
Dapq8096-db820c-pmic-pins.dtsi23 qcom,drive-strength = <PMIC_GPIO_STRENGTH_LOW>;
34 qcom,drive-strength = <PMIC_GPIO_STRENGTH_LOW>;
46 qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
67 qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
80 qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
Dapq8096-db820c-pins.dtsi23 drive-strength = <16>; /* 16 MA */
36 drive-strength = <2>; /* 2 MA */
48 drive-strength = <16>;
61 drive-strength = <2>;
Dsdm845-mtp.dts43 drive-strength = <2>;
51 drive-strength = <2>;
57 drive-strength = <2>;
/Linux-v4.19/arch/arm/boot/dts/
Dqcom-apq8064-pins.dtsi66 drive-strength = <16>;
78 drive-strength = <2>;
105 drive-strength = <16>;
118 drive-strength = <2>;
131 drive-strength = <16>;
143 drive-strength = <2>;
156 drive-strength = <16>;
168 drive-strength = <2>;
186 drive-strength = <16>;
192 drive-strength = <16>;
[all …]
Dimx28.dtsi226 fsl,drive-strength = <MXS_DRIVE_4mA>;
237 fsl,drive-strength = <MXS_DRIVE_4mA>;
250 fsl,drive-strength = <MXS_DRIVE_4mA>;
274 fsl,drive-strength = <MXS_DRIVE_4mA>;
286 fsl,drive-strength = <MXS_DRIVE_12mA>;
297 fsl,drive-strength = <MXS_DRIVE_4mA>;
308 fsl,drive-strength = <MXS_DRIVE_4mA>;
321 fsl,drive-strength = <MXS_DRIVE_4mA>;
332 fsl,drive-strength = <MXS_DRIVE_4mA>;
343 fsl,drive-strength = <MXS_DRIVE_4mA>;
[all …]
Dimx28-cfa10049.dts95 fsl,drive-strength = <MXS_DRIVE_4mA>;
106 fsl,drive-strength = <MXS_DRIVE_4mA>;
116 fsl,drive-strength = <MXS_DRIVE_4mA>;
126 fsl,drive-strength = <MXS_DRIVE_4mA>;
137 fsl,drive-strength = <MXS_DRIVE_4mA>;
147 fsl,drive-strength = <MXS_DRIVE_4mA>;
160 fsl,drive-strength = <MXS_DRIVE_8mA>;
174 fsl,drive-strength = <MXS_DRIVE_8mA>;
201 fsl,drive-strength = <MXS_DRIVE_4mA>;
214 fsl,drive-strength = <MXS_DRIVE_4mA>;
[all …]
Dimx23.dtsi152 fsl,drive-strength = <MXS_DRIVE_4mA>;
165 fsl,drive-strength = <MXS_DRIVE_4mA>;
176 fsl,drive-strength = <MXS_DRIVE_4mA>;
187 fsl,drive-strength = <MXS_DRIVE_4mA>;
213 fsl,drive-strength = <MXS_DRIVE_4mA>;
225 fsl,drive-strength = <MXS_DRIVE_12mA>;
238 fsl,drive-strength = <MXS_DRIVE_8mA>;
258 fsl,drive-strength = <MXS_DRIVE_8mA>;
282 fsl,drive-strength = <MXS_DRIVE_8mA>;
301 fsl,drive-strength = <MXS_DRIVE_8mA>;
[all …]
Dqcom-msm8974-sony-xperia-castor.dts311 brcm,drive-strength = <10>;
370 drive-strength = <2>;
378 drive-strength = <4>;
388 drive-strength = <2>;
398 drive-strength = <2>;
405 drive-strength = <10>;
413 drive-strength = <16>;
419 drive-strength = <10>;
428 drive-strength = <2>;
435 drive-strength = <6>;
[all …]
Dqcom-mdm9615-wp8548.dtsi65 drive-strength = <8>;
74 drive-strength = <8>;
83 drive-strength = <8>;
90 drive-strength = <2>;
99 drive-strength = <8>;
108 drive-strength = <2>;
121 qcom,drive-strength = <1>;
/Linux-v4.19/drivers/mtd/nand/raw/atmel/
Dpmecc.c293 if (req->ecc.strength != ATMEL_PMECC_MAXIMIZE_ECC_STRENGTH) in atmel_pmecc_prepare_user_req()
313 int nbytes, strength = pmecc->caps->strengths[i]; in atmel_pmecc_prepare_user_req() local
315 if (req->ecc.strength != ATMEL_PMECC_MAXIMIZE_ECC_STRENGTH && in atmel_pmecc_prepare_user_req()
316 strength < req->ecc.strength) in atmel_pmecc_prepare_user_req()
319 nbytes = DIV_ROUND_UP(strength * fls(8 * req->ecc.sectorsize), in atmel_pmecc_prepare_user_req()
326 eccstrength = strength; in atmel_pmecc_prepare_user_req()
329 if (req->ecc.strength != ATMEL_PMECC_MAXIMIZE_ECC_STRENGTH) in atmel_pmecc_prepare_user_req()
337 req->ecc.strength = eccstrength; in atmel_pmecc_prepare_user_req()
351 int strength, size, ret; in atmel_pmecc_create_user() local
360 size += ((2 * req->ecc.strength) + 1) * sizeof(u16) * in atmel_pmecc_create_user()
[all …]
/Linux-v4.19/arch/mips/boot/dts/img/
Dpistachio.dtsi375 drive-strength = <4>;
383 drive-strength = <4>;
391 drive-strength = <4>;
399 drive-strength = <4>;
407 drive-strength = <4>;
412 drive-strength = <4>;
419 drive-strength = <2>;
426 drive-strength = <2>;
433 drive-strength = <2>;
440 drive-strength = <2>;
[all …]
/Linux-v4.19/arch/arm64/boot/dts/hisilicon/
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 …]
Dhikey960-pinctrl.dtsi345 pinctrl-single,drive-strength = <
367 pinctrl-single,drive-strength = <
388 pinctrl-single,drive-strength = <
409 pinctrl-single,drive-strength = <
432 pinctrl-single,drive-strength = <
454 pinctrl-single,drive-strength = <
475 pinctrl-single,drive-strength = <
499 pinctrl-single,drive-strength = <
523 pinctrl-single,drive-strength = <
547 pinctrl-single,drive-strength = <
[all …]
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-read-signal-strength.rst19 .. c:function:: int ioctl( int fd, FE_READ_SIGNAL_STRENGTH, uint16_t *strength)
29 ``strength``
30 The signal strength value is stored into \*strength.
36 This ioctl call returns the signal strength value for the signal
/Linux-v4.19/Documentation/devicetree/bindings/devfreq/
Drk3399_dmc.txt77 the DRAM side driver strength in ohms. Default
81 the DRAM side ODT strength in ohms. Default value
86 address line and clock line) driver strength.
91 driver strength. Default value is PHY_DRV_ODT_40.
94 the PHY side ODT strength. Default value is
104 the DRAM side driver strength in ohms. Default
108 the DRAM side ODT strength in ohms. Default value
113 address line and clock line) driver strength.
118 driver strength. Default value is
122 the phy side odt strength, default value is
[all …]
/Linux-v4.19/drivers/media/dvb-frontends/
Dcxd2820r_c.c190 unsigned int strength; in cxd2820r_read_status_c() local
199 strength = utmp << 6 | utmp >> 4; in cxd2820r_read_status_c()
201 c->strength.len = 1; in cxd2820r_read_status_c()
202 c->strength.stat[0].scale = FE_SCALE_RELATIVE; in cxd2820r_read_status_c()
203 c->strength.stat[0].uvalue = strength; in cxd2820r_read_status_c()
205 c->strength.len = 1; in cxd2820r_read_status_c()
206 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_c()
Dcxd2820r_t.c295 unsigned int strength; in cxd2820r_read_status_t() local
304 strength = utmp << 4 | utmp >> 8; in cxd2820r_read_status_t()
306 c->strength.len = 1; in cxd2820r_read_status_t()
307 c->strength.stat[0].scale = FE_SCALE_RELATIVE; in cxd2820r_read_status_t()
308 c->strength.stat[0].uvalue = strength; in cxd2820r_read_status_t()
310 c->strength.len = 1; in cxd2820r_read_status_t()
311 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t()
Dcxd2820r_t2.c320 unsigned int strength; in cxd2820r_read_status_t2() local
329 strength = utmp << 4 | utmp >> 8; in cxd2820r_read_status_t2()
331 c->strength.len = 1; in cxd2820r_read_status_t2()
332 c->strength.stat[0].scale = FE_SCALE_RELATIVE; in cxd2820r_read_status_t2()
333 c->strength.stat[0].uvalue = strength; in cxd2820r_read_status_t2()
335 c->strength.len = 1; in cxd2820r_read_status_t2()
336 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t2()
Dts2020.c155 c->strength.len = 1; in ts2020_init()
156 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in ts2020_init()
157 c->strength.stat[0].uvalue = 0; in ts2020_init()
446 ret = ts2020_get_tuner_gain(priv->fe, &c->strength.stat[0].svalue); in ts2020_stat_work()
450 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in ts2020_stat_work()
467 unsigned strength; in ts2020_read_signal_strength() local
473 if (c->strength.stat[0].scale == FE_SCALE_NOT_AVAILABLE) { in ts2020_read_signal_strength()
478 gain = c->strength.stat[0].svalue; in ts2020_read_signal_strength()
483 strength = 0; in ts2020_read_signal_strength()
486 strength = 0 + div64_s64((85000 + gain) * 3, 1000); in ts2020_read_signal_strength()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dhisi504-nand.txt17 - nand-ecc-strength: Number of bits to correct per ECC step.
20 The following ECC strength and step size are currently supported:
22 - nand-ecc-strength = <16>, nand-ecc-step-size = <1024>
35 nand-ecc-strength = <16>;
/Linux-v4.19/drivers/pinctrl/bcm/
Dpinctrl-nsp-gpio.c391 u32 strength) in nsp_gpio_set_strength() argument
398 if (strength < 2 || strength > 16 || (strength % 2)) in nsp_gpio_set_strength()
404 strength); in nsp_gpio_set_strength()
406 strength = (strength / 2) - 1; in nsp_gpio_set_strength()
410 val |= ((strength >> (i-1)) & 0x1) << shift; in nsp_gpio_set_strength()
420 u16 *strength) in nsp_gpio_get_strength() argument
431 *strength = 0; in nsp_gpio_get_strength()
435 *strength += (val << i); in nsp_gpio_get_strength()
440 *strength = (*strength + 1) * 2; in nsp_gpio_get_strength()

12345678910>>...19