Searched refs:gas_t (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/acpi/
H A Dcppc_acpi.c679 struct cpc_reg *gas_t; local
768 gas_t = (struct cpc_reg *)
777 if (gas_t->space_id == ACPI_ADR_SPACE_PLATFORM_COMM) {
779 pcc_subspace_id = gas_t->access_width;
782 } else if (pcc_subspace_id != gas_t->access_width) {
787 } else if (gas_t->space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY) {
788 if (gas_t->address) {
798 access_width = GET_BIT_WIDTH(gas_t) / 8;
799 addr = ioremap(gas_t->address, access_width);
804 } else if (gas_t
[all...]

Completed in 105 milliseconds