Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kernel/
Dsmp_spin_table.c63 if (of_property_read_u64(dn, "cpu-release-addr", in smp_spin_table_cpu_init()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-msglog.c104 if (of_property_read_u64(opal_node, "ibm,opal-memcons", &mcaddr)) { in opal_msglog_init()
/linux-4.4.14/drivers/mtd/devices/
Dpowernv_flash.c186 rc = of_property_read_u64(dev->of_node, "reg", &size); in powernv_flash_set_driver_info()
/linux-4.4.14/drivers/mtd/nand/
Dgpio.c139 if (of_property_read_u64(pdev->dev.of_node, in gpio_nand_get_io_sync_of()
/linux-4.4.14/include/linux/
Dof.h292 extern int of_property_read_u64(const struct device_node *np,
568 static inline int of_property_read_u64(const struct device_node *np, in of_property_read_u64() function
/linux-4.4.14/drivers/input/touchscreen/
Dtsc2007.c315 if (!of_property_read_u64(np, "ti,poll-period", &val64)) in tsc2007_probe_dt()
/linux-4.4.14/drivers/irqchip/
Dirq-gic-v3.c884 if (of_property_read_u64(node, "redistributor-stride", &redist_stride)) in gic_of_init()
/linux-4.4.14/drivers/of/
Dbase.c1281 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() function
1293 EXPORT_SYMBOL_GPL(of_property_read_u64);
/linux-4.4.14/drivers/base/power/opp/
Dcore.c867 ret = of_property_read_u64(np, "opp-hz", &rate); in _opp_add_static_v2()