Lines Matching defs:acpi_table_spcr
253 typedef struct acpi_table_spcr struct
255 ACPI_TABLE_HEADER Header; /* Common ACPI table header */
256 UINT8 InterfaceType; /* 0=full 16550, 1=subset of 16550 */
257 UINT8 Reserved[3];
258 ACPI_GENERIC_ADDRESS SerialPort;
259 UINT8 InterruptType;
260 UINT8 PcInterrupt;
261 UINT32 Interrupt;
262 UINT8 BaudRate;
263 UINT8 Parity;
264 UINT8 StopBits;
265 UINT8 FlowControl;
266 UINT8 TerminalType;
267 UINT8 Reserved1;
268 UINT16 PciDeviceId;
269 UINT16 PciVendorId;
270 UINT8 PciBus;
271 UINT8 PciDevice;
272 UINT8 PciFunction;
273 UINT32 PciFlags;
274 UINT8 PciSegment;
275 UINT32 Reserved2;