Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/drivers/mtd/nand/
Dhisi504_nand.c648 size = of_get_nand_ecc_step_size(np); in hisi_nfc_ecc_probe()
Dsunxi_nand.c1084 blk_size = of_get_nand_ecc_step_size(np); in sunxi_nand_ecc_init()
Dpxa3xx_nand.c1796 pdata->ecc_step_size = of_get_nand_ecc_step_size(np); in pxa3xx_nand_probe_dt()