Home
last modified time | relevance | path

Searched refs:phy_logic_sector_support (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/
DIdeControllerInit.h178 UINT16 phy_logic_sector_support; // word 106 member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DAtapi.h145 UINT16 phy_logic_sector_support; ///< word 106 member
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
DSiI3132AtaPassThru.c274 if ((IdentifyData->phy_logic_sector_support & BIT12) != 0) { in SiI3132AtaPassThruCommand()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAtaAtapiPassThru.c1303 if ((IdentifyData->AtaData.phy_logic_sector_support & (BIT14 | BIT15)) == BIT14) { in AtaPassThruPassThru()
1307 if ((IdentifyData->AtaData.phy_logic_sector_support & BIT12) != 0) { in AtaPassThruPassThru()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
DAtaPassThruExecute.c355 PhyLogicSectorSupport = IdentifyData->phy_logic_sector_support; in IdentifyAtaDevice()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DAta.c2548 PhyLogicSectorSupport = AtaIdentifyData->phy_logic_sector_support; in AtaEnableLongPhysicalSector()