Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Difdtool.c269 static void dump_fmba(struct fmba_t *fmba) in dump_fmba()
422 dump_fmba((struct fmba_t *)(image + (((fdb->flmap1) & 0xff) << 4))); in dump_fd()
564 struct fmba_t *fmba; in lock_descriptor()
570 fmba = (struct fmba_t *)(image + (((fdb->flmap1) & 0xff) << 4)); in lock_descriptor()
585 struct fmba_t *fmba; in unlock_descriptor()
587 fmba = (struct fmba_t *)(image + (((fdb->flmap1) & 0xff) << 4)); in unlock_descriptor()
H A Difdtool.h65 struct __packed fmba_t { struct