Searched defs:n_layers (Results 1 - 2 of 2) sorted by relevance

/drivers/edac/
H A Dedac_mc.c57 for (i = 0; i < mci->n_layers; i++) {
240 * @n_layers: Number of MC hierarchy layers
262 unsigned n_layers,
279 BUG_ON(n_layers > EDAC_MAX_LAYERS || n_layers == 0);
284 for (i = 0; i < n_layers; i++) {
301 layer = edac_align_ptr(&ptr, sizeof(*layer), n_layers);
302 for (i = 0; i < n_layers; i++) {
328 for (i = 0; i < n_layers; i++) {
338 mci->n_layers
261 edac_mc_alloc(unsigned mc_num, unsigned n_layers, struct edac_mc_layer *layers, unsigned sz_pvt) argument
[all...]
/drivers/media/common/siano/
H A Dsmsdvb-main.c137 int i, n_layers; local
142 n_layers = 4;
145 n_layers = 1;
155 c->post_bit_error.len = n_layers;
156 c->post_bit_count.len = n_layers;
157 c->block_error.len = n_layers;
158 c->block_count.len = n_layers;
164 for (i = 0; i < n_layers; i++) {
342 int i, n_layers; local
366 n_layers
438 int i, n_layers; local
[all...]

Completed in 1386 milliseconds