Home
last modified time | relevance | path

Searched refs:fdt_boot_cpuid_phys (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-3.4.0/include/lib/libfdt/
Dlibfdt.h247 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) macro
/trusted-firmware-a-3.4.0/lib/libfdt/
Dfdt_rw.c475 fdt_set_boot_cpuid_phys(buf, fdt_boot_cpuid_phys(fdt)); in fdt_open_into()