Home
last modified time | relevance | path

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

/linux/arch/powerpc/kexec/
H A Dranges.c259 ret = of_property_read_u64(dn, "linux,tce-base", &base); in add_tce_mem_ranges()
298 ret = of_property_read_u64(of_chosen, "linux,initrd-start", &base); in add_initrd_mem_range()
299 ret |= of_property_read_u64(of_chosen, "linux,initrd-end", &end); in add_initrd_mem_range()
381 ret = of_property_read_u64(dn, "opal-base-address", &base); in add_opal_mem_range()
382 ret |= of_property_read_u64(dn, "opal-runtime-size", &size); in add_opal_mem_range()
/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/drivers/misc/cxl/
H A Dof.c117 of_property_read_u64(np, "ibm,error-buffer-size", &afu->eb_len); in cxl_of_read_afu_properties()
120 of_property_read_u64(np, "ibm,config-record-size", &afu->crs_len); in cxl_of_read_afu_properties()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-msglog.c113 if (of_property_read_u64(node, mc_prop_name, &mcaddr)) { in memcons_init()
H A Dopal-secvar.c139 rc = of_property_read_u64(node, "max-var-size", max_size); in opal_secvar_max_size()
H A Dopal-core.c341 ret = of_property_read_u64(dn, "opal-base-address", in create_opalcore()
344 ret |= of_property_read_u64(dn, "opal-boot-address", in create_opalcore()
H A Dpci.c63 ret = of_property_read_u64(node, "ibm,opal-phbid", &phbid); in pnv_pci_get_slot_id()
/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/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/of/
H A Dproperty.c353 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() function
367 EXPORT_SYMBOL_GPL(of_property_read_u64);
/linux/drivers/soc/fsl/qe/
H A Dqe.c606 of_property_read_u64(fw, "extended-modes", in qe_get_firmware_info()
H A Dqmc.c1296 ret = of_property_read_u64(chan_np, "fsl,tx-ts-mask", &ts_mask); in qmc_of_parse_chans()
1306 ret = of_property_read_u64(chan_np, "fsl,rx-ts-mask", &ts_mask); in qmc_of_parse_chans()
/linux/include/linux/
H A Dof.h333 extern int of_property_read_u64(const struct device_node *np,
703 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.c776 ret = of_property_read_u64(dn, "rx-fifo-address", &rx_fifo); in vas_cfg_coproc_info()
/linux/drivers/pmdomain/qcom/
H A Dcpr.c1057 of_property_read_u64(child_np, "opp-hz", &rate); in cpr_get_opp_hz_for_req()
/linux/drivers/irqchip/
H A Dirq-gic-v3.c2324 if (of_property_read_u64(node, "redistributor-stride", &redist_stride)) in gic_of_init()