Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Difdtool.c214 printf("FLILL 0x%08x\n", fcba->flill); in dump_fcba()
216 (fcba->flill >> 24) & 0xff); in dump_fcba()
218 (fcba->flill >> 16) & 0xff); in dump_fcba()
220 (fcba->flill >> 8) & 0xff); in dump_fcba()
222 fcba->flill & 0xff); in dump_fcba()
H A Difdtool.h54 uint32_t flill; member