Searched refs:EDAC_MAX_LAYERS (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ |
D | edac.h | 475 #define EDAC_MAX_LAYERS 3 macro 549 unsigned location[EDAC_MAX_LAYERS]; 612 int pos[EDAC_MAX_LAYERS]; 744 u32 *ce_per_layer[EDAC_MAX_LAYERS], *ue_per_layer[EDAC_MAX_LAYERS]; 774 u8 fake_inject_layer[EDAC_MAX_LAYERS];
|
/linux-4.1.27/drivers/edac/ |
D | edac_mc.c | 271 u32 *ce_per_layer[EDAC_MAX_LAYERS], *ue_per_layer[EDAC_MAX_LAYERS]; in edac_mc_alloc() 272 unsigned pos[EDAC_MAX_LAYERS]; in edac_mc_alloc() 279 BUG_ON(n_layers > EDAC_MAX_LAYERS || n_layers == 0); in edac_mc_alloc() 931 const int pos[EDAC_MAX_LAYERS], in edac_inc_ce_error() argument 956 const int pos[EDAC_MAX_LAYERS], in edac_inc_ue_error() argument 981 const int pos[EDAC_MAX_LAYERS], in edac_ce_error() argument 1035 const int pos[EDAC_MAX_LAYERS], in edac_ue_error() argument 1090 int pos[EDAC_MAX_LAYERS] = { e->top_layer, e->mid_layer, e->low_layer }; in edac_raw_mc_handle_error() 1146 int pos[EDAC_MAX_LAYERS] = { top_layer, mid_layer, low_layer }; in edac_mc_handle_error()
|