Lines Matching +full:uart +full:- +full:attached
8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 SPDX-License-Identifier: BSD-2-Clause-Patent
29 /// Device Path guid definition for backward-compatible with EFI1.1.
56 UINT8 Length[2]; ///< Specific Device Path data. Type and Sub-Type define
61 /// Device Path protocol definition for backward-compatible with EFI1.1.
136 /// The Vendor Device Path allows the creation of vendor-defined Device Paths. A vendor must
143 /// Vendor-assigned GUID that defines the data that follows.
147 /// Vendor-defined variable size data.
199 /// Device's PnP hardware ID stored in a numeric 32-bit
200 /// compressed EISA-type ID. This value must match the
207 /// _UID/_HID pair in the ACPI name space. Only the 32-bit
221 /// Device's PnP hardware ID stored in a numeric 32-bit
222 /// compressed EISA-type ID. This value must match the
234 /// 32-bit compressed EISA-type ID. This value must match at
248 // EISA ID Definition 32-bits
249 // bits[15:0] - three character compressed ASCII EISA ID.
250 // bits[31:16] - binary number
275 /// field comes from Table B-2 of the ACPI 3.0 specification. At
438 /// Vendor ID assigned by USB-IF. A value of 0xFFFF will
443 /// Product ID assigned by USB-IF. A value of 0xFFFF will
448 /// The class code assigned by the USB-IF. A value of 0xFF
453 /// The subclass code assigned by the USB-IF. A value of
458 /// The protocol code assigned by the USB-IF. A value of
487 /// Last 64-or-fewer UTF-16 characters of the USB
590 /// 0x00 - The Source IP Address was assigned though DHCP.
591 /// 0x01 - The Source IP Address is statically bound.
631 /// 0x00 - The Local IP Address was manually configured.
632 /// 0x01 - The Local IP Address is assigned through IPv6
633 /// stateless auto-configuration.
634 /// 0x02 - The Local IP Address is assigned through IPv6
656 /// Bit 0 - IOC/Service (0b = IOC, 1b = Service).
657 /// Bit 1 - Extend Boot Environment.
658 /// Bit 2 - Console Protocol.
659 /// Bit 3 - Storage Protocol.
660 /// Bit 4 - Network Protocol.
665 /// 128-bit Global Identifier for remote fabric port.
669 /// 64-bit unique identifier to remote IOC or server process.
674 /// 64-bit persistent ID of remote IOC port.
678 /// 64-bit persistent ID of remote device.
690 /// UART Device Path SubType.
700 /// The baud rate setting for the UART style device. A value of 0
705 /// The number of data bits for the UART style device. A value
710 /// The parity setting for the UART style device.
711 /// Parity 0x00 - Default Parity.
712 /// Parity 0x01 - No Parity.
713 /// Parity 0x02 - Even Parity.
714 /// Parity 0x03 - Odd Parity.
715 /// Parity 0x04 - Mark Parity.
716 /// Parity 0x05 - Space Parity.
720 /// The number of stop bits for the UART style device.
721 /// Stop Bits 0x00 - Default Stop Bits.
722 /// Stop Bits 0x01 - 1 Stop Bit.
723 /// Stop Bits 0x02 - 1.5 Stop Bits.
724 /// Stop Bits 0x03 - 2 Stop Bits.
754 /// UART Flow Control Messaging Device Path
776 /// Serial Attached SCSI (SAS) Device Path.
789 /// SAS Address for Serial Attached SCSI Target.
807 /// Serial Attached SCSI (SAS) Ex Device Path SubType
813 /// 8-byte array of the SAS Address for Serial Attached SCSI Target Port.
817 /// 8-byte array of the SAS Logical Unit Number.
841 /// NVMe over Fabric (NVMe-oF) Namespace Device Path SubType.
968 /// VLAN identifier (0-4094).
986 /// Wi-Fi Device Path SubType.
992 /// Service set identifier. A 32-byte octets string.
1046 /// 0x01 - PC-AT compatible legacy MBR.
1047 /// 0x02 - GUID Partition Table.
1052 /// 0x00 - No Disk Signature.
1053 /// 0x01 - 32-bit signature from address 0x1b8 of the type 0x01 MBR.
1054 /// 0x02 - GUID signature.
1067 /// CD-ROM Media Device Path SubType.
1072 /// The CD-ROM Media Device Path is used to define a system partition that exists on a CD-ROM.
1081 /// Starting RBA of the partition on the medium. CD-ROMs use Relative logical Block Addressing.
1102 /// A NULL-terminated Path string including directory and file names.
1241 /// This Device Path is used to describe the booting of non-EFI-aware operating systems.
1254 /// Null-terminated ASCII string that describes the boot device to a user.
1260 // DeviceType definitions - from BBS specification
1305 UART_DEVICE_PATH Uart; member
1362 UART_DEVICE_PATH *Uart; member