Searched refs:of_getprop_uint64 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/dev/ofw/
H A Dopenfirm.h140 int of_getprop_uint64(int, const char *, uint64_t *);
H A Dofw_subr.c609 of_getprop_uint64(int node, const char *prop, uint64_t *val) function
/netbsd-current/sys/arch/arm/fdt/
H A Dacpi_fdt.c172 of_getprop_uint64(chosen, "netbsd,smbios-table", &smbios_table);
H A Darm_fdt.c258 if (of_getprop_uint64(chosen, "netbsd,uefi-system-table", &efi_system_table) != 0)
H A Dcpu_fdt.c368 if (of_getprop_uint64(phandle, "cpu-release-addr", &addr) != 0)
H A Dgicv3_fdt.c282 if (of_getprop_uint64(sc->sc_phandle, "mbi-alias", &addr) != 0 &&
/netbsd-current/sys/arch/arm/apple/
H A Dapple_platform.c139 of_getprop_uint64(phandle, "cpu-release-addr", &release_addr) == 0) {
H A Dapple_pcie.c746 if (of_getprop_uint64(phandle, "msi-doorbell", &sc->sc_msi_addr)) {
/netbsd-current/sys/dev/fdt/
H A Dcpufreq_dt.c444 if (of_getprop_uint64(opp_node, "opp-hz", &opp_hz) != 0)
/netbsd-current/sys/arch/arm/acpi/
H A Dacpi_machdep.c154 if (of_getprop_uint64(chosen, "netbsd,acpi-root-table", &pa) != 0)

Completed in 129 milliseconds