Lines Matching refs:gas
87 ACPI_GENERIC_ADDRESS *gas) in acpi_get_gas() argument
95 memcpy(gas, obj->Buffer.Pointer + 3, sizeof(*gas)); in acpi_get_gas()
107 ACPI_GENERIC_ADDRESS gas; in acpi_get_pct() member
118 reg->space_id = raw.gas.SpaceId; in acpi_get_pct()
119 reg->bit_width = raw.gas.BitWidth; in acpi_get_pct()
120 reg->bit_offset = raw.gas.BitOffset; in acpi_get_pct()
121 reg->reserved = raw.gas.AccessWidth; in acpi_get_pct()
122 reg->address = raw.gas.Address; in acpi_get_pct()
294 ACPI_GENERIC_ADDRESS gas; in acpi_fetch_cx() local
303 acpi_get_gas(pkg, 0, &gas) != 0) { in acpi_fetch_cx()
311 cx_ptr->reg.space_id = gas.SpaceId; in acpi_fetch_cx()
312 cx_ptr->reg.bit_width = gas.BitWidth; in acpi_fetch_cx()
313 cx_ptr->reg.bit_offset = gas.BitOffset; in acpi_fetch_cx()
314 cx_ptr->reg.access_size = gas.AccessWidth; in acpi_fetch_cx()
315 cx_ptr->reg.address = gas.Address; in acpi_fetch_cx()