Home
last modified time | relevance | path

Searched defs:acpi_HPET_description_table_t (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.7/kernel/src/driver/acpi/
Dacpi.h77 struct acpi_HPET_description_table_t struct
79 struct acpi_system_description_table_header_t header;
81 uint8_t hardware_rev_id;
82 uint8_t comparator_count : 5; // Number of Comparators in 1st Timer Block
83 uint8_t counter_size : 1; // COUNT_SIZE_CAP counter size
84 uint8_t reserved0 : 1;
85 uint8_t legacy_replacement : 1; // LegacyReplacement IRQ Routing Capable
86 uint16_t pci_vendor_id; // PCI Vendor ID of 1st Timer Block
88 uint8_t address_space_id; // 0 - system memory, 1 - system I/O
89 uint8_t register_bit_width;
[all …]