Home
last modified time | relevance | path

Searched refs:of_get_nand_ecc_strength (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dof_mtd.h17 int of_get_nand_ecc_strength(struct device_node *np);
33 static inline int of_get_nand_ecc_strength(struct device_node *np) in of_get_nand_ecc_strength() function
/linux-4.4.14/drivers/of/
Dof_mtd.c76 int of_get_nand_ecc_strength(struct device_node *np) in of_get_nand_ecc_strength() function
84 EXPORT_SYMBOL_GPL(of_get_nand_ecc_strength);
/linux-4.4.14/drivers/mtd/nand/
Dhisi504_nand.c650 strength = of_get_nand_ecc_strength(np); in hisi_nfc_ecc_probe()
Dpxa3xx_nand.c1873 pdata->ecc_strength = of_get_nand_ecc_strength(np); in pxa3xx_nand_probe_dt()
Dnand_base.c3952 ecc_strength = of_get_nand_ecc_strength(dn); in nand_dt_init()