/linux/arch/powerpc/kexec/ |
H A D | ranges.c | 259 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 D | r9a06g032-smp.c | 71 ret = of_property_read_u64(dn, in r9a06g032_smp_prepare_cpus()
|
/linux/arch/arm64/kernel/ |
H A D | smp_spin_table.c | 55 ret = of_property_read_u64(dn, "cpu-release-addr", in smp_spin_table_cpu_init()
|
/linux/drivers/misc/cxl/ |
H A D | of.c | 117 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 D | opal-msglog.c | 113 if (of_property_read_u64(node, mc_prop_name, &mcaddr)) { in memcons_init()
|
H A D | opal-secvar.c | 139 rc = of_property_read_u64(node, "max-var-size", max_size); in opal_secvar_max_size()
|
H A D | opal-core.c | 341 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 D | pci.c | 63 ret = of_property_read_u64(node, "ibm,opal-phbid", &phbid); in pnv_pci_get_slot_id()
|
/linux/drivers/mtd/devices/ |
H A D | powernv_flash.c | 199 rc = of_property_read_u64(dev->of_node, "reg", &size); in powernv_flash_set_driver_info()
|
/linux/drivers/mtd/nand/raw/ |
H A D | gpio.c | 213 if (of_property_read_u64(pdev->dev.of_node, in gpio_nand_get_io_sync_of()
|
/linux/drivers/of/ |
H A D | property.c | 353 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 D | qe.c | 606 of_property_read_u64(fw, "extended-modes", in qe_get_firmware_info()
|
H A D | qmc.c | 1296 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 D | of.h | 333 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 D | nx-common-powernv.c | 776 ret = of_property_read_u64(dn, "rx-fifo-address", &rx_fifo); in vas_cfg_coproc_info()
|
/linux/drivers/pmdomain/qcom/ |
H A D | cpr.c | 1057 of_property_read_u64(child_np, "opp-hz", &rate); in cpr_get_opp_hz_for_req()
|
/linux/drivers/irqchip/ |
H A D | irq-gic-v3.c | 2324 if (of_property_read_u64(node, "redistributor-stride", &redist_stride)) in gic_of_init()
|