Searched refs:of_property_read_u64 (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/soc/fsl/qbman/ |
D | dpaa_sys.c | 53 ret = of_property_read_u64(mem_node, "size", &size64); in qbman_init_private_mem()
|
/Linux-v4.19/drivers/soc/renesas/ |
D | r9a06g032-smp.c | 71 ret = of_property_read_u64(dn, in r9a06g032_smp_prepare_cpus()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | smp_spin_table.c | 66 ret = of_property_read_u64(dn, "cpu-release-addr", in smp_spin_table_cpu_init()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | opal-msglog.c | 110 if (of_property_read_u64(opal_node, "ibm,opal-memcons", &mcaddr)) { in opal_msglog_init()
|
D | pci.c | 67 ret = of_property_read_u64(parent, "ibm,opal-phbid", &phbid); in pnv_pci_get_slot_id()
|
/Linux-v4.19/drivers/mtd/devices/ |
D | powernv_flash.c | 205 rc = of_property_read_u64(dev->of_node, "reg", &size); in powernv_flash_set_driver_info()
|
/Linux-v4.19/drivers/of/ |
D | property.c | 315 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() function 329 EXPORT_SYMBOL_GPL(of_property_read_u64);
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | gpio.c | 138 if (of_property_read_u64(pdev->dev.of_node, in gpio_nand_get_io_sync_of()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | tsc2007_core.c | 260 if (!of_property_read_u64(np, "ti,poll-period", &val64)) in tsc2007_probe_dt()
|
/Linux-v4.19/include/linux/ |
D | of.h | 329 extern int of_property_read_u64(const struct device_node *np, 790 static inline int of_property_read_u64(const struct device_node *np, in of_property_read_u64() function
|
/Linux-v4.19/drivers/opp/ |
D | of.c | 299 ret = of_property_read_u64(np, "opp-hz", &rate); in _opp_add_static_v2()
|
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-842-powernv.c | 768 ret = of_property_read_u64(dn, "rx-fifo-address", &rx_fifo); in vas_cfg_coproc_info()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | pci-common.c | 93 ret = of_property_read_u64(dn, "ibm,opal-phbid", &prop); in get_phb_number()
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-gic-v3.c | 1317 if (of_property_read_u64(node, "redistributor-stride", &redist_stride)) in gic_of_init()
|
/Linux-v4.19/drivers/mmc/host/ |
D | sdhci.c | 3379 of_property_read_u64(mmc_dev(host->mmc)->of_node, in __sdhci_read_caps() 3381 of_property_read_u64(mmc_dev(host->mmc)->of_node, in __sdhci_read_caps()
|