Home
last modified time | relevance | path

Searched refs:EFI_AHCI_PORT_CMD_ST (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/StyxSataPlatformDxe/
DSataRegisters.h116 #define EFI_AHCI_PORT_CMD_ST BIT0 macro
123 #define EFI_AHCI_PORT_CMD_MASK ~(EFI_AHCI_PORT_CMD_ST | EFI_AHCI_PORT_CMD_FRE | EFI…
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAhciMode.h121 #define EFI_AHCI_PORT_CMD_ST BIT0 macro
128 #define EFI_AHCI_PORT_CMD_MASK ~(EFI_AHCI_PORT_CMD_ST | EFI_AHCI_PORT_CMD_FRE | EFI…
DAhciMode.c482 if ((Data & (EFI_AHCI_PORT_CMD_ST | EFI_AHCI_PORT_CMD_CR)) != 0) { in AhciDisableFisReceive()
1254 if ((Data & (EFI_AHCI_PORT_CMD_ST | EFI_AHCI_PORT_CMD_CR)) == 0) { in AhciStopCommand()
1258 if ((Data & EFI_AHCI_PORT_CMD_ST) != 0) { in AhciStopCommand()
1259 AhciAndReg (PciIo, Offset, (UINT32)~(EFI_AHCI_PORT_CMD_ST)); in AhciStopCommand()
1352 AhciOrReg (PciIo, Offset, EFI_AHCI_PORT_CMD_ST | StartCmd); in AhciStartCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalAhciMode.h114 #define EFI_AHCI_PORT_CMD_ST BIT0 macro
121 #define EFI_AHCI_PORT_CMD_MASK ~(EFI_AHCI_PORT_CMD_ST | EFI_AHCI_PORT_CMD_FRE | EFI…
DOpalAhciMode.c377 if ((Data & (EFI_AHCI_PORT_CMD_ST | EFI_AHCI_PORT_CMD_CR)) != 0) { in AhciDisableFisReceive()
764 if ((Data & (EFI_AHCI_PORT_CMD_ST | EFI_AHCI_PORT_CMD_CR)) == 0) { in AhciStopCommand()
768 if ((Data & EFI_AHCI_PORT_CMD_ST) != 0) { in AhciStopCommand()
769 AhciAndReg (Offset, (UINT32)~(EFI_AHCI_PORT_CMD_ST)); in AhciStopCommand()
856 AhciOrReg (Offset, EFI_AHCI_PORT_CMD_ST | StartCmd); in AhciStartCommand()