| /OK3568_Linux_fs/kernel/arch/powerpc/kexec/ |
| H A D | ranges.c | 252 ret = of_property_read_u64(dn, "linux,tce-base", &base); in add_tce_mem_ranges() 291 ret = of_property_read_u64(of_chosen, "linux,initrd-start", &base); in add_initrd_mem_range() 292 ret |= of_property_read_u64(of_chosen, "linux,initrd-end", &end); in add_initrd_mem_range() 369 ret = of_property_read_u64(dn, "opal-base-address", &base); in add_opal_mem_range() 370 ret |= of_property_read_u64(dn, "opal-runtime-size", &size); in add_opal_mem_range()
|
| H A D | file_load_64.c | 912 of_property_read_u64(dn, "opal-base-address", &val); in setup_purgatory_ppc64() 918 of_property_read_u64(dn, "opal-entry-address", &val); in setup_purgatory_ppc64()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_devfreq.c | 421 err = of_property_read_u64(node, "opp-hz", &freq); in kbasep_devfreq_read_suspend_clock() 423 if (of_property_read_u64(node, "opp-hz-real", &freq)) in kbasep_devfreq_read_suspend_clock() 424 err = of_property_read_u64(node, "opp-hz", &freq); in kbasep_devfreq_read_suspend_clock() 478 err = of_property_read_u64(node, "opp-hz", &opp_freq); in kbase_devfreq_init_core_mask_table() 491 err = of_property_read_u64(node, "opp-hz-real", real_freqs); in kbase_devfreq_init_core_mask_table() 508 if (of_property_read_u64(node, "opp-core-mask", &core_mask)) in kbase_devfreq_init_core_mask_table()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_devfreq.c | 288 if (of_property_read_u64(node, "opp-hz", &opp_freq)) { in kbase_devfreq_init_core_mask_table() 292 if (of_property_read_u64(node, "opp-hz-real", &real_freq)) in kbase_devfreq_init_core_mask_table() 294 if (of_property_read_u64(node, "opp-core-mask", &core_mask)) in kbase_devfreq_init_core_mask_table()
|
| /OK3568_Linux_fs/kernel/drivers/soc/renesas/ |
| H A D | r9a06g032-smp.c | 71 ret = of_property_read_u64(dn, in r9a06g032_smp_prepare_cpus()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_timeout.c | 150 err = of_property_read_u64(kbdev->dev->of_node, in kbase_csf_timeout_init()
|
| /OK3568_Linux_fs/kernel/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-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()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | of_access.h | 275 int of_property_read_u64(const struct device_node *np, const char *propname,
|
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | of_access.su | |
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_access.su | |
| H A D | of_access.c | 497 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() function
|
| H A D | ofnode.c | 65 return of_property_read_u64(ofnode_to_np(node), propname, outp); in ofnode_read_u64()
|
| /OK3568_Linux_fs/kernel/drivers/vfio/pci/ |
| H A D | vfio_pci_nvlink2.c | 245 if (of_property_read_u64(npu_node, "ibm,device-tgt-addr", &tgt)) { in vfio_pci_nvdia_v100_nvlink2_init() 438 if (of_property_read_u64(npu_node, "ibm,device-tgt-addr", &tgt)) { in vfio_pci_ibm_npu2_init()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | powernv_flash.c | 196 rc = of_property_read_u64(dev->of_node, "reg", &size); in powernv_flash_set_driver_info()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | secvar-sysfs.c | 154 rc = of_property_read_u64(node, "max-var-size", &varsize); in update_kobj_size()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | property.c | 340 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() function 354 EXPORT_SYMBOL_GPL(of_property_read_u64);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | tsc2007_core.c | 257 if (!of_property_read_u64(np, "ti,poll-period", &val64)) in tsc2007_probe_dt()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | papr_scm.c | 1067 if (of_property_read_u64(dn, "ibm,block-size", &block_size)) { in papr_scm_probe() 1072 if (of_property_read_u64(dn, "ibm,number-of-blocks", &blocks)) { in papr_scm_probe()
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/ |
| H A D | qe.c | 605 of_property_read_u64(fw, "extended-modes", in qe_get_firmware_info()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of.h | 326 extern int of_property_read_u64(const struct device_node *np, 816 static inline int of_property_read_u64(const struct device_node *np, in of_property_read_u64() function
|
| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | nx-common-powernv.c | 779 ret = of_property_read_u64(dn, "rx-fifo-address", &rx_fifo); in vas_cfg_coproc_info()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 817 of_property_read_u64
|