Lines Matching refs:spa
40 struct acpi_nfit_system_address *spa = nfit_spa->spa;42 if (nfit_spa_type(spa) != NFIT_SPA_PM)44 /* find the spa that covers the mce addr */45 if (spa->address > mce->addr)47 if ((spa->address + spa->length - 1) < mce->addr)51 spa->range_index, spa->address, spa->length);