Home
last modified time | relevance | path

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

/external/u-boot/tools/
Difdtool.c213 printf("FLILL 0x%08x\n", fcba->flill); in dump_fcba()
215 (fcba->flill >> 24) & 0xff); in dump_fcba()
217 (fcba->flill >> 16) & 0xff); in dump_fcba()
219 (fcba->flill >> 8) & 0xff); in dump_fcba()
221 fcba->flill & 0xff); in dump_fcba()
Difdtool.h53 uint32_t flill; member