Searched defs:Control (Results 1 - 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c268 EFI_USER_INFO_ACCESS_CONTROL *Control; local
278 Control = (EFI_USER_INFO_ACCESS_CONTROL *) (NewUserInfo + 1);
279 Control->Type = EFI_USER_INFO_ACCESS_ENROLL_SELF;
280 Control->Size = sizeof (EFI_USER_INFO_ACCESS_CONTROL);
286 NewUserInfo->InfoSize = sizeof (EFI_USER_INFO) + Control->Size;
H A DModifyAccessPolicy.c30 EFI_USER_INFO_ACCESS_CONTROL Control; local
50 Control.Type = mAccessInfo.AccessRight;
51 Control.Size = (UINT32) Size;
52 CopyMem (mUserInfo.AccessPolicy + OffSet, &Control, sizeof (Control));
53 OffSet += sizeof (Control);
63 Control.Type = EFI_USER_INFO_ACCESS_SETUP;
64 Control.Size = (UINT32) Size;
65 CopyMem (mUserInfo.AccessPolicy + OffSet, &Control, sizeof (Control));
[all...]
H A DUserProfileModify.c641 EFI_USER_INFO_ACCESS_CONTROL Control; local
662 CopyMem (&Control, mUserInfo.AccessPolicy + OffSet, sizeof (Control));
663 ValLen = Control.Size - sizeof (Control);
664 switch (Control.Type) {
678 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
689 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
700 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
713 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
H A DEnhancedSpeedstep.h65 UINT32 Control;
56 UINT32 Control; member in struct:__anon11894
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
H A DSiI3132AtaPassThru.c62 UINTN Control = PRB_CTRL_ATA; local
80 Control = PRB_CTRL_SRST;
83 SataPort->HostPRB->Fis.Control = 0x0F;
125 SataPort->HostPRB->Fis.Control = 1 << 7; // Is a command
127 SataPort->HostPRB->Fis.Control |= PortMultiplierPort & 0xFF;
160 SataPort->HostPRB->Fis.Control = 1 << 7; // Is a command
162 SataPort->HostPRB->Fis.Control |= PortMultiplierPort & 0xFF;
188 SataPort->HostPRB->Control = Control;
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiIbft.c56 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
59 Control = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *) (Table + 1);
61 Control->Header.StructureId = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE_ID;
62 Control->Header.Version = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE_VERSION;
63 Control->Header.Length = (UINT16) sizeof (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE);
73 Control->Header.Flags = 0;
88 Control->Header.Length = (UINT16) (Control->Header.Length + (NumOffset - 4) * sizeof (UINT16));
132 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
135 Control
201 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
[all...]
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
H A DAx88772.c218 UINT16 Control; local
233 Control = BMCR_AUTONEGOTIATION_ENABLE
236 Control |= BMCR_100MBPS;
239 Control |= BMCR_FULL_DUPLEX;
241 Status = Ax88772PhyWrite ( pNicDevice, PHY_BMCR, Control );
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
H A DAcpiPlatform.h81 UINT32 Control; member in struct:__anon9918
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
H A Duisample.py115 Control = [ variable
848 (u'Control', u'Type', u'N', None, None, None, None, u'Identifier', None, u'The type of the control.'),
849 (u'Control', u'X', u'N', 0, 32767, None, None, None, None, u'Horizontal coordinate of the upper left corner of the bounding rectangle of the control.'),
850 (u'Control', u'Y', u'N', 0, 32767, None, None, None, None, u'Vertical coordinate of the upper left corner of the bounding rectangle of the control.'),
851 (u'Control', u'Width', u'N', 0, 32767, None, None, None, None, u'Width of the bounding rectangle of the control.'),
852 (u'Control', u'Height', u'N', 0, 32767, None, None, None, None, u'Height of the bounding rectangle of the control.'),
853 (u'Control', u'Attributes', u'Y', 0, 2147483647, None, None, None, None, u'A 32-bit word that specifies the attribute flags to be applied to this control.'),
854 (u'Control', u'Text', u'Y', None, None, None, None, u'Formatted', None, u'A string used to set the initial text contained within a control (if appropriate).'),
855 (u'Control', u'Property', u'Y', None, None, None, None, u'Identifier', None, u'The name of a defined property to be linked to this control. '),
856 (u'Control',
[all...]
H A Dmsilib.py598 class Control: class in inherits:
615 class RadioButtonGroup(Control):
638 add_data(self.db, "Control",
640 return Control(self, name)
656 add_data(self.db, "Control",
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
H A DSerial.c94 Check the device path node whether it's the Flow Control node or not.
98 @retval TRUE It's the Flow Control node.
386 // If the second node is Flow Control Node,
611 // 3. Append the Flow Control device path node.
612 // Only produce the Flow Control node when remaining device path has it
794 UINT32 Control; local
904 Status = SerialIo->GetControl (SerialIo, &Control);
907 Control |= EFI_SERIAL_HARDWARE_FLOW_CONTROL_ENABLE;
909 Control &= ~EFI_SERIAL_HARDWARE_FLOW_CONTROL_ENABLE;
914 Control
[all...]
H A DSerialIo.c470 UINT32 Control; local
554 Control = 0;
556 Control |= EFI_SERIAL_HARDWARE_FLOW_CONTROL_ENABLE;
559 Control |= EFI_SERIAL_SOFTWARE_LOOPBACK_ENABLE;
563 Control
792 Set Control Bits.
795 @param Control Control bits that can be settable
797 @retval EFI_SUCCESS New Control bits were set successfully
798 @retval EFI_UNSUPPORTED The Control bit
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConIn.c521 UINT32 Control; local
570 Status = SerialIo->GetControl (SerialIo, &Control);
571 if (EFI_ERROR (Status) || ((Control & EFI_SERIAL_INPUT_BUFFER_EMPTY) == 0)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiIbft.c58 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
61 Control = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *) (Table + 1);
63 ZeroMem (Control, sizeof (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE));
65 Control->Header.StructureId = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE_ID;
66 Control->Header.Version = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE_VERSION;
67 Control->Header.Length = (UINT16) sizeof (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE);
79 Control->Header.Length = (UINT16) (Control->Header.Length + (NumOffset - 4) * sizeof (UINT16));
121 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
128 Control
259 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
[all...]
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
H A DWinNtSerialIo.c65 Check the device path node whether it's the Flow Control node or not.
69 @retval TRUE It's the Flow Control node.
86 Check the device path node whether it contains Flow Control node or not.
90 @retval TRUE It contains the Flow Control node.
223 // If the second node is Flow Control Node,
266 // See if RemainingDevicePath has a Flow Control device path node
395 UINT32 Control; local
483 Status = SerialIo->GetControl (SerialIo, &Control);
486 Control |= EFI_SERIAL_HARDWARE_FLOW_CONTROL_ENABLE;
488 Control
1416 UINT32 Control; local
1517 UINT32 Control; local
[all...]
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
H A DAx88772.c272 UINT16 Control; local
289 Control = BMCR_AUTONEGOTIATION_ENABLE
292 Control |= BMCR_100MBPS;
295 Control |= BMCR_FULL_DUPLEX;
297 Status = Ax88772PhyWrite ( pNicDevice, PHY_BMCR, Control );
/device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
H A DQemuFwCfgLib.h34 // Macros for the FW_CFG_DMA_ACCESS.Control bitmap (in native encoding).
84 UINT32 Control; member in struct:__anon9819
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/
H A DPpm.h83 UINT32 Control; member in struct:__anon9930
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DOhciReg.c238 HcCONTROL Control; local
242 *(UINT32 *) &Control = OhciGetOperationalReg (Ohc->PciIo, HC_CONTROL);
245 Control.ControlBulkRatio = Value;
249 Control.FunctionalState = Value;
253 Control.PeriodicEnable = Value;
257 Control.ControlEnable = Value;
261 Control.IsochronousEnable = Value;
265 Control.BulkEnable = Value;
269 Control.InterruptRouting = Value;
272 Status = OhciSetOperationalReg (Ohc->PciIo, HC_CONTROL, &Control);
296 HcCONTROL Control; local
[all...]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
H A DOhciReg.c234 HcCONTROL Control; local
238 *(UINT32 *) &Control = OhciGetOperationalReg (Ohc, HC_CONTROL);
241 Control.ControlBulkRatio = Value;
245 Control.FunctionalState = Value;
249 Control.PeriodicEnable = Value;
253 Control.ControlEnable = Value;
257 Control.IsochronousEnable = Value;
261 Control.BulkEnable = Value;
265 Control.InterruptRouting = Value;
268 Status = OhciSetOperationalReg (Ohc, HC_CONTROL, (UINT32*)&Control);
292 HcCONTROL Control; local
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
H A DAcpiPlatformHooks.h89 UINT32 Control;
80 UINT32 Control; member in struct:__anon11754
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
H A DHTTP.c36 INTN Control; local
54 Control = Character;
60 if ( 0 != ( Control & 0x80 )) {
61 while ( 0 != ( Control & 0x40 )) {
64 Control <<= 1;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c90 Check the device path node whether it's the Flow Control node or not.
94 @retval TRUE It's the Flow Control node.
111 Check the device path node whether it contains Flow Control node or not.
115 @retval TRUE It contains the Flow Control node.
261 // If the second node is Flow Control Node,
413 UINT32 Control; local
502 Status = SerialIo->GetControl (SerialIo, &Control);
505 Control |= EFI_SERIAL_HARDWARE_FLOW_CONTROL_ENABLE;
507 Control &= ~EFI_SERIAL_HARDWARE_FLOW_CONTROL_ENABLE;
512 Control
1129 UINT32 Control; local
[all...]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
H A DCEATA.h70 UINT8 Control; member in struct:__anon10069
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
H A DCeAta.h82 UINT8 Control; member in struct:__anon11664

Completed in 267 milliseconds

12