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

/freebsd-10.0-release/contrib/dtc/
H A Dfdtdump.c18 #define GET_CELL(p) (p += 4, *((const uint32_t *)(p-4))) macro
34 printf("0x%08x%s", fdt32_to_cpu(GET_CELL(p)),
98 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) {
131 sz = fdt32_to_cpu(GET_CELL(p));
132 s = p_strings + fdt32_to_cpu(GET_CELL(p));

Completed in 104 milliseconds