Searched refs:Operation (Results 1 - 25 of 123) sorted by relevance

12345

/device/linaro/bootloader/edk2/OvmfPkg/Library/XenHypercallLib/
H A DXenHypercall.c49 IN UINTN Operation,
54 Operation, (INTN) Arguments);
60 IN INTN Operation,
65 Operation, (INTN) Arguments);
48 XenHypercallMemoryOp( IN UINTN Operation, IN OUT VOID *Arguments ) argument
59 XenHypercallEventChannelOp( IN INTN Operation, IN OUT VOID *Arguments ) argument
/device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
H A DXenHypercallLib.h69 @param Operation The operation number, e.g. XENMEM_add_to_physmap.
78 IN UINTN Operation,
85 @param Operation The operation number, e.g. EVTCHNOP_send.
94 IN INTN Operation,
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DCpuService.c99 if (gSmmCpuPrivate->Operation[ProcessorNumber] != SmmCpuNone ||
107 gSmmCpuPrivate->Operation[ProcessorNumber] = SmmCpuSwitchBsp;
172 gSmmCpuPrivate->Operation[Index] = SmmCpuAdd;
218 if (gSmmCpuPrivate->Operation[ProcessorNumber] != SmmCpuNone) {
228 gSmmCpuPrivate->Operation[ProcessorNumber] = SmmCpuRemove;
291 if (gSmmCpuPrivate->Operation[Index] == SmmCpuSwitchBsp) {
292 gSmmCpuPrivate->Operation[Index] = SmmCpuNone;
302 if (gSmmCpuPrivate->Operation[Index] == SmmCpuAdd) {
303 gSmmCpuPrivate->Operation[Index] = SmmCpuNone;
312 if (gSmmCpuPrivate->Operation[Inde
[all...]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
H A DQNCSmbus.h43 @param Operation Signifies which particular SMBus hardware protocol instance that
68 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION.
80 IN EFI_SMBUS_OPERATION Operation,
H A DQNCSmbusExec.c33 @param Operation Signifies which particular SMBus hardware protocol instance that
50 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION.
62 IN EFI_SMBUS_OPERATION Operation,
77 switch (Operation) {
139 @param Operation Signifies which particular SMBus hardware protocol instance that
164 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION.
176 IN EFI_SMBUS_OPERATION Operation,
190 Operation,
200 switch (Operation) {
59 QncSmbusExecCheckParameters( IN EFI_SMBUS_DEVICE_ADDRESS SlaveAddress, IN EFI_SMBUS_DEVICE_COMMAND Command, IN EFI_SMBUS_OPERATION Operation, IN BOOLEAN PecCheck, IN OUT UINTN *Length, IN OUT VOID *Buffer ) argument
173 Execute( IN EFI_SMBUS_DEVICE_ADDRESS SlaveAddress, IN EFI_SMBUS_DEVICE_COMMAND Command, IN EFI_SMBUS_OPERATION Operation, IN BOOLEAN PecCheck, IN OUT UINTN *Length, IN OUT VOID *Buffer ) argument
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/Devices/MvEeprom/
H A DMvEeprom.c126 IN UINT8 Operation
146 RequestPacket->Operation[0].LengthInBytes = 2;
147 RequestPacket->Operation[0].Buffer = AllocateZeroPool ( RequestPacket->Operation[0].LengthInBytes );
148 if (RequestPacket->Operation[0].Buffer == NULL) {
152 RequestPacket->Operation[1].Flags = (Operation == EEPROM_READ ? I2C_FLAG_READ : I2C_FLAG_NORESTART);
157 RequestPacket->Operation[0].Buffer[0] = (CurrentAddress >> 8) & 0xff;
158 RequestPacket->Operation[0].Buffer[1] = CurrentAddress & 0xff;
159 RequestPacket->Operation[
[all...]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDmaLib/
H A DArmDmaLib.c32 DMA_MAP_OPERATION Operation; member in struct:__anon3558
52 Operation is relative to the DMA bus master.
54 @param Operation Indicates if the bus master is going to read or write to system memory.
72 IN DMA_MAP_OPERATION Operation,
88 if (Operation >= MapOperationMaximum) {
122 if (Operation == MapOperationBusMasterCommonBuffer) {
124 "%a: Operation type 'MapOperationBusMasterCommonBuffer' is only supported\n"
141 if (Operation == MapOperationBusMasterRead) {
165 ASSERT (Operation != MapOperationBusMasterCommonBuffer ||
177 Map->Operation
71 DmaMap( IN DMA_MAP_OPERATION Operation, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciCommand.c23 @param Operation Type of Operation.
34 IN UINT8 Operation,
45 if (Operation != EFI_SET_REGISTER) {
54 if (Operation == EFI_GET_REGISTER) {
60 if (Operation == EFI_ENABLE_REGISTER) {
62 } else if (Operation == EFI_DISABLE_REGISTER) {
30 PciOperateRegister( IN PCI_IO_DEVICE *PciIoDevice, IN UINT16 Command, IN UINT8 Offset, IN UINT8 Operation, OUT UINT16 *PtrCommand ) argument
H A DPciIo.c69 @param Type Operation type could be memory or I/O.
942 @param Operation Indicates if the bus master is going to read or write to system memory.
961 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
973 if ((UINT32)Operation >= EfiPciIoOperationMaximum) {
982 Operation = (EFI_PCI_IO_PROTOCOL_OPERATION) (Operation + EfiPciOperationBusMasterRead64);
987 (EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION) Operation,
1277 @param Operation Set or Disable.
1287 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation
1317 if (Operation
959 PciIoMap( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_OPERATION Operation, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
1482 PciIoAttributes( IN EFI_PCI_IO_PROTOCOL * This, IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation, IN UINT64 Attributes, OUT UINT64 *Result OPTIONAL ) argument
2033 UpStreamBridgesAttributes( IN PCI_IO_DEVICE *PciIoDevice, IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation, IN UINT64 Attributes ) argument
[all...]
H A DPciIo.h35 @param Type Operation type could be memory or I/O.
369 @param Operation Indicates if the bus master is going to read or write to system memory.
388 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
527 @param Operation Set or Disable.
537 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation
544 @param Operation Enable/Disable.
553 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation
562 @param Operation The operation to perform on the attributes for this PCI controller.
572 its parent bridges when Operation is Set, Enable or Disable.
579 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
[all...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Include/Protocol/
H A DEeprom.h51 IN UINT8 Operation
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/
H A DBaseMemoryTest.h48 IN PEI_MEMORY_TEST_OP Operation,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/
H A DPciHotPlugRequest.h39 IN EFI_PCI_HOTPLUG_OPERATION Operation,
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
H A DDmaLib.h6 DMA Bus Master Read Operation:
13 DMA Bus Master Write Operation:
20 DMA Bus Master Common Buffer Operation:
66 Operation is relative to the DMA bus master.
68 @param Operation Indicates if the bus master is going to read or write to system memory.
86 IN DMA_MAP_OPERATION Operation,
H A DEblNetworkLib.h56 IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
H A DPiI2c.h293 /// of the elements in the Operation array.
304 EFI_I2C_OPERATION Operation [1]; member in struct:__anon8842
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DPciHotPlugRequest.h100 @param[in] Operation The operation the PCI bus driver is requested
107 when the Operation is a add operation. If
132 @retval EFI_INVALID_PARAMETER Operation is not a legal value.
135 @retval EFI_INVALID_PARAMETER ChildHandleBuffer is NULL while Operation is
138 @retval EFI_INVALID_PARAMETER ChildHandleBuffer is NULL while Operation is add.
146 IN EFI_PCI_HOTPLUG_OPERATION Operation,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Impl.h109 // Operation parameters: token and requested options.
113 UINT16 Operation; member in struct:_MTFTP4_PROTOCOL
177 @param Operation Redundant parameter, which is always
187 IN UINT16 Operation
197 @param Operation The MTFTP opcode, it may be a EFI_MTFTP4_OPCODE_RRQ
207 IN UINT16 Operation
H A DMtftp4Impl.c80 Instance->Operation = 0;
349 @param Operation The operation to do
361 IN UINT16 Operation
381 if (((Operation == EFI_MTFTP4_OPCODE_RRQ) || (Operation == EFI_MTFTP4_OPCODE_DIR)) &&
389 if ((Operation == EFI_MTFTP4_OPCODE_WRQ) &&
403 if (Instance->Operation != 0) {
413 // Set the Operation now to prevent the application start other
416 Instance->Operation = Operation;
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Support.h120 @param[in] Operation The operation code of this packet.
130 IN UINT16 Operation
309 @param[in] Operation The operation code of current packet.
318 IN UINT16 Operation
347 @param[in] Operation The operation code of current packet.
356 IN UINT16 Operation
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/Common/
H A DSpiCommon.c54 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationJedecId) {
57 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationOther) {
60 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationWriteStatus) {
63 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationProgramData_1_Byte ||
64 SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationProgramData_64_Byte) {
67 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationReadData ||
68 SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationFastRead ||
69 SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationDualOutputFastRead) {
72 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationErase_256_Byte ||
73 SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppyBlock.c183 @param Operation Specifies the read or write operation.
203 IN BOOLEAN Operation,
223 if (Operation == WRITE) {
267 if (Operation == WRITE) {
296 if (Operation == READ) {
327 Status = ReadWriteDataSector (FdcDev, Buffer, Lba, BlockCount, Operation);
347 if (Operation == READ) {
198 FddReadWriteBlocks( IN EFI_BLOCK_IO_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN UINTN BufferSize, IN BOOLEAN Operation, OUT VOID *Buffer ) argument
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaIo.c369 if (IsaMapInfo->Operation == EfiIsaIoOperationBusMasterWrite) {
704 @param Operation Indicates the type of DMA (slave or bus master), and if
707 If Operation and ChannelAttributes shows that this device
719 @retval EFI_INVALID_PARAMETER The Operation or HostAddress is undefined.
727 IN EFI_ISA_IO_PROTOCOL_OPERATION Operation,
762 // Make sure the Operation parameter is valid.
765 if (!(Operation == EfiIsaIoOperationSlaveRead ||
766 Operation == EfiIsaIoOperationSlaveWrite)) {
787 if (Operation == EfiIsaIoOperationBusMasterCommonBuffer) {
807 IsaMapInfo->Operation
725 IsaIoMapOnlySupportSlaveReadWrite( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
961 IsaIoMapFullSupport( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
1287 IsaIoMap( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c772 if (IsaMapInfo->Operation == EfiIsaIoOperationBusMasterWrite) {
1044 @param Operation Indicates the type of DMA (slave or bus master), and if
1047 If Operation and ChannelAttributes shows that this device
1059 @retval EFI_INVALID_PARAMETER The Operation or HostAddress is undefined.
1067 IN EFI_ISA_IO_PROTOCOL_OPERATION Operation,
1102 // Make sure the Operation parameter is valid.
1105 if (!(Operation == EfiIsaIoOperationSlaveRead ||
1106 Operation == EfiIsaIoOperationSlaveWrite)) {
1127 if (Operation == EfiIsaIoOperationBusMasterCommonBuffer) {
1147 IsaMapInfo->Operation
1065 IsaIoMapOnlySupportSlaveReadWrite( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
1301 IsaIoMapFullSupport( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
1627 IsaIoMap( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
[all...]
/device/linaro/bootloader/edk2/Omap35xxPkg/SmbusDxe/
H A DSmbus.c228 IN CONST EFI_SMBUS_OPERATION Operation,
242 if ((Operation != EfiSmbusWriteBlock) && (Operation != EfiSmbusReadBlock)) {
249 if (Operation == EfiSmbusReadBlock) {
251 } else if (Operation == EfiSmbusWriteBlock) {
224 SmbusExecute( IN CONST EFI_SMBUS_HC_PROTOCOL *This, IN CONST EFI_SMBUS_DEVICE_ADDRESS SlaveAddress, IN CONST EFI_SMBUS_DEVICE_COMMAND Command, IN CONST EFI_SMBUS_OPERATION Operation, IN CONST BOOLEAN PecCheck, IN OUT UINTN *Length, IN OUT VOID *Buffer ) argument

Completed in 205 milliseconds

12345