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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaPassThruExecute.c 306 UINT16 PhyLogicSectorSupport;
356 PhyLogicSectorSupport = IdentifyData->phy_logic_sector_support;
357 if ((PhyLogicSectorSupport & (BIT14 | BIT15)) == BIT14) {
361 if ((PhyLogicSectorSupport & BIT13) != 0) {
362 BlockMedia->LogicalBlocksPerPhysicalBlock = (UINT32) (1 << (PhyLogicSectorSupport & 0x000f));
374 if ((PhyLogicSectorSupport & BIT12) != 0) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Ata.c     [all...]

Completed in 57 milliseconds