Home
last modified time | relevance | path

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

/linux-4.19.296/include/acpi/
Dactbl.h89 struct acpi_generic_address { struct
90 u8 space_id; /* Address space where struct or register exists */
91 u8 bit_width; /* Size in bits of given register */
92 u8 bit_offset; /* Bit offset within the register */
93 u8 access_width; /* Minimum Access size (ACPI 3.0) */
94 u64 address; /* 64-bit address of struct or register */