HomeSort by relevance Sort by last modified time
    Searched refs:BPB_NumHeads (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
fat.h 38 UINT16 BPB_NumHeads;
78 UINT16 BPB_NumHeads;
bootsectimage.c 528 printf (" 1A Heads %04x\n", FatBpb.Fat12_16.BPB_NumHeads);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
FatFormat.h 38 UINT16 BPB_NumHeads;
78 UINT16 BPB_NumHeads;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
FatFormat.h 38 UINT16 BPB_NumHeads;
78 UINT16 BPB_NumHeads;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.h 68 UINT16 BPB_NumHeads;
ramdisk.c 134 CopyMem(&(pStart[index]), &(bsc->BPB_NumHeads), sizeof(bsc->BPB_NumHeads));
135 index+=sizeof(bsc->BPB_NumHeads);
384 g_bs.BPB_NumHeads = 0;

Completed in 59 milliseconds