Searched defs:ibecc_config (Results 1 – 3 of 3) sorted by relevance
34 struct ibecc_config { struct35 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];
36 struct ibecc_config { struct37 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];
36 struct ibecc_config { struct37 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];