Home
last modified time | relevance | path

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

12345

/openbmc/u-boot/arch/arm/dts/
H A Dpoplar-pinctrl.dtsi40 pinctrl-single,drive-strength = <
58 pinctrl-single,drive-strength = <
76 pinctrl-single,drive-strength = <
94 pinctrl-single,drive-strength = <
H A Dmt7623n-bananapi-bpi-r2.dts119 drive-strength = <12>;
159 drive-strength = <4>;
165 drive-strength = <4>;
H A Drv1108.dtsi371 drive-strength = <8>;
375 drive-strength = <12>;
380 drive-strength = <8>;
384 drive-strength = <4>;
389 drive-strength = <4>;
H A Duniphier-ld20-ref.dts75 drive-strength = <9>;
H A Dsun8i-h3-orangepi-pc-plus.dts87 /* Increase drive strength for DDR modes */
88 drive-strength = <40>;
H A Dsun8i-r40.dtsi276 * and need a higher signal drive strength
278 drive-strength = <40>;
290 drive-strength = <30>;
298 drive-strength = <30>;
307 drive-strength = <30>;
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dmacronix.c83 return nand->eccreq.strength; in mx35lf1ge4ab_ecc_get_status()
85 if (WARN_ON(eccsr > nand->eccreq.strength || !eccsr)) in mx35lf1ge4ab_ecc_get_status()
86 return nand->eccreq.strength; in mx35lf1ge4ab_ecc_get_status()
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dboard.c282 int hw, strength = 1; in do_switch_ecc() local
291 strength = 8; in do_switch_ecc()
293 strength = 16; in do_switch_ecc()
301 strength = 8; in do_switch_ecc()
309 return -omap_nand_switch_ecc(hw, strength); in do_switch_ecc()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/passwdqc/
H A Dpasswdqc_2.0.3.bb1 SUMMARY = "A password/passphrase strength checking and enforcement toolset"
3 passwdqc is a password/passphrase strength checking and policy enforcement \
7 passwd(1). It is capable of checking password or passphrase strength, \
11 pwqcheck and pwqgen are standalone password/passphrase strength checking \
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c1258 NULL, 0, chip->ecc.strength); in pxa3xx_nand_read_page_hwecc()
1521 int strength, int ecc_stepsize, int page_size) in pxa_ecc_init() argument
1523 if (strength == 1 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1531 ecc->strength = 1; in pxa_ecc_init()
1533 } else if (strength == 1 && ecc_stepsize == 512 && page_size == 512) { in pxa_ecc_init()
1541 ecc->strength = 1; in pxa_ecc_init()
1547 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1557 ecc->strength = 16; in pxa_ecc_init()
1559 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 4096) { in pxa_ecc_init()
1569 ecc->strength = 16; in pxa_ecc_init()
[all …]
H A Dfsmc_nand.c418 nand->ecc.strength = 1; in fsmc_nand_switch_ecc()
428 nand->ecc.strength = 4; in fsmc_nand_switch_ecc()
486 nand->ecc.strength = 8; in fsmc_nand_init()
501 nand->ecc.strength = 1; in fsmc_nand_init()
H A Dnand_bch.c119 unsigned int eccstrength = nand->ecc.strength; in nand_bch_init()
211 nand->ecc.strength = (eccbytes * 8) / fls(8 * eccsize); in nand_bch_init()
H A Dfsl_ifc_nand.c720 NULL, 0, chip->ecc.strength); in check_erased_page()
976 nand->ecc.strength = 4; in fsl_ifc_chip_init()
982 nand->ecc.strength = 4; in fsl_ifc_chip_init()
990 nand->ecc.strength = 4; in fsl_ifc_chip_init()
993 nand->ecc.strength = 8; in fsl_ifc_chip_init()
1004 nand->ecc.strength = 4; in fsl_ifc_chip_init()
1007 nand->ecc.strength = 8; in fsl_ifc_chip_init()
H A Dnand_base.c1408 chip->ecc.strength); in nand_read_subpage()
1466 chip->ecc.strength); in nand_read_page_hwecc()
1527 chip->ecc.strength); in nand_read_page_hwecc_oob_first()
1591 chip->ecc.strength); in nand_read_page_syndrome()
3926 chip->ecc.strength = ecc_strength; in nand_dt_init()
4046 int preset_strength = chip->ecc.strength; in nand_check_ecc_caps()
4109 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; in nand_match_ecc_req() local
4129 strength = stepinfo->strengths[j]; in nand_match_ecc_req()
4136 if (step_size < req_step && strength < req_strength) in nand_match_ecc_req()
4144 ecc_bytes = caps->calc_ecc_bytes(step_size, strength); in nand_match_ecc_req()
[all …]
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dintel,x86-pinctrl.txt21 - pull-strength - (optional) this set the pull strength of the pin
H A Dgpio-samsung.txt15 [drive strength]>
/openbmc/u-boot/board/boundary/nitrogen6x/
H A Dddr-setup.cfg43 /* 40 Ohm drive strength for cs0/1,sdba2,cke0/1,sdwe */
74 /* 40 Ohm drive strength for cs0/1,sdba2,cke0/1,sdwe */
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dddr-setup.cfg44 /* 40 Ohm drive strength for cs0/1,sdba2,cke0/1,sdwe */
75 /* 40 Ohm drive strength for cs0/1,sdba2,cke0/1,sdwe */
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Dddr-setup.cfg44 /* 40 Ohm drive strength for cs0/1,sdba2,cke0/1,sdwe */
75 /* 40 Ohm drive strength for cs0/1,sdba2,cke0/1,sdwe */
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmac_api.h9 void mac_set_driving_strength(MAC_ENGINE *p_eng, uint32_t strength);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-passlib_1.7.4.bb6 tasks, from verifying a hash found in /etc/shadow, to providing full-strength password \
/openbmc/openbmc/poky/meta/recipes-extended/cracklib/
H A Dcracklib_2.10.3.bb1 SUMMARY = "Password strength checker library"
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c569 unsigned int pin, u16 strength) in sh_pfc_pinconf_set_drive_strength() argument
585 if (strength < step || strength > 24) in sh_pfc_pinconf_set_drive_strength()
591 strength = strength / step - 1; in sh_pfc_pinconf_set_drive_strength()
595 val |= strength << offset; in sh_pfc_pinconf_set_drive_strength()
/openbmc/u-boot/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-core.c219 unsigned int strength) in uniphier_pinconf_drive_set() argument
263 if (strengths[val] > strength) in uniphier_pinconf_drive_set()
269 strength, desc->name); in uniphier_pinconf_drive_set()
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/
H A Dpinctrl-bindings.txt4 such as pull-up/down, tri-state, drive-strength etc are designated as pin
186 drive-strength - sink or source at most X mA
228 supporting it the pull strength in Ohm. bias-disable will disable the pull.
230 - drive-strength takes as argument the target strength in mA.

12345