Searched refs:of_property_read_u64 (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/arm64/kernel/ |
D | smp_spin_table.c | 63 if (of_property_read_u64(dn, "cpu-release-addr", in smp_spin_table_cpu_init()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-msglog.c | 104 if (of_property_read_u64(opal_node, "ibm,opal-memcons", &mcaddr)) { in opal_msglog_init()
|
/linux-4.4.14/drivers/mtd/devices/ |
D | powernv_flash.c | 186 rc = of_property_read_u64(dev->of_node, "reg", &size); in powernv_flash_set_driver_info()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | gpio.c | 139 if (of_property_read_u64(pdev->dev.of_node, in gpio_nand_get_io_sync_of()
|
/linux-4.4.14/include/linux/ |
D | of.h | 292 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/ |
D | tsc2007.c | 315 if (!of_property_read_u64(np, "ti,poll-period", &val64)) in tsc2007_probe_dt()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-gic-v3.c | 884 if (of_property_read_u64(node, "redistributor-stride", &redist_stride)) in gic_of_init()
|
/linux-4.4.14/drivers/of/ |
D | base.c | 1281 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/ |
D | core.c | 867 ret = of_property_read_u64(np, "opp-hz", &rate); in _opp_add_static_v2()
|