Home
last modified time | relevance | path

Searched refs:of_get_nand_bus_width (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/linux/
Dof_mtd.h18 int of_get_nand_bus_width(struct device_node *np);
38 static inline int of_get_nand_bus_width(struct device_node *np) in of_get_nand_bus_width() function
/linux-4.4.14/drivers/of/
Dof_mtd.c92 int of_get_nand_bus_width(struct device_node *np) in of_get_nand_bus_width() function
107 EXPORT_SYMBOL_GPL(of_get_nand_bus_width);
/linux-4.4.14/drivers/mtd/nand/
Ddavinci_nand.c601 prop = of_get_nand_bus_width(pdev->dev.of_node); in nand_davinci_get_pdata()
Dhisi504_nand.c755 buswidth = of_get_nand_bus_width(np); in hisi_nfc_probe()
Dsh_flctl.c1069 ret = of_get_nand_bus_width(dn); in flctl_parse_dt()
Dmxc_nand.c1479 buswidth = of_get_nand_bus_width(np); in mxcnd_probe_dt()
Datmel_nand.c1526 if (of_get_nand_bus_width(np) == 16) in atmel_of_init_port()
Dnand_base.c3945 if (of_get_nand_bus_width(dn) == 16) in nand_dt_init()
/linux-4.4.14/drivers/memory/
Domap-gpmc.c1851 val = of_get_nand_bus_width(child); in gpmc_probe_nand_child()