Lines Matching refs:gas_t
669 struct cpc_reg *gas_t;
758 gas_t = (struct cpc_reg *)
767 if (gas_t->space_id == ACPI_ADR_SPACE_PLATFORM_COMM) {
769 pcc_subspace_id = gas_t->access_width;
772 } else if (pcc_subspace_id != gas_t->access_width) {
777 } else if (gas_t->space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY) {
778 if (gas_t->address) {
787 addr = ioremap(gas_t->address, gas_t->bit_width/8);
792 } else if (gas_t->space_id == ACPI_ADR_SPACE_SYSTEM_IO) {
793 if (gas_t->access_width < 1 || gas_t->access_width > 3) {
800 gas_t->access_width);
803 if (gas_t->address & OVER_16BTS_MASK) {
806 gas_t->address);
815 if (gas_t->space_id != ACPI_ADR_SPACE_FIXED_HARDWARE || !cpc_ffh_supported()) {
818 gas_t->space_id);
824 memcpy(&cpc_ptr->cpc_regs[i-2].cpc_entry.reg, gas_t, sizeof(*gas_t));