| /openbmc/u-boot/arch/arm/dts/ |
| H A D | poplar-pinctrl.dtsi | 40 pinctrl-single,drive-strength = < 58 pinctrl-single,drive-strength = < 76 pinctrl-single,drive-strength = < 94 pinctrl-single,drive-strength = <
|
| H A D | mt7623n-bananapi-bpi-r2.dts | 119 drive-strength = <12>; 159 drive-strength = <4>; 165 drive-strength = <4>;
|
| H A D | rv1108.dtsi | 371 drive-strength = <8>; 375 drive-strength = <12>; 380 drive-strength = <8>; 384 drive-strength = <4>; 389 drive-strength = <4>;
|
| H A D | uniphier-ld20-ref.dts | 75 drive-strength = <9>;
|
| H A D | sun8i-h3-orangepi-pc-plus.dts | 87 /* Increase drive strength for DDR modes */ 88 drive-strength = <40>;
|
| H A D | sun8i-r40.dtsi | 276 * 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 D | macronix.c | 83 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 D | board.c | 282 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 D | passwdqc_2.0.3.bb | 1 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 D | pxa3xx_nand.c | 1258 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 D | fsmc_nand.c | 418 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 D | nand_bch.c | 119 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 D | fsl_ifc_nand.c | 720 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 D | nand_base.c | 1408 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 D | intel,x86-pinctrl.txt | 21 - pull-strength - (optional) this set the pull strength of the pin
|
| H A D | gpio-samsung.txt | 15 [drive strength]>
|
| /openbmc/u-boot/board/boundary/nitrogen6x/ |
| H A D | ddr-setup.cfg | 43 /* 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 D | ddr-setup.cfg | 44 /* 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 D | ddr-setup.cfg | 44 /* 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 D | mac_api.h | 9 void mac_set_driving_strength(MAC_ENGINE *p_eng, uint32_t strength);
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-passlib_1.7.4.bb | 6 tasks, from verifying a hash found in /etc/shadow, to providing full-strength password \
|
| /openbmc/openbmc/poky/meta/recipes-extended/cracklib/ |
| H A D | cracklib_2.10.3.bb | 1 SUMMARY = "Password strength checker library"
|
| /openbmc/u-boot/drivers/pinctrl/renesas/ |
| H A D | pfc.c | 569 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 D | pinctrl-uniphier-core.c | 219 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 D | pinctrl-bindings.txt | 4 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.
|