Home
last modified time | relevance | path

Searched refs:NVME_IO_WRITE_OPC (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalNvmeReg.h803 #define NVME_IO_WRITE_OPC 1 macro
DOpalNvmeMode.c1985 CommandPacket.NvmeCmd->Cdw0.Opcode = NVME_IO_WRITE_OPC; in NvmeWriteSectors()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DNvme.h745 #define NVME_IO_WRITE_OPC 1 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
DNvmExpressBlockIo.c120 CommandPacket.NvmeCmd->Cdw0.Opcode = NVME_IO_WRITE_OPC; in WriteSectors()
643 CommandPacket->NvmeCmd->Cdw0.Opcode = NVME_IO_WRITE_OPC; in AsyncWriteSectors()