Home
last modified time | relevance | path

Searched defs:ibecc_config (Results 1 – 3 of 3) sorted by relevance

/external/coreboot/src/soc/intel/meteorlake/
Dchip.h34 struct ibecc_config { struct
35 bool enable;
36 bool parity_en;
37 enum ibecc_mode mode;
38 bool region_enable[MAX_IBECC_REGIONS];
39 uint16_t region_base[MAX_IBECC_REGIONS];
40 uint16_t region_mask[MAX_IBECC_REGIONS];
/external/coreboot/src/soc/intel/tigerlake/
Dchip.h36 struct ibecc_config { struct
37 bool enable;
38 bool parity_en;
39 enum ibecc_mode mode;
40 bool region_enable[MAX_IBECC_REGIONS];
41 uint16_t region_base[MAX_IBECC_REGIONS];
42 uint16_t region_mask[MAX_IBECC_REGIONS];
/external/coreboot/src/soc/intel/alderlake/
Dchip.h36 struct ibecc_config { struct
37 bool enable;
38 enum ibecc_mode mode;
39 bool range_enable[MAX_IBECC_REGIONS];
40 uint16_t range_base[MAX_IBECC_REGIONS];
41 uint16_t range_mask[MAX_IBECC_REGIONS];