Home
last modified time | relevance | path

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

/linux/drivers/soc/renesas/
H A Dr9a06g032-smp.c71 ret = of_property_read_u64(dn, in r9a06g032_smp_prepare_cpus()
/linux/arch/arm64/kernel/
H A Dsmp_spin_table.c55 ret = of_property_read_u64(dn, "cpu-release-addr", in smp_spin_table_cpu_init()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-secvar.c139 rc = of_property_read_u64(node, "max-var-size", max_size); in opal_secvar_max_size()
H A Dopal-msglog.c113 if (of_property_read_u64(node, mc_prop_name, &mcaddr)) { in memcons_init()
/linux/drivers/mtd/devices/
H A Dpowernv_flash.c199 rc = of_property_read_u64(dev->of_node, "reg", &size); in powernv_flash_set_driver_info()
/linux/arch/powerpc/kexec/
H A Dfile_load_64.c537 ret = of_property_read_u64(dn, "opal-base-address", &val); in setup_purgatory_ppc64()
546 ret = of_property_read_u64(dn, "opal-entry-address", &val); in setup_purgatory_ppc64()
/linux/drivers/mtd/nand/raw/
H A Dgpio.c213 if (of_property_read_u64(pdev->dev.of_node, in gpio_nand_get_io_sync_of()
/linux/drivers/soc/fsl/qe/
H A Dqe.c608 of_property_read_u64(fw, "extended-modes", in qe_get_firmware_info()
H A Dqmc.c1313 ret = of_property_read_u64(chan_np, "fsl,tx-ts-mask", &ts_mask); in qmc_of_parse_chans()
1322 ret = of_property_read_u64(chan_np, "fsl,rx-ts-mask", &ts_mask); in qmc_of_parse_chans()
/linux/drivers/of/
H A Dproperty.c446 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() function
460 EXPORT_SYMBOL_GPL(of_property_read_u64);
/linux/include/linux/
H A Dof.h342 extern int of_property_read_u64(const struct device_node *np,
757 static inline int of_property_read_u64(const struct device_node *np, in of_property_read_u64() function
/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c777 ret = of_property_read_u64(dn, "rx-fifo-address", &rx_fifo); in vas_cfg_coproc_info()