Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_mtd.h16 int of_get_nand_ecc_step_size(struct device_node *np);
28 static inline int of_get_nand_ecc_step_size(struct device_node *np) in of_get_nand_ecc_step_size() function
/linux-4.4.14/drivers/of/
Dof_mtd.c59 int of_get_nand_ecc_step_size(struct device_node *np) in of_get_nand_ecc_step_size() function
67 EXPORT_SYMBOL_GPL(of_get_nand_ecc_step_size);
/linux-4.4.14/drivers/mtd/nand/
Dhisi504_nand.c649 size = of_get_nand_ecc_step_size(np); in hisi_nfc_ecc_probe()
Dpxa3xx_nand.c1877 pdata->ecc_step_size = of_get_nand_ecc_step_size(np); in pxa3xx_nand_probe_dt()
Dnand_base.c3953 ecc_step = of_get_nand_ecc_step_size(dn); in nand_dt_init()