Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/drivers/mtd/nand/
Ddavinci_nand.c575 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.c1068 ret = of_get_nand_bus_width(dn); in flctl_parse_dt()
Dmxc_nand.c1412 buswidth = of_get_nand_bus_width(np); in mxcnd_probe_dt()
Datmel_nand.c1525 if (of_get_nand_bus_width(np) == 16) in atmel_of_init_port()
/linux-4.1.27/drivers/memory/
Domap-gpmc.c1853 val = of_get_nand_bus_width(child); in gpmc_probe_nand_child()