Searched refs:EDAC_MAX_LAYERS (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dedac.h379 #define EDAC_MAX_LAYERS 3 macro
387 unsigned int location[EDAC_MAX_LAYERS];
456 int pos[EDAC_MAX_LAYERS];
609 u8 fake_inject_layer[EDAC_MAX_LAYERS];
/linux-master/drivers/edac/
H A Dedac_mc.c257 unsigned int pos[EDAC_MAX_LAYERS];
346 if (WARN_ON(n_layers > EDAC_MAX_LAYERS || n_layers == 0))
806 int pos[EDAC_MAX_LAYERS] = { e->top_layer, e->mid_layer, e->low_layer };
820 int pos[EDAC_MAX_LAYERS] = { e->top_layer, e->mid_layer, e->low_layer };
959 int pos[EDAC_MAX_LAYERS] = { top_layer, mid_layer, low_layer };

Completed in 103 milliseconds