Home
last modified time | relevance | path

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

/qemu/hw/acpi/
H A Dnvdimm.c300 NvdimmNfitControlRegion *nfit_dcr; in nvdimm_build_structure_dcr() local
305 nfit_dcr = acpi_data_push(structures, sizeof(*nfit_dcr)); in nvdimm_build_structure_dcr()
307 nfit_dcr->type = cpu_to_le16(4 /* NVDIMM Control Region Structure */); in nvdimm_build_structure_dcr()
308 nfit_dcr->length = cpu_to_le16(sizeof(*nfit_dcr)); in nvdimm_build_structure_dcr()
309 nfit_dcr->dcr_index = cpu_to_le16(nvdimm_slot_to_dcr_index(slot)); in nvdimm_build_structure_dcr()
312 nfit_dcr->vendor_id = cpu_to_le16(0x8086); in nvdimm_build_structure_dcr()
313 nfit_dcr->device_id = cpu_to_le16(1); in nvdimm_build_structure_dcr()
316 nfit_dcr->revision_id = cpu_to_le16(1 /* Current Revision supported in nvdimm_build_structure_dcr()
318 nfit_dcr->serial_number = cpu_to_le32(sn); in nvdimm_build_structure_dcr()
319 nfit_dcr->fic = cpu_to_le16(0x301 /* Format Interface Code: in nvdimm_build_structure_dcr()