Searched refs:of_property_read_u64 (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/arm64/kernel/ |
D | smp_spin_table.c | 57 if (of_property_read_u64(dn, "cpu-release-addr", in smp_spin_table_cpu_init()
|
/linux-4.1.27/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.1.27/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.1.27/include/linux/ |
D | of.h | 291 extern int of_property_read_u64(const struct device_node *np, 562 static inline int of_property_read_u64(const struct device_node *np, in of_property_read_u64() function
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | tsc2007.c | 315 if (!of_property_read_u64(np, "ti,poll-period", &val64)) in tsc2007_probe_dt()
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-gic-v3.c | 838 if (of_property_read_u64(node, "redistributor-stride", &redist_stride)) in gic_of_init()
|
/linux-4.1.27/drivers/of/ |
D | base.c | 1284 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() function 1296 EXPORT_SYMBOL_GPL(of_property_read_u64);
|
/linux-4.1.27/drivers/media/i2c/ |
D | ov2659.c | 1357 ret = of_property_read_u64(endpoint, "link-frequencies", in ov2659_get_pdata()
|