Lines Matching refs:gas
67 const struct acpi_generic_address *gas = &instr->entry.register_region;
69 switch (gas->access_width) {
84 gas->address);
92 const struct acpi_generic_address *gas = &instr->entry.register_region;
94 switch (gas->access_width) {
109 gas->address);
130 const struct acpi_generic_address *gas;
135 gas = &entry->register_region;
147 x >>= gas->bit_offset;
157 x >>= gas->bit_offset;
165 x <<= gas->bit_offset;
170 y = y & ~(mask << gas->bit_offset);
181 x <<= gas->bit_offset;
186 y = y & ~(mask << gas->bit_offset);
374 const struct acpi_generic_address *gas;
394 gas = &entries[i].register_region;
397 r.start = gas->address;
398 r.end = r.start + ACPI_ACCESS_BYTE_WIDTH(gas->access_width) - 1;
399 if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY) {
401 } else if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_IO) {
405 gas->space_id);