Lines Matching refs:gas_t
667 struct cpc_reg *gas_t;
750 gas_t = (struct cpc_reg *)
759 if (gas_t->space_id == ACPI_ADR_SPACE_PLATFORM_COMM) {
761 pcc_subspace_id = gas_t->access_width;
764 } else if (pcc_subspace_id != gas_t->access_width) {
768 } else if (gas_t->space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY) {
769 if (gas_t->address) {
772 addr = ioremap(gas_t->address, gas_t->bit_width/8);
778 if (gas_t->space_id != ACPI_ADR_SPACE_FIXED_HARDWARE || !cpc_ffh_supported()) {
780 pr_debug("Unsupported register type: %d\n", gas_t->space_id);
786 memcpy(&cpc_ptr->cpc_regs[i-2].cpc_entry.reg, gas_t, sizeof(*gas_t));