Searched refs:GET_CELL (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/dtc/
H A Dfdtdump.c23 #define GET_CELL(p) (p += 4, *((const uint32_t *)(p-4))) macro
99 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) {
133 sz = fdt32_to_cpu(GET_CELL(p));
134 s = p_strings + fdt32_to_cpu(GET_CELL(p));

Completed in 72 milliseconds