Home
last modified time | relevance | path

Searched refs:phandle (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/OverdriveBoard/FdtBlob/
Dstyx-overdrive.dts38 linux,phandle = <0x1>;
39 phandle = <0x1>;
45 linux,phandle = <0x4>;
46 phandle = <0x4>;
101 linux,phandle = <0x2>;
102 phandle = <0x2>;
124 linux,phandle = <0xd>;
125 phandle = <0xd>;
133 linux,phandle = <0x3>;
134 phandle = <0x3>;
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/
Dstyx-overdrive1000.dts38 linux,phandle = <0x1>;
39 phandle = <0x1>;
45 linux,phandle = <0x4>;
46 phandle = <0x4>;
101 linux,phandle = <0x2>;
102 phandle = <0x2>;
124 linux,phandle = <0xd>;
125 phandle = <0xd>;
133 linux,phandle = <0x3>;
134 phandle = <0x3>;
[all …]
/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
Dfdt_ro.c98 uint32_t phandle; in fdt_get_max_phandle() local
106 phandle = fdt_get_phandle(fdt, offset); in fdt_get_max_phandle()
107 if (phandle == (uint32_t)-1) in fdt_get_max_phandle()
110 if (phandle > max_phandle) in fdt_get_max_phandle()
111 max_phandle = phandle; in fdt_get_max_phandle()
525 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() argument
529 if ((phandle == 0) || (phandle == -1)) in fdt_node_offset_by_phandle()
543 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
DBdsLinuxFdt.c161 int offset, phandle = 0; in fdt_alloc_phandle() local
165 phandle = MAX(phandle, fdt_get_phandle(blob, offset)); in fdt_alloc_phandle()
168 return phandle + 1; in fdt_alloc_phandle()
400 int phandle[NUM_CORES]; in AmdStyxPrepareFdt() local
647 phandle[Index] = fdt_alloc_phandle(fdt); in AmdStyxPrepareFdt()
648 fdt_setprop_cell (fdt, cpu_node, "phandle", phandle[Index]); in AmdStyxPrepareFdt()
649 fdt_setprop_cell (fdt, cpu_node, "linux,phandle", phandle[Index]); in AmdStyxPrepareFdt()
708 fdt_setprop_cell (fdt, cpu_node, "cpu", phandle[CoreIndex]); in AmdStyxPrepareFdt()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
Dfdt_ro.c494 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() argument
498 if ((phandle == 0) || (phandle == (uint32_t)-1)) in fdt_node_offset_by_phandle()
512 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
Dlibfdt.h777 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
/device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
Dlibfdt.h886 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);