Lines Matching defs:acpi_table_wdrt
723 struct acpi_table_wdrt { struct
724 struct acpi_table_header header; /* Common ACPI table header */
725 struct acpi_generic_address control_register;
726 struct acpi_generic_address count_register;
727 u16 pci_device_id;
728 u16 pci_vendor_id;
729 u8 pci_bus; /* PCI Bus number */
730 u8 pci_device; /* PCI Device number */
731 u8 pci_function; /* PCI Function number */
732 u8 pci_segment; /* PCI Segment number */
733 u16 max_count; /* Maximum counter value supported */
734 u8 units;