Searched refs:PhyLogicSectorSupport (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c292 UINT16 PhyLogicSectorSupport; local
342 PhyLogicSectorSupport = IdentifyData->phy_logic_sector_support;
343 if ((PhyLogicSectorSupport & (BIT14 | BIT15)) == BIT14) {
347 if ((PhyLogicSectorSupport & BIT13) != 0) {
348 BlockMedia->LogicalBlocksPerPhysicalBlock = (UINT32) (1 << (PhyLogicSectorSupport & 0x000f));
360 if ((PhyLogicSectorSupport & BIT12) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c2538 UINT16 PhyLogicSectorSupport; local
2548 PhyLogicSectorSupport = AtaIdentifyData->phy_logic_sector_support;
2552 if ((PhyLogicSectorSupport & 0xc000) == 0x4000) {
2558 if ((PhyLogicSectorSupport & 0x2000) != 0) {
2560 (UINT32) (1 << (PhyLogicSectorSupport & 0x000f));
2574 if ((PhyLogicSectorSupport & 0x1000) != 0) {

Completed in 369 milliseconds