acobject.h (e199e6136ce6b151e6638ae93dca60748424d900) acobject.h (09387b43153953006471dbb06ece6bf779d10937)
1
2/******************************************************************************
3 *
4 * Name: acobject.h - Definition of union acpi_operand_object (Internal object only)
5 *
6 *****************************************************************************/
7
8/*

--- 234 unchanged lines hidden (view full) ---

243 u8 field_flags; /* Access, update, and lock bits */\
244 u8 attribute; /* From access_as keyword */\
245 u8 access_byte_width; /* Read/Write size in bytes */\
246 struct acpi_namespace_node *node; /* Link back to parent node */\
247 u32 bit_length; /* Length of field in bits */\
248 u32 base_byte_offset; /* Byte offset within containing object */\
249 u32 value; /* Value to store into the Bank or Index register */\
250 u8 start_field_bit_offset;/* Bit offset within first field datum (0-63) */\
1
2/******************************************************************************
3 *
4 * Name: acobject.h - Definition of union acpi_operand_object (Internal object only)
5 *
6 *****************************************************************************/
7
8/*

--- 234 unchanged lines hidden (view full) ---

243 u8 field_flags; /* Access, update, and lock bits */\
244 u8 attribute; /* From access_as keyword */\
245 u8 access_byte_width; /* Read/Write size in bytes */\
246 struct acpi_namespace_node *node; /* Link back to parent node */\
247 u32 bit_length; /* Length of field in bits */\
248 u32 base_byte_offset; /* Byte offset within containing object */\
249 u32 value; /* Value to store into the Bank or Index register */\
250 u8 start_field_bit_offset;/* Bit offset within first field datum (0-63) */\
251 u8 access_bit_width; /* Read/Write size in bits (8-64) */
252
251
252
253struct acpi_object_field_common { /* COMMON FIELD (for BUFFER, REGION, BANK, and INDEX fields) */
254 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Parent Operation Region object (REGION/BANK fields only) */
255};
256
257struct acpi_object_region_field {
258 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Containing op_region object */
259};
260

--- 193 unchanged lines hidden ---
253struct acpi_object_field_common { /* COMMON FIELD (for BUFFER, REGION, BANK, and INDEX fields) */
254 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Parent Operation Region object (REGION/BANK fields only) */
255};
256
257struct acpi_object_region_field {
258 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Containing op_region object */
259};
260

--- 193 unchanged lines hidden ---