Searched refs:flmap1 (Results 1 – 3 of 3) sorted by relevance
398 printf("FLMAP1: 0x%08x\n", fdb->flmap1); in dump_fd()399 printf(" ISL: 0x%02x\n", (fdb->flmap1 >> 24) & 0xff); in dump_fd()400 printf(" FPSBA: 0x%x\n", ((fdb->flmap1 >> 16) & 0xff) << 4); in dump_fd()401 printf(" NM: %d\n", (fdb->flmap1 >> 8) & 3); in dump_fd()402 printf(" FMBA: 0x%x\n", ((fdb->flmap1) & 0xff) << 4); in dump_fd()421 (image + (((fdb->flmap1 >> 16) & 0xff) << 4))); in dump_fd()422 dump_fmba((struct fmba_t *)(image + (((fdb->flmap1) & 0xff) << 4))); in dump_fd()570 fmba = (struct fmba_t *)(image + (((fdb->flmap1) & 0xff) << 4)); in lock_descriptor()587 fmba = (struct fmba_t *)(image + (((fdb->flmap1) & 0xff) << 4)); in unlock_descriptor()
37 uint32_t flmap1; member
67 flvalsig, flmap0, flmap1, flmap2 = struct.unpack('<LLLL',
Completed in 5 milliseconds