Searched defs:acpi_table_wdat (Results 1 – 5 of 5) sorted by relevance
583 struct acpi_table_wdat { struct585 u32 header_length; /* Watchdog Header Length */586 u16 pci_segment; /* PCI Segment number */587 u8 pci_bus; /* PCI Bus number */588 u8 pci_device; /* PCI Device number */589 u8 pci_function; /* PCI Function number */590 u8 reserved[3];592 u32 max_count; /* Maximum counter value supported */593 u32 min_count; /* Minimum counter value */594 u8 flags;[all …]
803 typedef struct acpi_table_wdat struct805 ACPI_TABLE_HEADER Header; /* Common ACPI table header */806 UINT32 HeaderLength; /* Watchdog Header Length */807 UINT16 PciSegment; /* PCI Segment number */808 UINT8 PciBus; /* PCI Bus number */809 UINT8 PciDevice; /* PCI Device number */810 UINT8 PciFunction; /* PCI Function number */811 UINT8 Reserved[3];814 UINT32 MinCount; /* Minimum counter value */815 UINT8 Flags;[all …]
1579 typedef struct acpi_table_wdat struct1581 ACPI_TABLE_HEADER Header; /* Common ACPI table header */1582 UINT32 HeaderLength; /* Watchdog Header Length */1583 UINT16 PciSegment; /* PCI Segment number */1584 UINT8 PciBus; /* PCI Bus number */1585 UINT8 PciDevice; /* PCI Device number */1586 UINT8 PciFunction; /* PCI Function number */1587 UINT8 Reserved[3];1590 UINT32 MinCount; /* Minimum counter value */1591 UINT8 Flags;[all …]