Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dfdtdump.c19 #define GET_CELL(p) (p += 4, *((const uint32_t *)(p-4))) macro
35 printf("0x%08x%s", fdt32_to_cpu(GET_CELL(p)), in print_data()
99 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) { in dump_blob()
132 sz = fdt32_to_cpu(GET_CELL(p)); in dump_blob()
133 s = p_strings + fdt32_to_cpu(GET_CELL(p)); in dump_blob()
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/dtc/dtc/
H A D0001-fdtdump-fix-Werror-int-to-pointer-cast.patch35 #define GET_CELL(p) (p += 4, *((const fdt32_t *)(p-4)))