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

/freebsd-10.1-release/contrib/dtc/
H A Dfdtdump.c20 #define GET_CELL(p) (p += 4, *((const uint32_t *)(p-4))) macro
96 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) {
130 sz = fdt32_to_cpu(GET_CELL(p));
131 s = p_strings + fdt32_to_cpu(GET_CELL(p));

Completed in 89 milliseconds