Home
last modified time | relevance | path

Searched refs:fdt_getprop (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/
DFdtParser.c48 Prop = fdt_getprop (DeviceTreeBlob, 0, "#address-cells", &Length); in FindMemnode()
53 Prop = fdt_getprop (DeviceTreeBlob, 0, "#size-cells", &Length); in FindMemnode()
62 Prop = fdt_getprop (DeviceTreeBlob, MemoryNode, "reg", &Length); in FindMemnode()
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/
DVirt.c104 Type = fdt_getprop (DeviceTreeBase, Node, "device_type", &Len); in ArmPlatformInitializeSystemMemory()
110 RegProp = fdt_getprop (DeviceTreeBase, Node, "reg", &Len); in ArmPlatformInitializeSystemMemory()
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformPeiLib/
DPlatformPeiLib.c77 Compatible = fdt_getprop (Base, Node, "compatible", &Len); in PlatformPeim()
86 RegProp = fdt_getprop (Base, Node, "reg", &Len); in PlatformPeim()
/device/linaro/bootloader/edk2/ArmVirtPkg/HighMemDxe/
DHighMemDxe.c65 Type = fdt_getprop (DeviceTreeBase, Node, "device_type", &Len); in InitializeHighMemDxe()
71 RegProp = fdt_getprop (DeviceTreeBase, Node, "reg", &Len); in InitializeHighMemDxe()
/device/linaro/bootloader/edk2/ArmVirtPkg/VirtFdtDxe/
DVirtFdtDxe.c172 Prop = fdt_getprop (DeviceTreeBase, Node, "bus-range", &Len); in ProcessPciHost()
195 Prop = fdt_getprop (DeviceTreeBase, Node, "ranges", &Len); in ProcessPciHost()
335 Type = fdt_getprop (DeviceTreeBase, Node, "compatible", &Len); in InitializeVirtFdtDxe()
350 RegProp = fdt_getprop (DeviceTreeBase, Node, "reg", &Len); in InitializeVirtFdtDxe()
512 InterruptProp = fdt_getprop (DeviceTreeBase, Node, "interrupts", &Len); in InitializeVirtFdtDxe()
534 PsciMethod = fdt_getprop (DeviceTreeBase, Node, "method", &Len); in InitializeVirtFdtDxe()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
Dfdt_ro.c318 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() function
331 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle()
333 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle()
485 val = fdt_getprop(fdt, offset, propname, &len); in fdt_node_offset_by_prop_value()
542 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len); in fdt_node_check_compatible()
Dversion.lds16 fdt_getprop;
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPL011SerialPortLib/
DEarlyFdtPL011SerialPortLib.c89 Compatible = fdt_getprop (DeviceTreeBase, Node, "compatible", &Len); in SerialPortGetBaseAddress()
101 RegProperty = fdt_getprop (DeviceTreeBase, Node, "reg", &Len); in SerialPortGetBaseAddress()
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
Dlibfdt.h564 const void *fdt_getprop(const void *fdt, int nodeoffset,
569 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderFdt.c219 BootArg = fdt_getprop (fdt, node, "bootargs", &lenp); in PrepareFdt()
368 Method = fdt_getprop (fdt, cpu_node, "enable-method", &lenp); in PrepareFdt()