Home
last modified time | relevance | path

Searched refs:StartCmd (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalAhciMode.c803 UINT32 StartCmd; in AhciStartCommand() local
831 StartCmd = 0; in AhciStartCommand()
833 StartCmd = AhciReadReg (Offset); in AhciStartCommand()
834 StartCmd &= ~EFI_AHCI_PORT_CMD_ICC_MASK; in AhciStartCommand()
835 StartCmd |= EFI_AHCI_PORT_CMD_ACTIVE; in AhciStartCommand()
856 AhciOrReg (Offset, EFI_AHCI_PORT_CMD_ST | StartCmd); in AhciStartCommand()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAhciMode.c1296 UINT32 StartCmd; in AhciStartCommand() local
1326 StartCmd = 0; in AhciStartCommand()
1328 StartCmd = AhciReadReg (PciIo, Offset); in AhciStartCommand()
1329 StartCmd &= ~EFI_AHCI_PORT_CMD_ICC_MASK; in AhciStartCommand()
1330 StartCmd |= EFI_AHCI_PORT_CMD_ACTIVE; in AhciStartCommand()
1352 AhciOrReg (PciIo, Offset, EFI_AHCI_PORT_CMD_ST | StartCmd); in AhciStartCommand()