Searched refs:fwa_cap (Results 1 – 2 of 2) sorted by relevance
34 acpi_desc->fwa_cap = NVDIMM_FWA_CAP_INVALID; in firmware_activate_noidle_store()452 if (acpi_desc->fwa_cap == NVDIMM_FWA_CAP_INVALID) in intel_bus_fwa_state()485 if (acpi_desc->fwa_cap == NVDIMM_FWA_CAP_INVALID) { in intel_bus_fwa_state()487 acpi_desc->fwa_cap = NVDIMM_FWA_CAP_QUIESCE; in intel_bus_fwa_state()494 acpi_desc->fwa_cap = NVDIMM_FWA_CAP_LIVE; in intel_bus_fwa_state()496 acpi_desc->fwa_cap = NVDIMM_FWA_CAP_NONE; in intel_bus_fwa_state()509 if (acpi_desc->fwa_cap > NVDIMM_FWA_CAP_INVALID) in intel_bus_fwa_capability()510 return acpi_desc->fwa_cap; in intel_bus_fwa_capability()513 return acpi_desc->fwa_cap; in intel_bus_fwa_capability()
266 enum nvdimm_fwa_capability fwa_cap; member