Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/dtc/dist/
H A Dfdtdump.c25 #define GET_CELL(p) (p += 4, *((const fdt32_t *)(p-4))) macro
102 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) { in dump_blob()
136 sz = fdt32_to_cpu(GET_CELL(p)); in dump_blob()
137 s = p_strings + fdt32_to_cpu(GET_CELL(p)); in dump_blob()