Home
last modified time | relevance | path

Searched refs:fwa_cap (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/acpi/nfit/
H A Dintel.c34 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()
H A Dnfit.h266 enum nvdimm_fwa_capability fwa_cap; member