Home
last modified time | relevance | path

Searched refs:strengths (Results 1 – 21 of 21) sorted by relevance

/linux-6.15/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-core.c153 const unsigned int **strengths) in uniphier_conf_get_drvctrl_data() argument
165 *strengths = uniphier_conf_drv_strengths_1bit; in uniphier_conf_get_drvctrl_data()
171 *strengths = uniphier_conf_drv_strengths_2bit; in uniphier_conf_get_drvctrl_data()
177 *strengths = uniphier_conf_drv_strengths_3bit; in uniphier_conf_get_drvctrl_data()
183 *strengths = uniphier_conf_drv_strengths_fixed4; in uniphier_conf_get_drvctrl_data()
262 const unsigned int *strengths; in uniphier_conf_pin_drive_get() local
266 &mask, &strengths); in uniphier_conf_pin_drive_get()
278 *strength = strengths[(val >> shift) & mask]; in uniphier_conf_pin_drive_get()
424 const unsigned int *strengths; in uniphier_conf_pin_drive_set() local
428 &mask, &strengths); in uniphier_conf_pin_drive_set()
[all …]
/linux-6.15/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c142 const int *strengths; member
310 int nbytes, strength = pmecc->caps->strengths[i]; in atmel_pmecc_prepare_user_req()
391 if (pmecc->caps->strengths[strength] == req->ecc.strength) in atmel_pmecc_create_user()
411 const int *strengths = user->pmecc->caps->strengths; in get_strength() local
413 return strengths[user->cache.cfg & PMECC_CFG_BCH_STRENGTH_MASK]; in get_strength()
896 .strengths = atmel_pmecc_strengths,
902 .strengths = atmel_pmecc_strengths,
909 .strengths = atmel_pmecc_strengths,
/linux-6.15/drivers/mtd/nand/raw/
H A Dsunxi_nand.c1621 static const u8 strengths[] = { 16, 24, 28, 32, 40, 48, 56, 60, 64 }; in sunxi_nand_hw_ecc_ctrl_init() local
1647 for (i = 0; i < ARRAY_SIZE(strengths); i++) { in sunxi_nand_hw_ecc_ctrl_init()
1648 if (strengths[i] > ecc->strength) in sunxi_nand_hw_ecc_ctrl_init()
1655 ecc->strength = strengths[i - 1]; in sunxi_nand_hw_ecc_ctrl_init()
1668 for (i = 0; i < ARRAY_SIZE(strengths); i++) { in sunxi_nand_hw_ecc_ctrl_init()
1669 if (ecc->strength <= strengths[i]) { in sunxi_nand_hw_ecc_ctrl_init()
1674 ecc->strength = strengths[i]; in sunxi_nand_hw_ecc_ctrl_init()
1679 if (i >= ARRAY_SIZE(strengths)) { in sunxi_nand_hw_ecc_ctrl_init()
H A Drockchip-nand-controller.c975 const u8 *strengths = nfc->cfg->ecc_strengths; in rk_nfc_ecc_init() local
996 if (max_strength >= strengths[i]) in rk_nfc_ecc_init()
1005 ecc->strength = strengths[i]; in rk_nfc_ecc_init()
H A Darasan-nand-controller.c1091 .strengths = anfc_hw_ecc_512_strengths,
1096 .strengths = anfc_hw_ecc_1024_strengths,
H A Dmeson_nand.c242 .strengths = axg_stepinfo_strengths,
247 .strengths = axg_stepinfo_strengths,
H A Dnand_base.c6036 if (stepinfo->strengths[j] != preset_strength) in nand_check_ecc_caps()
6099 strength = stepinfo->strengths[j]; in nand_match_ecc_req()
6176 strength = stepinfo->strengths[j]; in nand_maximize_ecc()
H A Dcadence-nand-controller.c1119 cdns_ctrl->ecc_stepinfos[i].strengths = in cadence_nand_read_bch_caps()
/linux-6.15/Documentation/devicetree/bindings/mtd/
H A Dnvidia-tegra20-nand.txt37 - nand-is-boot-medium: Makes sure only ECC strengths supported by the boot ROM
H A Dvf610-nfc.txt32 - nand-ecc-strength: supported strengths are 24 and 32 bit (see nand-controller.yaml)
/linux-6.15/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-gpio.c560 static const char * const strengths[] = { in pm8xxx_gpio_dbg_show_one() local
574 seq_printf(s, " %-7s", strengths[pin->output_strength]); in pm8xxx_gpio_dbg_show_one()
H A Dpinctrl-spmi-gpio.c670 static const char *const strengths[] = { in pmic_gpio_config_dbg_show() local
711 seq_printf(s, " %-7s", strengths[pad->strength]); in pmic_gpio_config_dbg_show()
/linux-6.15/include/linux/mtd/
H A Drawnand.h266 const int *strengths; member
287 .strengths = __name##_strengths, \
/linux-6.15/arch/arm/boot/dts/samsung/
H A Dexynos5250-spring.dts443 * On Spring we've got SIP WiFi and so can keep drive strengths low to
H A Dexynos5250-snow-common.dtsi569 * On Snow we've got SIP WiFi and so can keep drive strengths low to
H A Dexynos5420-peach-pit.dts876 /* Adjust WiFi drive strengths lower for EMI */
H A Dexynos5800-peach-pi.dts858 /* Adjust WiFi drive strengths lower for EMI */
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsc7280-qcard.dtsi565 * settings to the board device tree. Drive strengths tend to be assinged here
/linux-6.15/Documentation/arch/arm/stm32/
H A Dstm32-dma-mdma-chaining.rst46 STM32 DMA-MDMA chaining feature relies on the strengths of STM32 DMA and
/linux-6.15/Documentation/userspace-api/netlink/
H A Dintro.rst441 One of the strengths of Netlink is the ability to send event notifications
/linux-6.15/Documentation/networking/
H A Dbonding.rst2347 various load balancing modes each have strengths and weaknesses in