Searched refs:numbanks (Results 1 – 2 of 2) sorted by relevance
76 unsigned int irqs, i, ret, numbanks; in nvic_of_init() local79 numbanks = (readl_relaxed(V7M_SCS_ICTR) & in nvic_of_init()88 irqs = numbanks * 32; in nvic_of_init()111 for (i = 0; i < numbanks; ++i) { in nvic_of_init()
1302 unsigned int bank, numbanks = this_cpu_read(mce_num_banks); in __threshold_remove_device() local1304 for (bank = 0; bank < numbanks; bank++) { in __threshold_remove_device()1344 unsigned int numbanks, bank; in mce_threshold_create_device() local1355 numbanks = this_cpu_read(mce_num_banks); in mce_threshold_create_device()1356 bp = kcalloc(numbanks, sizeof(*bp), GFP_KERNEL); in mce_threshold_create_device()1360 for (bank = 0; bank < numbanks; ++bank) { in mce_threshold_create_device()