Loading drivers/acpi/nfit.h +7 −5 Original line number Original line Diff line number Diff line Loading @@ -41,11 +41,13 @@ enum nfit_uuids { NFIT_UUID_MAX, NFIT_UUID_MAX, }; }; enum nfit_fic { /* NFIT_FIC_BYTE = 0x101, /* byte-addressable energy backed */ * Region format interface codes are stored as an array of bytes in the NFIT_FIC_BLK = 0x201, /* block-addressable non-energy backed */ * NFIT DIMM Control Region structure NFIT_FIC_BYTEN = 0x301, /* byte-addressable non-energy backed */ */ }; #define NFIT_FIC_BYTE cpu_to_be16(0x101) /* byte-addressable energy backed */ #define NFIT_FIC_BLK cpu_to_be16(0x201) /* block-addressable non-energy backed */ #define NFIT_FIC_BYTEN cpu_to_be16(0x301) /* byte-addressable non-energy backed */ enum { enum { NFIT_BLK_READ_FLUSH = 1, NFIT_BLK_READ_FLUSH = 1, Loading Loading
drivers/acpi/nfit.h +7 −5 Original line number Original line Diff line number Diff line Loading @@ -41,11 +41,13 @@ enum nfit_uuids { NFIT_UUID_MAX, NFIT_UUID_MAX, }; }; enum nfit_fic { /* NFIT_FIC_BYTE = 0x101, /* byte-addressable energy backed */ * Region format interface codes are stored as an array of bytes in the NFIT_FIC_BLK = 0x201, /* block-addressable non-energy backed */ * NFIT DIMM Control Region structure NFIT_FIC_BYTEN = 0x301, /* byte-addressable non-energy backed */ */ }; #define NFIT_FIC_BYTE cpu_to_be16(0x101) /* byte-addressable energy backed */ #define NFIT_FIC_BLK cpu_to_be16(0x201) /* block-addressable non-energy backed */ #define NFIT_FIC_BYTEN cpu_to_be16(0x301) /* byte-addressable non-energy backed */ enum { enum { NFIT_BLK_READ_FLUSH = 1, NFIT_BLK_READ_FLUSH = 1, Loading