Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
Dfdt.c95 const fdt32_t *tagp, *lenp; in fdt_next_tag() local
101 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
102 if (!tagp) in fdt_next_tag()
104 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()